| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptimizeSZextends.cpp | 123 const Use &TheUse = UI.getUse(); in runOnFunction()
|
| H A D | HexagonCommonGEP.cpp | 370 Us.insert(&UI.getUse()); in processGepInst()
|
| H A D | HexagonLoopIdiomRecognition.cpp | 665 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | AbstractCallSite.h | 135 return isCallee(&UI.getUse()); in isCallee()
|
| H A D | CFG.h | 100 Use &getUse() const { in getUse() function 101 return It.getUse(); in getUse()
|
| H A D | InstrTypes.h | 1250 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 D | Value.h | 212 Use &getUse() const { return *UI; } in getUse() function
|
| H A D | Instructions.h | 2749 return getIncomingBlock(I.getUse());
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 547 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 D | DFAJumpThreading.cpp | 134 PHINode *getUse() { return SIUse; } in getUse() function in __anonfb50cc300111::SelectInstToUnfold 193 PHINode *SIUse = SIToUnfold.getUse(); in unfold()
|
| H A D | LoopStrengthReduce.cpp | 2207 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 D | LICM.cpp | 1573 Use &U = UI.getUse(); in sink()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 77 auto &PU = PredIt.getUse(); in getEdge() 117 auto &PU = PredIt.getUse(); in hasLiveIncomingEdges()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Value.h | 62 const sandboxir::Use &getUse() const { return Use; } in getUse() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 241 if (I.getUse().getResNo() != Chain.getResNo()) in ClusterNeighboringLoads()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 554 return getIncomingBlock(I.getUse());
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1402 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 D | SelectionDAGNodes.h | 874 SDUse &getUse() const { return *UI; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 1056 if (UI.getUse().getResNo() == 1) { in SelectUADDO_USUBO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 16876 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 D | DemangleTestCases.inc | 18413 …ENS_6LSRUse8KindTypeEPKNS1_4TypeE", "(anonymous namespace)::LSRInstance::getUse(llvm::SCEV const*&…
|