Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h586 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h152 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
H A DThumbRegisterInfo.cpp564 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseRegisterInfo.cpp785 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseInstrInfo.cpp488 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
495 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
510 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
1994 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2033 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
H A DARMFrameLowering.cpp2058 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp864 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
974 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1209 int findFirstPredOperandIdx() const;
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6460 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
6474 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
6479 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
9206 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
9230 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
9257 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp1006 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr