HomeSort by relevance Sort by last modified time
    Searched defs:OpI (Results 1 - 5 of 5) 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/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/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 121 milliseconds