HomeSort by relevance Sort by last modified time
    Searched defs:UseIndex (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 294 // operands. This means there is no need to adjust UseIndex to account for
297 unsigned UseIndex =
300 assert(UseIndex < CS.data_operands_size() &&
303 if (UseIndex >= CS.getNumArgOperands()) {
315 if (UseIndex >= F->arg_size()) {
321 Uses.push_back(&*std::next(F->arg_begin(), UseIndex));
424 // operands. This means there is no need to adjust UseIndex to account
427 unsigned UseIndex = std::distance(CS.arg_begin(), U);
433 assert(UseIndex < CS.data_operands_size() &&
436 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 337 // operands. This means there is no need to adjust UseIndex to account for
340 unsigned UseIndex =
343 assert(UseIndex < CS.data_operands_size() &&
346 if (UseIndex >= CS.getNumArgOperands()) {
358 if (UseIndex >= F->arg_size()) {
364 Uses.push_back(&*std::next(F->arg_begin(), UseIndex));
469 // operands. This means there is no need to adjust UseIndex to account
472 unsigned UseIndex = std::distance(CS.arg_begin(), U);
478 assert(UseIndex < CS.data_operands_size() &&
481 bool IsOperandBundleUse = UseIndex >= CS.getNumArgOperands()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 105 size_t const UseIndex = Mapping.blockToIndex(UseBB);
107 assert(Block[UseIndex].Consumes[DefIndex] && "use must consume def");
108 bool const Result = Block[UseIndex].Kills[DefIndex];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.h 69 unsigned UseIndex;

Completed in 145 milliseconds