Home
last modified time | relevance | path

Searched refs:LDL (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp989 LoopDistributeForLoop LDL(L, &F, LI, DT, SE, ORE); in runImpl() local
993 if (LDL.isForced().value_or(EnableLoopDistribute)) in runImpl()
994 Changed |= LDL.processLoop(GetLAA); in runImpl()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h252 LDL, enumerator
H A DMipsISelLowering.cpp217 case MipsISD::LDL: return "MipsISD::LDL"; in getTargetNodeName()
2704 SDValue LDL = createLoadLR(MipsISD::LDL, DAG, LD, Chain, Undef, in lowerLOAD() local
2706 return createLoadLR(MipsISD::LDR, DAG, LD, LDL.getValue(1), LDL, in lowerLOAD()
H A DMipsScheduleGeneric.td688 def : InstRW<[GenericWriteLoad], (instrs LWL64, LWR64, LDL, LDR)>;
H A DMips64InstrInfo.td237 def LDL : LoadLeftRight<"ldl", MipsLDL, GPR64Opnd, II_LDL>, LW_FM<0x1a>,
H A DMipsInstrInfo.td146 def MipsLDL : SDNode<"MipsISD::LDL", SDTMipsLoadLR,
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14160 LoadSDNode *LDL = dyn_cast<LoadSDNode>(LastLoadOp); in combineBVOfConsecutiveLoads() local
14168 assert(LDL && "Input needs to be a LoadSDNode."); in combineBVOfConsecutiveLoads()
14170 DAG.getLoad(N->getValueType(0), dl, LDL->getChain(), LDL->getBasePtr(), in combineBVOfConsecutiveLoads()
14171 LDL->getPointerInfo(), LDL->getAlign()); in combineBVOfConsecutiveLoads()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td1027 // Section 8.2.4 - LDL