/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 214 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 D | ARMParallelDSP.cpp | 340 if (auto *Ld = dyn_cast<LoadInst>(SExt->getOperand(0))) { in IsNarrowSequence() local 362 auto *Ld = dyn_cast<LoadInst>(&I); in RecordMemoryOps() local
|
H A D | ARMISelLowering.cpp | 2755 } 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 D | ARMISelDAGToDAG.cpp | 4520 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 887 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCmpSelInstrCost() local 979 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad()
|
H A D | SystemZISelLowering.cpp | 5104 SDNode *Ld = Elems[I].getNode(); in buildVector() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 366 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
|
H A D | LoopUnrollAndJamPass.cpp | 265 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in computeUnrollAndJamCount() local
|
H A D | GVNHoist.cpp | 1069 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { in makeGepOperandsAvailable() local
|
H A D | LoopInterchange.cpp | 101 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in populateDependencyMatrix() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1380 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 D | LoopUnrollAndJam.cpp | 640 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | chkformat.d | 1345 foreach (s; ["%Ld", "%llg", "%jg", "%zg", "%tg", "%hg", "%hhg", in foreach()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 836 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1144 auto *Ld = dyn_cast<LoadSDNode>(Src); in Select() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 1018 if (LoadInst *Ld = dyn_cast<LoadInst>(R)) { in separateConstantChains() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1845 auto *Ld = dyn_cast<LoadInst>(&I); in analyzeLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4587 } 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 D | DAGCombiner.cpp | 10718 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 D | M68kISelLowering.cpp | 289 } else if (auto *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 2982 auto Ld = cast<LoadSDNode>(N); in isUniformLoad() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3395 LoadSDNode *Ld = cast<LoadSDNode>(N); in ReplaceNodeResults() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1842 llvm::Value *Ld = CGF.EmitLoadOfScalar( in emitGenericVarsProlog() local
|
H A D | CGBuiltin.cpp | 6673 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 D | PPCISelLowering.cpp | 8576 SDValue Ld; in LowerINT_TO_FP() local 14078 SDValue Ld = DAG.getMemIntrinsicNode(PPCISD::LXSIZX, dl, in combineFPToIntToFP() local
|