Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1145 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 DARMParallelDSP.cpp332 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 DARMParallelDSP.cpp340 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 DSystemZTargetTransformInfo.cpp866 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 DAArch64ISelDAGToDAG.cpp1290 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/
Drv64.h67 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 DSystemZTargetTransformInfo.cpp934 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 DGCRootLowering.cpp212 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 DGCRootLowering.cpp217 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", CI); in DoLowering() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DGCRootLowering.cpp225 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 DLoopVersioningLICM.cpp353 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
H A DLoopUnrollAndJamPass.cpp260 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in computeUnrollAndJamCount() local
H A DGVNHoist.cpp981 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { in makeGepOperandsAvailable() local
H A DLoopInterchange.cpp98 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 DAArch64ISelDAGToDAG.cpp1619 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 DLoopVersioningLICM.cpp342 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 DLoopVersioningLICM.cpp353 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
H A DLoopUnrollAndJamPass.cpp263 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 DAMDGPUPerfHintAnalysis.cpp202 const auto *Ld = dyn_cast<LoadInst>(&I); in isGlobalLoadUsedInBB() local
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_riscv64.cc276 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 Dprettify.js11 …>:&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 Dprettify.js11 …>:&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 DLoopUnrollAndJam.cpp596 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 DLoopUnrollAndJam.cpp630 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp814 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local

1234