/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 151 return isCallee(&UI.getUse()); in isCallee() 159 return isArgOperand(&UI.getUse()); in isArgOperand() 170 return isBundleOperand(&UI.getUse()); in isBundleOperand() 185 return isDataOperand(&UI.getUse()); in isDataOperand() 207 return getArgumentNo(&I.getUse()); in getArgumentNo() 231 return getDataOperandNo(&UI.getUse()); in getDataOperandNo() 815 return isCallee(&UI.getUse());
|
D | CFG.h | 97 Use &getUse() const { in getUse() function 98 return It.getUse(); in getUse()
|
D | InstrTypes.h | 1194 return isDataOperand(&UI.getUse()); 1200 return getDataOperandNo(&UI.getUse()); 1272 return isArgOperand(&UI.getUse()); 1285 return getArgOperandNo(&UI.getUse()); 1314 return isCallee(&UI.getUse()); 1796 return isBundleOperand(&UI.getUse());
|
D | Value.h | 202 Use &getUse() const { return *UI; } in getUse() function
|
D | Instructions.h | 2686 return getIncomingBlock(I.getUse());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 133 const Use &TheUse = UI.getUse(); in runOnFunction()
|
D | HexagonCommonGEP.cpp | 375 Us.insert(&UI.getUse()); in processGepInst()
|
D | HexagonLoopIdiomRecognition.cpp | 659 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 183 Use *getUse() const { return UseAndIsSplittable.getPointer(); } in getUse() function in __anona8b6ca530111::Slice 185 bool isDead() const { return getUse() == nullptr; } in isDead() 923 assert(AS.Slices[PrevIdx].getUse()->getUser() == &II && in visitMemTransferInst() 1103 OS << Indent << " used by: " << *I->getUse()->getUser() << "\n"; in printUse() 1138 Use *U = I->getUse(); in findCommonType() 1833 Use *U = S.getUse(); in isVectorPromotionViableForSlice() 1909 if (auto *LI = dyn_cast<LoadInst>(S.getUse()->getUser())) in isVectorPromotionViable() 1911 else if (auto *SI = dyn_cast<StoreInst>(S.getUse()->getUser())) in isVectorPromotionViable() 2013 Use *U = S.getUse(); in isIntegerWideningViableForSlice() 2365 OldUse = I->getUse(); in visit() [all …]
|
D | LoopStrengthReduce.cpp | 1978 std::pair<size_t, int64_t> getUse(const SCEV *&Expr, LSRUse::KindType Kind, 2565 std::pair<size_t, int64_t> LSRInstance::getUse(const SCEV *&Expr, in getUse() function in LSRInstance 3308 std::pair<size_t, int64_t> P = getUse(S, Kind, AccessTy); in CollectFixupsAndInitialFormulae() 3459 std::pair<size_t, int64_t> P = getUse( in CollectLoopInvariantFixupsAndFormulae()
|
D | LICM.cpp | 1594 Use &U = UI.getUse(); in sink()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 175 UI.getUse().set(RealVal); in resolveConstantForwardRefs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 78 auto &PU = PredIt.getUse(); in getEdge() 118 auto &PU = PredIt.getUse(); in hasLiveIncomingEdges()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 195 Use &getUse() const { return *UI; } in getUse() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2728 if (UI.getUse().getResNo() != Flags.getResNo()) in onlyUsesZeroFlag() 2738 if (FlagUI.getUse().getResNo() != 1) continue; in onlyUsesZeroFlag() 2764 if (UI.getUse().getResNo() != Flags.getResNo()) in hasNoSignFlagUses() 2774 if (FlagUI.getUse().getResNo() != 1) continue; in hasNoSignFlagUses() 2820 if (UI.getUse().getResNo() != Flags.getResNo()) in hasNoCarryFlagUses() 2833 if (FlagUI.getUse().getResNo() != 1) in hasNoCarryFlagUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 94 if (UI.getUse().getResNo() == i) in PerformExpensiveChecks()
|
D | SelectionDAG.cpp | 8333 SDUse &Use = UI.getUse(); in ReplaceAllUsesWith() 8389 SDUse &Use = UI.getUse(); in ReplaceAllUsesWith() 8435 SDUse &Use = UI.getUse(); in ReplaceAllUsesWith() 8485 SDUse &Use = UI.getUse(); in ReplaceAllUsesOfValueWith() 8623 SDUse &Use = UI.getUse(); in ReplaceAllUsesOfValuesWith() 9039 if (UI.getUse().getResNo() == Value) { in hasNUsesOfValue() 9056 if (UI.getUse().getResNo() == Value) in hasAnyUseOfValue()
|
D | SelectionDAGISel.cpp | 2113 SDUse &Use = I.getUse(); in findGlueUse() 3210 if (UI.getUse().getValueType() != MVT::Other) in SelectCodeCommon()
|
D | DAGCombiner.cpp | 9174 if (UI.getUse().getResNo() != N0.getResNo()) in ExtendUsesToFormExtLoad() 9208 SDUse &Use = UI.getUse(); in ExtendUsesToFormExtLoad() 13855 SDUse &Use = UI.getUse(); in CombineToPreIndexedLoadStore() 14883 if (UI.getUse().getResNo() != 0) in SliceUpLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 807 SDUse &getUse() const { return *Op; } 984 if (UI.getUse().get().getValueType() == MVT::Glue)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 556 return getIncomingBlock(I.getUse());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1091 Use &TheUse = UI.getUse(); in SinkCast() 1375 Use &TheUse = UI.getUse(); in sinkCmpExpression() 1573 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() 1634 Use &TruncTheUse = TruncUI.getUse(); in SinkShiftAndTruncate() 1724 Use &TheUse = UI.getUse(); in OptimizeExtractBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2575 if (UI.getUse().get().getResNo() == 0 && in usePartialVectorLoads() 7928 if (UI.getUse().get().getResNo() != 0) in directMoveIsProfitable() 13858 while (UI.getUse().getResNo() != 0) ++UI; in PerformDAGCombine() 13860 while (UI.getUse().getResNo() != 0) ++UI; in PerformDAGCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 11522 if (UI.getUse().getResNo() == 1) // Ignore uses of the chain result. in performPostLD1Combine() 11535 || UI.getUse().getResNo() != Addr.getResNo()) in performPostLD1Combine() 11638 UI.getUse().getResNo() != Addr.getResNo()) in performNEONPostLDSTCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4402 if (I.getUse().get() != Value) in findUser() 10163 if (I.getUse().getResNo() != 0) in adjustWritemask()
|