Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h609 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/freebsd-14.2/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 DARMBaseRegisterInfo.cpp849 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseInstrInfo.h166 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
H A DARMBaseInstrInfo.cpp565 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
572 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
592 int FirstPredOp = MI.findFirstPredOperandIdx(); in createMIROperandComment()
612 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
2234 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2273 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
H A DARMFrameLowering.cpp2882 int PIdx = I->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp836 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
947 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp171 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1552 int findFirstPredOperandIdx() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7529 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7543 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7549 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
11060 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
11084 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
11111 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1091 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr