Home
last modified time | relevance | path

Searched refs:findFirstPredOperandIdx (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCInstrDesc.h583 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h78 int PIdx = MI->findFirstPredOperandIdx(); in getPredicate()
DARMBaseRegisterInfo.cpp747 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DThumb1RegisterInfo.cpp624 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp442 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
449 int PIdx = MI->findFirstPredOperandIdx(); in isPredicated()
465 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
1620 int PIdx = MI->findFirstPredOperandIdx(); in getInstrPredicate()
1658 MI->getOperand(MI->findFirstPredOperandIdx()) in commuteInstruction()
DARMFrameLowering.cpp1427 int PIdx = Old->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineInstr.h807 int findFirstPredOperandIdx() const;
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DR600InstrInfo.cpp898 int idx = MI->findFirstPredOperandIdx(); in isPredicated()
1023 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineInstr.cpp1082 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5340 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); in validateInstruction()
5356 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()