Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp950 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCastInstrCost() local
958 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCastInstrCost() local
1104 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCmpSelInstrCost() local
1215 bool SystemZTTIImpl::isFoldableLoad(const LoadInst *Ld, in isFoldableLoad()
H A DSystemZISelLowering.cpp6403 SDNode *Ld = Elems[I].getNode(); in buildVector() local
6926 LoadSDNode *Ld = cast<LoadSDNode>(Op.getNode()); in lowerLoadF16() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp1760 static unsigned computeNumSignBitsFromRangeMetadata(const GAnyLoad *Ld, in computeNumSignBitsFromRangeMetadata()
1837 GLoad *Ld = cast<GLoad>(&MI); in computeNumSignBits() local
1844 GSExtLoad *Ld = cast<GSExtLoad>(&MI); in computeNumSignBits() local
1859 GZExtLoad *Ld = cast<GZExtLoad>(&MI); in computeNumSignBits() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp228 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", in DoLowering() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp325 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.cpp1036 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { in makeGepOperandsAvailable() local
H A DLoopInterchange.cpp143 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in populateDependencyMatrix() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp329 if (auto *Ld = dyn_cast<LoadInst>(SExt->getOperand(0))) { in IsNarrowSequence() local
351 auto *Ld = dyn_cast<LoadInst>(&I); in RecordMemoryOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp199 const auto *Ld = dyn_cast<LoadInst>(&I); in isGlobalLoadUsedInBB() local
H A DAMDGPUISelDAGToDAG.cpp3963 const auto *Ld = cast<LoadSDNode>(N); in isUniformLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp481 auto Ld = std::next(SecondOp); in isSafeToMove() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp632 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp868 } else if (auto *Ld = dyn_cast<GLoad>(&MI)) { in optimizeConsecutiveMemOpAddressing() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp899 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1740 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad() local
1771 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad() local
2407 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane() local
2450 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane() local
4932 SDNode *Ld = CurDAG->getMachineNode(Op, DL, MVT::i64, MVT::i64, in Select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1010 if (LoadInst *Ld = dyn_cast<LoadInst>(R)) { in separateConstantChains() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp2067 LoadInst *Ld = Builder.CreateLoad(PtrOp0); in EmitCommonNeonBuiltinExpr() local
3247 Value *Ld = Builder.CreateCall(F, {Ops[0], Align}); in EmitARMBuiltinExpr() local
3256 Value *Ld = Builder.CreateLoad(PtrOp0); in EmitARMBuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp828 LoadSDNode *Ld = cast<LoadSDNode>(Node); in tryIndexedLoad() local
2643 auto *Ld = dyn_cast<LoadSDNode>(Src); in Select() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2784 auto *Ld = cast<LoadSDNode>(Op.getNode()); in mayFoldLoad() local
2804 auto *Ld = cast<LoadSDNode>(Op.getNode()); in mayFoldLoadIntoBroadcastFromMem() local
7200 static bool findEltLoadSrc(SDValue Elt, LoadSDNode *&Ld, int64_t &ByteOffset) { in findEltLoadSrc()
7326 LoadSDNode *Ld = Loads[EltIdx]; in EltsFromConsecutiveLoads() local
7659 SDValue Ld; in lowerBuildVectorAsBroadcast() local
9341 SDValue Ld = DAG.getLoad(VT, dl, DAG.getEntryNode(), LegalDAGConstVec, MPI); in LowerBUILD_VECTOR() local
13109 auto *Ld = cast<LoadSDNode>(V); in lowerShuffleAsBroadcast() local
15536 auto *Ld = cast<LoadSDNode>(peekThroughOneUseBitcasts(V1)); in lowerV2X128Shuffle() local
25613 LoadSDNode *Ld = cast<LoadSDNode>(Op.getNode()); in LowerLoad() local
34707 SDValue Ld = DAG.getLoad(MVT::v2i64, dl, Node->getChain(), in ReplaceNodeResults() local
[all …]
H A DX86ISelLoweringCall.cpp2733 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14212 MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0); in tryToFoldExtOfMaskedLoad() local
15710 if (MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0)) { in visitSIGN_EXTEND_INREG() local
21415 auto *Ld = cast<LoadSDNode>(Val); in getStoreMergeCandidates() local
21639 bool DAGCombiner::hasCallInLdStChain(StoreSDNode *St, LoadSDNode *Ld) { in hasCallInLdStChain()
21930 LoadSDNode *Ld = cast<LoadSDNode>(Val); in tryStoreMergeOfLoads() local
22188 LoadSDNode *Ld = cast<LoadSDNode>(LoadNodes[i].MemNode); in tryStoreMergeOfLoads() local
22428 auto *Ld = dyn_cast<LoadSDNode>(Value.getOperand(0)); in replaceStoreOfInsertLoad() local
22607 if (auto *Ld = dyn_cast<LoadSDNode>(TruncVal)) { in visitSTORE() local
25620 auto *Ld = dyn_cast<LoadSDNode>(Src); in narrowExtractedVectorLoad() local
27960 if (auto *Ld = dyn_cast<LoadSDNode>(U)) { in visitGET_FPENV_MEM() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2530 auto *Ld = dyn_cast<LoadInst>(&I); in analyzeLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3500 LoadSDNode *Ld = cast<LoadSDNode>(N); in ReplaceNodeResults() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp344 } else if (auto *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local

12