Home
last modified time | relevance | path

Searched refs:getDataOperandNo (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h196 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function
197 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()
202 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h230 unsigned getDataOperandNo(Value::const_user_iterator UI) const { in getDataOperandNo() function
231 return getDataOperandNo(&UI.getUse()); in getDataOperandNo()
236 unsigned getDataOperandNo(const Use *U) const { in getDataOperandNo() function
DInstrTypes.h1199 unsigned getDataOperandNo(Value::const_user_iterator UI) const {
1200 return getDataOperandNo(&UI.getUse());
1205 unsigned getDataOperandNo(const Use *U) const {
/external/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp316 !Call->doesNotCapture(Call->getDataOperandNo(U))) { in PointerMayBeCaptured()
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h1276 unsigned getDataOperandNo(Value::const_user_iterator UI) const {
1277 return getDataOperandNo(&UI.getUse());
1282 unsigned getDataOperandNo(const Use *U) const {
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp133 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp139 CB.isDataOperand(U) && CB.doesNotCapture(CB.getDataOperandNo(U)); in walk()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp94 unsigned DataOpNo = CS.getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp84 unsigned DataOpNo = Call->getDataOperandNo(&U); in isOnlyCopiedFromConstantMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp97 unsigned DataOpNo = Call->getDataOperandNo(&U); in isOnlyCopiedFromConstantGlobal()