Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp821 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) getCastInstrCost() local
829 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) getCastInstrCost() local
975 if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0))) getCmpSelInstrCost() local
1069 isFoldableLoad(const LoadInst * Ld,const Instruction * & FoldedValue) isFoldableLoad() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp225 Value *Ld = new LoadInst(CI->getType(), CI->getArgOperand(1), "", CI); DoLowering() local
/freebsd-src/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.cpp1042 if (auto *Ld = dyn_cast<LoadInst>(Repl)) { makeGepOperandsAvailable() local
H A DLoopInterchange.cpp98 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in populateDependencyMatrix() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp327 if (auto *Ld = dyn_cast<LoadInst>(SExt->getOperand(0))) { IsNarrowSequence() local
349 auto *Ld = dyn_cast<LoadInst>(&I); RecordMemoryOps() local
H A DARMISelLowering.cpp5622 return DAG.getLoad(MVT::i32, SDLoc(Op), Ld->getChain(), Ld->getBasePtr(), in expandf64Toi32() local
2970 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { MatchingStackOffset() local
5604 if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Op)) bitcastf32Toi32() local
19404 if (auto *Ld = dyn_cast<MaskedLoadSDNode>(ExtVal.getOperand(0))) { isVectorLoadExtDesirable() local
[all...]
H A DARMISelDAGToDAG.cpp4774 SDNode *Ld = CurDAG->getMachineNode(NewOpc, dl, ResTys, Ops); Select() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp202 const auto *Ld = dyn_cast<LoadInst>(&I); in isGlobalLoadUsedInBB() local
H A DAMDGPUISelDAGToDAG.cpp3527 auto Ld = cast<LoadSDNode>(N); isUniformLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp629 if (auto *Ld = dyn_cast<LoadInst>(&I)) { in getLoadsAndStores() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp689 } else if (auto *Ld = dyn_cast<GLoad>(&MI)) { optimizeConsecutiveMemOpAddressing() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1575 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); SelectLoad() local
1606 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); SelectPostLoad() local
2152 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); SelectLoadLane() local
2195 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); SelectPostLoadLane() local
4484 SDNode *Ld = CurDAG->getMachineNode(Op, DL, MVT::i64, MVT::i64, Select() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp882 til::SExpr *Ld = new (Arena) til::Load(Lp); in enterCFG() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1015 if (LoadInst *Ld = dyn_cast<LoadInst>(R)) { in separateConstantChains() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp756 LoadSDNode *Ld = cast<LoadSDNode>(Node); tryIndexedLoad() local
2101 auto *Ld = dyn_cast<LoadSDNode>(Src); Select() local
[all...]
H A DRISCVISelLowering.cpp4788 auto *Ld = cast<LoadSDNode>(V); lowerVECTOR_SHUFFLE() local
11507 LoadSDNode *Ld = cast<LoadSDNode>(N); ReplaceNodeResults() local
14843 auto *Ld = dyn_cast<LoadSDNode>(Op); performCONCAT_VECTORSCombine() local
14941 for (SDValue Ld : N->ops()) performCONCAT_VECTORSCombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2567 auto *Ld = cast<LoadSDNode>(Op.getNode()); mayFoldLoad() local
2587 auto *Ld = cast<LoadSDNode>(Op.getNode()); mayFoldLoadIntoBroadcastFromMem() local
6703 findEltLoadSrc(SDValue Elt,LoadSDNode * & Ld,int64_t & ByteOffset) findEltLoadSrc() argument
6829 LoadSDNode *Ld = Loads[EltIdx]; EltsFromConsecutiveLoads() local
7149 SDValue Ld; lowerBuildVectorAsBroadcast() local
8798 SDValue Ld = DAG.getLoad(VT, dl, DAG.getEntryNode(), LegalDAGConstVec, MPI); LowerBUILD_VECTOR() local
12456 LoadSDNode *Ld = cast<LoadSDNode>(V); lowerShuffleAsBroadcast() local
14822 auto *Ld = cast<LoadSDNode>(peekThroughOneUseBitcasts(V1)); lowerV2X128Shuffle() local
24552 LoadSDNode *Ld = cast<LoadSDNode>(Op.getNode()); LowerLoad() local
32922 SDValue Ld = DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, dl, Tys, Ops, ReplaceNodeResults() local
33070 auto *Ld = cast<LoadSDNode>(N); ReplaceNodeResults() local
41490 SDValue Ld = SimplifyDemandedVectorEltsForTargetNode() local
48279 getIndexFromUnindexedLoad(LoadSDNode * Ld) getIndexFromUnindexedLoad() argument
48330 LoadSDNode *Ld = dyn_cast<LoadSDNode>(N.getNode()); combineAndLoadToBZHI() local
49955 LoadSDNode *Ld = cast<LoadSDNode>(N); combineLoad() local
50617 auto *Ld = cast<LoadSDNode>(St->getValue()); combineStore() local
53711 LoadSDNode *Ld = cast<LoadSDNode>(Op0.getNode()); combineSIntToFP() local
55157 if (SDValue Ld = combineConcatVectorOps() local
55182 SDValue Ld = DAG.getLoad(VT, DL, DAG.getEntryNode(), CV, MPI); combineConcatVectorOps() local
55695 if (auto *Ld = dyn_cast<LoadSDNode>(Op)) combineScalarToVector() local
55832 auto *Ld = cast<LoadSDNode>(In); combineEXTEND_VECTOR_INREG() local
56458 auto *Ld = cast<LoadSDNode>(Load); IsDesirableToPromoteOp() local
56471 auto *Ld = cast<AtomicSDNode>(Load); IsDesirableToPromoteOp() local
[all...]
H A DX86ISelLoweringCall.cpp2655 } else if (LoadSDNode *Ld = dyn_cast<LoadSDNode>(Arg)) { MatchingStackOffset() local
H A DX86ISelDAGToDAG.cpp1046 auto *Ld = cast<LoadSDNode>(N); PreprocessISelDAG() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13189 MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0); tryToFoldExtOfMaskedLoad() local
14545 if (MaskedLoadSDNode *Ld = dyn_cast<MaskedLoadSDNode>(N0)) { visitSIGN_EXTEND_INREG() local
20063 auto *Ld = cast<LoadSDNode>(Val); getStoreMergeCandidates() local
20537 LoadSDNode *Ld = cast<LoadSDNode>(Val); tryStoreMergeOfLoads() local
20785 LoadSDNode *Ld = cast<LoadSDNode>(LoadNodes[i].MemNode); tryStoreMergeOfLoads() local
21021 auto *Ld = dyn_cast<LoadSDNode>(Value.getOperand(0)); replaceStoreOfInsertLoad() local
21182 if (auto *Ld = dyn_cast<LoadSDNode>(TruncVal)) { visitSTORE() local
24196 auto *Ld = dyn_cast<LoadSDNode>(Extract->getOperand(0)); narrowExtractedVectorLoad() local
26450 if (auto *Ld = dyn_cast<LoadSDNode>(U)) { visitGET_FPENV_MEM() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2384 auto *Ld = dyn_cast<LoadInst>(&I); analyzeLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp342 } else if (auto *Ld = dyn_cast<LoadSDNode>(Arg)) { in MatchingStackOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3654 Ld->getExtensionType(), dl, MVT::v2i32, Ld->getChain(), in ReplaceNodeResults() local
[all...]

12