Home
last modified time | relevance | path

Searched defs:Ld (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCRootLowering.cpp214 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", CI); in DoLowering() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp340 if (auto *Ld = dyn_cast<LoadInst>(SExt->getOperand(0))) { in IsNarrowSequence() local
362 auto *Ld = dyn_cast<LoadInst>(&I); in RecordMemoryOps() local
H A DARMISelLowering.cpp2755 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
5346 if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Op)) in bitcastf32Toi32() local
5364 if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Op)) { in expandf64Toi32() local
17447 if (auto *Ld = dyn_cast<MaskedLoadSDNode>(ExtVal.getOperand(0))) { in isVectorLoadExtDesirable() local
H A DARMISelDAGToDAG.cpp4520 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp887 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCmpSelInstrCost() local
979 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad()
H A DSystemZISelLowering.cpp5104 SDNode *Ld = Elems[I].getNode(); in buildVector() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp366 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
H A DLoopUnrollAndJamPass.cpp265 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in computeUnrollAndJamCount() local
H A DGVNHoist.cpp1069 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { in makeGepOperandsAvailable() local
H A DLoopInterchange.cpp101 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in populateDependencyMatrix() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1380 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad() local
1411 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad() local
1627 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane() local
1671 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane() local
3531 SDNode *Ld = CurDAG->getMachineNode(Op, DL, MVT::i64, MVT::i64, in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp640 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d1345 foreach (s; ["%Ld", "%llg", "%jg", "%zg", "%tg", "%hg", "%hhg", in foreach()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp836 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1144 auto *Ld = dyn_cast<LoadSDNode>(Src); in Select() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1018 if (LoadInst *Ld = dyn_cast<LoadInst>(R)) { in separateConstantChains() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1845 auto *Ld = dyn_cast<LoadInst>(&I); in analyzeLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4587 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
8433 static bool findEltLoadSrc(SDValue Elt, LoadSDNode *&Ld, int64_t &ByteOffset) { in findEltLoadSrc()
8559 LoadSDNode *Ld = Loads[EltIdx]; in EltsFromConsecutiveLoads() local
8837 SDValue Ld; in lowerBuildVectorAsBroadcast() local
10422 SDValue Ld = DAG.getLoad(VT, dl, DAG.getEntryNode(), LegalDAGConstVec, MPI); in LowerBUILD_VECTOR() local
13735 LoadSDNode *Ld = cast<LoadSDNode>(V); in lowerShuffleAsBroadcast() local
24305 LoadSDNode *Ld = cast<LoadSDNode>(Op.getNode()); in LowerLoad() local
31102 SDValue Ld = DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, dl, Tys, Ops, in ReplaceNodeResults() local
31250 auto *Ld = cast<LoadSDNode>(N); in ReplaceNodeResults() local
38775 SDValue Ld = in SimplifyDemandedVectorEltsForTargetNode() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10718 MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0); in tryToFoldExtOfMaskedLoad() local
11940 if (MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0)) { in visitSIGN_EXTEND_INREG() local
16897 auto *Ld = cast<LoadSDNode>(Val); in getStoreMergeCandidates() local
17353 LoadSDNode *Ld = cast<LoadSDNode>(Val); in tryStoreMergeOfLoads() local
17585 LoadSDNode *Ld = cast<LoadSDNode>(LoadNodes[i].MemNode); in tryStoreMergeOfLoads() local
17898 if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Value)) { in visitSTORE() local
20124 auto *Ld = dyn_cast<LoadSDNode>(Extract->getOperand(0)); in narrowExtractedVectorLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp289 } else if (auto *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2982 auto Ld = cast<LoadSDNode>(N); in isUniformLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3395 LoadSDNode *Ld = cast<LoadSDNode>(N); in ReplaceNodeResults() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1842 llvm::Value *Ld = CGF.EmitLoadOfScalar( in emitGenericVarsProlog() local
H A DCGBuiltin.cpp6673 LoadInst *Ld = Builder.CreateLoad(PtrOp0); in EmitCommonNeonBuiltinExpr() local
7826 Value *Ld = Builder.CreateCall(F, {Ops[0], Align}); in EmitARMBuiltinExpr() local
7835 Value *Ld = Builder.CreateLoad(PtrOp0); in EmitARMBuiltinExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8576 SDValue Ld; in LowerINT_TO_FP() local
14078 SDValue Ld = DAG.getMemIntrinsicNode(PPCISD::LXSIZX, dl, in combineFPToIntToFP() local

12