Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h621 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp506 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseRegisterInfo.cpp832 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseInstrInfo.h167 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
H A DARMBaseInstrInfo.cpp537 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
544 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
564 int FirstPredOp = MI.findFirstPredOperandIdx(); in createMIROperandComment()
584 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
2212 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2251 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
H A DARMFrameLowering.cpp2343 int PIdx = I->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp183 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp840 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
951 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1475 int findFirstPredOperandIdx() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7617 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7631 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7637 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
10852 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10876 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10903 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1069 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr