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

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.cpp 114 int i = MI->findFirstPredOperandIdx();
128 int i = MI->findFirstPredOperandIdx();
224 int i = instLast1.findFirstPredOperandIdx();
241 int i = instLast2.findFirstPredOperandIdx();
337 if (MI->findFirstPredOperandIdx() == -1) {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 301 /// findFirstPredOperandIdx() - Find the index of the first operand in the
304 int findFirstPredOperandIdx() const {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 73 int PIdx = MI->findFirstPredOperandIdx();
78 int PIdx = MI->findFirstPredOperandIdx();
ARMBaseRegisterInfo.cpp 857 int PIdx = Old->findFirstPredOperandIdx();
    [all...]
Thumb1RegisterInfo.cpp 649 int PIdx = MI.findFirstPredOperandIdx();
ARMBaseInstrInfo.cpp 454 int PIdx = MI->findFirstPredOperandIdx();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 387 /// findFirstPredOperandIdx() - Find the index of the first operand in the
390 int findFirstPredOperandIdx() const;
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 338 milliseconds