Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.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/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.cpp328 LoadInst *Ld = dyn_cast<LoadInst>(I); in instructionSafeForVersioning() local
H A DLoopUnrollAndJamPass.cpp261 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in computeUnrollAndJamCount() local
H A DGVNHoist.cpp1038 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { in makeGepOperandsAvailable() local
H A DLoopInterchange.cpp98 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
H A DARMISelLowering.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
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp202 const auto *Ld = dyn_cast<LoadInst>(&I); in isGlobalLoadUsedInBB() local
H A DAMDGPUISelDAGToDAG.cpp3599 auto Ld = cast<LoadSDNode>(N); in isUniformLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp629 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp752 } else if (auto *Ld = dyn_cast<GLoad>(&MI)) { in optimizeConsecutiveMemOpAddressing() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.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/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp882 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1015 if (LoadInst *Ld = dyn_cast<LoadInst>(R)) { in separateConstantChains() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp754 LoadSDNode *Ld = cast<LoadSDNode>(Node); in tryIndexedLoad() local
2290 auto *Ld = dyn_cast<LoadSDNode>(Src); in Select() local
H A DRISCVISelLowering.cpp5129 auto *Ld = cast<LoadSDNode>(V); lowerVECTOR_SHUFFLE() local
12324 LoadSDNode *Ld = cast<LoadSDNode>(N); ReplaceNodeResults() local
16184 auto *Ld = dyn_cast<LoadSDNode>(Op); performCONCAT_VECTORSCombine() local
16277 for (SDValue Ld : N->ops()) performCONCAT_VECTORSCombine() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.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 …]
H A DX86ISelLoweringCall.cpp2678 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
H A DX86ISelDAGToDAG.cpp1056 auto *Ld = cast<LoadSDNode>(N); in PreprocessISelDAG() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.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/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2461 auto *Ld = dyn_cast<LoadInst>(&I); in analyzeLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp342 } else if (auto *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3646 LoadSDNode *Ld = cast<LoadSDNode>(N); in ReplaceNodeResults() local

12