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();
222 int i = instLast1.findFirstPredOperandIdx();
239 int i = instLast2.findFirstPredOperandIdx();
335 if (MI->findFirstPredOperandIdx() == -1) {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 520 /// findFirstPredOperandIdx() - Find the index of the first operand in the
523 int findFirstPredOperandIdx() const {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 78 int PIdx = MI->findFirstPredOperandIdx();
ARMBaseRegisterInfo.cpp 764 int PIdx = Old->findFirstPredOperandIdx();
    [all...]
ARMBaseInstrInfo.cpp 445 int PIdx = I->findFirstPredOperandIdx();
452 int PIdx = MI->findFirstPredOperandIdx();
467 int PIdx = MI->findFirstPredOperandIdx();
    [all...]
Thumb1RegisterInfo.cpp 668 int PIdx = MI.findFirstPredOperandIdx();
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 726 /// findFirstPredOperandIdx() - Find the index of the first operand in the
729 int findFirstPredOperandIdx() const;
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 397 milliseconds