HomeSort by relevance Sort by last modified time
    Searched refs:OpI (Results 1 - 9 of 9) 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/Target/R600/
R600Packetizer.cpp 193 int OpI = TII->getOperandIdx(MII->getOpcode(), AMDGPU::OpName::pred_sel),
195 unsigned PredI = (OpI > -1)?MII->getOperand(OpI).getReg():0,
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 140 if (Instruction *OpI = dyn_cast<Instruction>(Op))
141 if (isInstructionTriviallyDead(OpI, TLI))
142 NowDeadInsts.push_back(OpI);
LoopIdiomRecognize.cpp 256 if (Instruction *OpI = dyn_cast<Instruction>(Op))
257 if (isInstructionTriviallyDead(OpI, TLI))
258 NowDeadInsts.push_back(OpI);
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 343 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
344 if (isInstructionTriviallyDead(OpI, TLI))
345 DeadInsts.push_back(OpI);
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 305 milliseconds