Home
last modified time | relevance | path

Searched refs:getUse (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp123 const Use &TheUse = UI.getUse(); in runOnFunction()
H A DHexagonCommonGEP.cpp370 Us.insert(&UI.getUse()); in processGepInst()
H A DHexagonLoopIdiomRecognition.cpp665 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h135 return isCallee(&UI.getUse()); in isCallee()
H A DCFG.h100 Use &getUse() const { in getUse() function
101 return It.getUse(); in getUse()
H A DInstrTypes.h1250 return isDataOperand(&UI.getUse());
1256 return getDataOperandNo(&UI.getUse());
1318 return isArgOperand(&UI.getUse());
1331 return getArgOperandNo(&UI.getUse());
1360 return isCallee(&UI.getUse());
2035 return isBundleOperand(&UI.getUse());
H A DValue.h212 Use &getUse() const { return *UI; } in getUse() function
H A DInstructions.h2749 return getIncomingBlock(I.getUse());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp547 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anondf5662880411::Slice
549 bool isDead() const { return getUse() == nullptr; } in isDead()
1257 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst()
1461 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse()
1499 Use *U = I->getUse(); in findCommonType()
2141 Use *U = S.getUse(); in isVectorPromotionViableForSlice()
2392 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2394 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable()
2440 Use *U = S.getUse(); in isIntegerWideningViableForSlice()
2824 OldUse = I->getUse(); in visit()
[all …]
H A DDFAJumpThreading.cpp134 PHINode *getUse() { return SIUse; } in getUse() function in __anonfb50cc300111::SelectInstToUnfold
193 PHINode *SIUse = SIToUnfold.getUse(); in unfold()
H A DLoopStrengthReduce.cpp2207 std::pair<size_t, Immediate> getUse(const SCEV *&Expr, LSRUse::KindType Kind,
2797 std::pair<size_t, Immediate> LSRInstance::getUse(const SCEV *&Expr, in getUse() function in LSRInstance
3600 std::pair<size_t, Immediate> P = getUse(S, Kind, AccessTy); in CollectFixupsAndInitialFormulae()
3794 getUse(S, LSRUse::Basic, MemAccessTy()); in CollectLoopInvariantFixupsAndFormulae()
H A DLICM.cpp1573 Use &U = UI.getUse(); in sink()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp77 auto &PU = PredIt.getUse(); in getEdge()
117 auto &PU = PredIt.getUse(); in hasLiveIncomingEdges()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValue.h62 const sandboxir::Use &getUse() const { return Use; } in getUse() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp241 if (I.getUse().getResNo() != Chain.getResNo()) in ClusterNeighboringLoads()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h554 return getIncomingBlock(I.getUse());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1402 Use &TheUse = UI.getUse(); in SinkCast()
1851 Use &TheUse = UI.getUse(); in sinkCmpExpression()
2294 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression()
2355 Use &TruncTheUse = TruncUI.getUse(); in SinkShiftAndTruncate()
2449 Use &TheUse = UI.getUse(); in OptimizeExtractBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h874 SDUse &getUse() const { return *UI; }
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1056 if (UI.getUse().getResNo() == 1) { in SelectUADDO_USUBO()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16876 while (UI.getUse().getResNo() != 0) ++UI; in PerformDAGCombine()
16878 while (UI.getUse().getResNo() != 0) ++UI; in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc18413 …ENS_6LSRUse8KindTypeEPKNS1_4TypeE", "(anonymous namespace)::LSRInstance::getUse(llvm::SCEV const*&…