Home
last modified time | relevance | path

Searched refs:UseIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp297 unsigned UseIndex = in captured() local
300 assert(UseIndex < CS.data_operands_size() && in captured()
303 if (UseIndex >= CS.getNumArgOperands()) { in captured()
315 if (UseIndex >= F->arg_size()) { in captured()
321 Uses.push_back(&*std::next(F->arg_begin(), UseIndex)); in captured()
427 unsigned UseIndex = std::distance(CS.arg_begin(), U); in determinePointerReadAttrs() local
433 assert(UseIndex < CS.data_operands_size() && in determinePointerReadAttrs()
436 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands(); in determinePointerReadAttrs()
438 if (UseIndex >= F->arg_size() && !IsOperandBundleUse) { in determinePointerReadAttrs()
443 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5483 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local
5484 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()
5487 SDNode *User = Uses[UseIndex].User; in ReplaceAllUsesOfValuesWith()
5497 unsigned i = Uses[UseIndex].Index; in ReplaceAllUsesOfValuesWith()
5498 SDUse &Use = *Uses[UseIndex].Use; in ReplaceAllUsesOfValuesWith()
5499 ++UseIndex; in ReplaceAllUsesOfValuesWith()
5502 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6527 for (unsigned UseIndex = 0, UseIndexEnd = Uses.size(); in ReplaceAllUsesOfValuesWith() local
6528 UseIndex != UseIndexEnd; ) { in ReplaceAllUsesOfValuesWith()
6531 SDNode *User = Uses[UseIndex].User; in ReplaceAllUsesOfValuesWith()
6541 unsigned i = Uses[UseIndex].Index; in ReplaceAllUsesOfValuesWith()
6542 SDUse &Use = *Uses[UseIndex].Use; in ReplaceAllUsesOfValuesWith()
6543 ++UseIndex; in ReplaceAllUsesOfValuesWith()
6546 } while (UseIndex != UseIndexEnd && Uses[UseIndex].User == User); in ReplaceAllUsesOfValuesWith()