HomeSort by relevance Sort by last modified time
    Searched refs:OpI (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 96 MachineInstr::mop_iterator OpI, OpE;
101 while (OpI == OpE) {
105 OpI = InstrI->operands_begin();
125 OpI = InstrI->operands_begin();
131 MachineOperand &deref() const { return *OpI; }
135 bool isValid() const { return OpI != OpE; }
140 ++OpI;
148 return OpI - InstrI->operands_begin();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 136 if (Instruction *OpI = dyn_cast<Instruction>(Op))
137 if (isInstructionTriviallyDead(OpI, TLI))
138 NowDeadInsts.push_back(OpI);
LoopIdiomRecognize.cpp 252 if (Instruction *OpI = dyn_cast<Instruction>(Op))
253 if (isInstructionTriviallyDead(OpI, TLI))
254 NowDeadInsts.push_back(OpI);
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 923 unsigned OpI;
925 Argument_match(unsigned OpIdx, const Opnd_t &V) : OpI(OpIdx), Val(V) { }
930 return CS.isCall() && Val.match(CS.getArgument(OpI));
935 template<unsigned OpI, typename Opnd_t>
937 return Argument_match<Opnd_t>(OpI, Op);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 342 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
343 if (isInstructionTriviallyDead(OpI, TLI))
344 DeadInsts.push_back(OpI);
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 2458 milliseconds