/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1145 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad() local 1168 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad() local 1281 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane() local 1325 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane() local 2711 SDNode *Ld = CurDAG->getMachineNode(Op, DL, MVT::i64, MVT::i64, in Select() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 332 if (auto *Ld = dyn_cast<LoadInst>(SExt->getOperand(0))) { in IsNarrowSequence() local 354 auto *Ld = dyn_cast<LoadInst>(&I); in RecordMemoryOps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 340 if (auto *Ld = dyn_cast<LoadInst>(SExt->getOperand(0))) { in IsNarrowSequence() local 363 auto *Ld = dyn_cast<LoadInst>(&I); in RecordMemoryOps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 866 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCmpSelInstrCost() local 909 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1290 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad() local 1318 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad() local 1435 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane() local 1479 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane() local 3149 SDNode *Ld = CurDAG->getMachineNode(Op, DL, MVT::i64, MVT::i64, in Select() local
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | rv64.h | 67 inline void Assembler::Ld(Register arg0, const Label& label) { in Ld() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 934 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCmpSelInstrCost() local 1028 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 212 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", CI); in DoLowering() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 217 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", CI); in DoLowering() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 225 Value *Ld = new LoadInst(CI->getArgOperand(1), "", CI); in PerformDefaultLowering() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 353 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
|
H A D | LoopUnrollAndJamPass.cpp | 260 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in computeUnrollAndJamCount() local
|
H A D | GVNHoist.cpp | 981 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { in makeGepOperandsAvailable() local
|
H A D | LoopInterchange.cpp | 98 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in populateDependencyMatrix() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1619 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad() local 1650 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad() local 1940 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane() local 1984 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane() local 4238 SDNode *Ld = CurDAG->getMachineNode(Op, DL, MVT::i64, MVT::i64, in Select() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 342 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 353 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
|
H A D | LoopUnrollAndJamPass.cpp | 263 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in computeUnrollAndJamCount() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPerfHintAnalysis.cpp | 202 const auto *Ld = dyn_cast<LoadInst>(&I); in isGlobalLoadUsedInBB() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_riscv64.cc | 276 EmitMemoryPeek(invoke, [&](XRegister rd, XRegister rs1) { __ Ld(rd, rs1, 0); }); in VisitMemoryPeekLongNative() local 1197 __ Ld(out, out, 0); in VisitStringEquals() local 1199 __ Ld(temp2, temp2, 0); in VisitStringEquals() local 1996 __ Ld(rd, rs1, offset); in GenerateUnsignedLoad() local 2132 __ Ld(tmp, src_curr_addr, 0); in SystemArrayCopyPrimitive() local 2133 __ Ld(tmp2, src_curr_addr, 8); in SystemArrayCopyPrimitive() local 3311 __ Ld(temp4, temp4, 0); in VisitStringCompareTo() local 3313 __ Ld(temp2, temp2, 0); in VisitStringCompareTo() local
|
/aosp_15_r20/external/doclava/res/assets/templates/assets/ |
H A D | prettify.js | 11 …>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(… class
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | prettify.js | 11 …>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(… class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 596 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 630 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 814 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local
|