Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h609 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp134 int CCIdx = MI.findFirstPredOperandIdx(); in isSafeAESInput()
H A DThumbRegisterInfo.cpp598 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseInstrInfo.h171 int PIdx = MI.findFirstPredOperandIdx();
H A DARMBaseRegisterInfo.cpp849 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseInstrInfo.cpp566 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
573 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
593 int FirstPredOp = MI.findFirstPredOperandIdx(); in createMIROperandComment()
613 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
2235 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2274 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
H A DARMFrameLowering.cpp2885 int PIdx = I->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp835 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
945 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp171 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1583 int findFirstPredOperandIdx() const;
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7647 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7661 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7667 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
11285 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in ParseDirective()
11309 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in ParseDirective()
11336 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in parseDirectiveThumb()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1129 /// findFirstPredOperandIdx() - Find the index of the first operand in the in tieOperands()
1132 int MachineInstr::findFirstPredOperandIdx() const { in tieOperands()
1133 // Don't call MCID.findFirstPredOperandIdx() because this variant in tieOperands()
1091 int MachineInstr::findFirstPredOperandIdx() const { findFirstPredOperandIdx() function in MachineInstr