Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDGISelKnownBits.cpp632 static unsigned computeNumSignBitsFromRangeMetadata(const GAnyLoad *Ld, in computeNumSignBitsFromRangeMetadata()
708 GLoad *Ld = cast<GLoad>(&MI); in computeNumSignBits() local
715 GSExtLoad *Ld = cast<GSExtLoad>(&MI); in computeNumSignBits() local
730 GZExtLoad *Ld = cast<GZExtLoad>(&MI); in computeNumSignBits() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.cpp823 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCastInstrCost() local
831 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCastInstrCost() local
977 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) in getCmpSelInstrCost() local
1071 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDGCRootLowering.cpp228 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", in DoLowering() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopVersioningLICM.cpp328 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
HDLoopUnrollAndJamPass.cpp261 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in computeUnrollAndJamCount() local
HDGVNHoist.cpp1038 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { in makeGepOperandsAvailable() local
HDLoopInterchange.cpp98 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in populateDependencyMatrix() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMParallelDSP.cpp329 if (auto *Ld = dyn_cast<LoadInst>(SExt->getOperand(0))) { in IsNarrowSequence() local
351 auto *Ld = dyn_cast<LoadInst>(&I); in RecordMemoryOps() local
HDARMISelLowering.cpp2984 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
5621 if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Op)) in bitcastf32Toi32() local
5639 if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Op)) { in expandf64Toi32() local
19426 if (auto *Ld = dyn_cast<MaskedLoadSDNode>(ExtVal.getOperand(0))) { in isVectorLoadExtDesirable() local
HDARMISelDAGToDAG.cpp4775 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); in Select() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPerfHintAnalysis.cpp202 const auto *Ld = dyn_cast<LoadInst>(&I); in isGlobalLoadUsedInBB() local
HDAMDGPUISelDAGToDAG.cpp3599 auto Ld = cast<LoadSDNode>(N); in isUniformLoad() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUnrollAndJam.cpp629 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64PostLegalizerCombiner.cpp752 } else if (auto *Ld = dyn_cast<GLoad>(&MI)) { in optimizeConsecutiveMemOpAddressing() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelDAGToDAG.cpp1689 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoad() local
1720 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoad() local
2307 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectLoadLane() local
2350 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostLoadLane() local
4703 SDNode *Ld = CurDAG->getMachineNode(Op, DL, MVT::i64, MVT::i64, in Select() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafetyCommon.cpp882 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonCommonGEP.cpp1015 if (LoadInst *Ld = dyn_cast<LoadInst>(R)) { in separateConstantChains() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelDAGToDAG.cpp754 LoadSDNode *Ld = cast<LoadSDNode>(Node); in tryIndexedLoad() local
2290 auto *Ld = dyn_cast<LoadSDNode>(Src); in Select() local
HDRISCVISelLowering.cpp5130 auto *Ld = cast<LoadSDNode>(V); in lowerVECTOR_SHUFFLE() local
12326 LoadSDNode *Ld = cast<LoadSDNode>(N); in ReplaceNodeResults() local
16187 auto *Ld = dyn_cast<LoadSDNode>(Op); in performCONCAT_VECTORSCombine() local
16280 for (SDValue Ld : N->ops()) in performCONCAT_VECTORSCombine() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp2648 auto *Ld = cast<LoadSDNode>(Op.getNode()); in mayFoldLoad() local
2668 auto *Ld = cast<LoadSDNode>(Op.getNode()); in mayFoldLoadIntoBroadcastFromMem() local
6849 static bool findEltLoadSrc(SDValue Elt, LoadSDNode *&Ld, int64_t &ByteOffset) { in findEltLoadSrc()
6975 LoadSDNode *Ld = Loads[EltIdx]; in EltsFromConsecutiveLoads() local
7295 SDValue Ld; in lowerBuildVectorAsBroadcast() local
8940 SDValue Ld = DAG.getLoad(VT, dl, DAG.getEntryNode(), LegalDAGConstVec, MPI); in LowerBUILD_VECTOR() local
12589 LoadSDNode *Ld = cast<LoadSDNode>(V); in lowerShuffleAsBroadcast() local
14953 auto *Ld = cast<LoadSDNode>(peekThroughOneUseBitcasts(V1)); in lowerV2X128Shuffle() local
24762 LoadSDNode *Ld = cast<LoadSDNode>(Op.getNode()); in LowerLoad() local
33439 SDValue Ld = DAG.getLoad(MVT::v2i64, dl, Node->getChain(), in ReplaceNodeResults() local
[all …]
HDX86ISelLoweringCall.cpp2678 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp13352 MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0); in tryToFoldExtOfMaskedLoad() local
14804 if (MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0)) { in visitSIGN_EXTEND_INREG() local
20401 auto *Ld = cast<LoadSDNode>(Val); in getStoreMergeCandidates() local
20883 LoadSDNode *Ld = cast<LoadSDNode>(Val); in tryStoreMergeOfLoads() local
21131 LoadSDNode *Ld = cast<LoadSDNode>(LoadNodes[i].MemNode); in tryStoreMergeOfLoads() local
21371 auto *Ld = dyn_cast<LoadSDNode>(Value.getOperand(0)); in replaceStoreOfInsertLoad() local
21550 if (auto *Ld = dyn_cast<LoadSDNode>(TruncVal)) { in visitSTORE() local
24556 auto *Ld = dyn_cast<LoadSDNode>(Extract->getOperand(0)); in narrowExtractedVectorLoad() local
26844 if (auto *Ld = dyn_cast<LoadSDNode>(U)) { in visitGET_FPENV_MEM() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopAccessAnalysis.cpp2461 auto *Ld = dyn_cast<LoadInst>(&I); in analyzeLoop() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.cpp342 } else if (auto *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp3646 LoadSDNode *Ld = cast<LoadSDNode>(N); in ReplaceNodeResults() local

12