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 178 int OpI = TII->getOperandIdx(MII->getOpcode(), AMDGPU::OpName::pred_sel),
180 unsigned PredI = (OpI > -1)?MII->getOperand(OpI).getReg():0,
  /external/llvm/include/llvm/Support/
PatternMatch.h 1024 unsigned OpI;
1026 Argument_match(unsigned OpIdx, const Opnd_t &V) : OpI(OpIdx), Val(V) { }
1031 return CS.isCall() && Val.match(CS.getArgument(OpI));
1036 template<unsigned OpI, typename Opnd_t>
1038 return Argument_match<Opnd_t>(OpI, Op);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 75 milliseconds