Searched refs:LDL (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 985 LoopDistributeForLoop LDL(L, &F, LI, DT, SE, LAIs, ORE); in runImpl() local 989 if (LDL.isForced().value_or(EnableLoopDistribute)) in runImpl() 990 Changed |= LDL.processLoop(); in runImpl()
|
/freebsd/usr.bin/vgrind/ |
H A D | vgrindefs.src | 83 ldl|LDL:\
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 254 LDL, enumerator
|
H A D | MipsISelLowering.cpp | 226 case MipsISD::LDL: return "MipsISD::LDL"; in getTargetNodeName() 2729 SDValue LDL = createLoadLR(MipsISD::LDL, DAG, LD, Chain, Undef, in lowerLOAD() local 2731 return createLoadLR(MipsISD::LDR, DAG, LD, LDL.getValue(1), LDL, in lowerLOAD()
|
H A D | Mips64InstrInfo.td | 237 def LDL : LoadLeftRight<"ldl", MipsLDL, GPR64Opnd, II_LDL>, LW_FM<0x1a>,
|
H A D | MipsScheduleGeneric.td | 688 def : InstRW<[GenericWriteLoad], (instrs LWL64, LWR64, LDL, LDR)>;
|
H A D | MipsInstrInfo.td | 147 def MipsLDL : SDNode<"MipsISD::LDL", SDTMipsLoadLR,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 1046 // Section 8.2.4 - LDL
|