Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h610 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp134 int CCIdx = MI.findFirstPredOperandIdx(); in isSafeAESInput()
H A DThumbRegisterInfo.cpp518 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseInstrInfo.h166 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
H A DARMBaseRegisterInfo.cpp849 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
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()
2248 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2287 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
H A DARMFrameLowering.cpp2841 int PIdx = I->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp836 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
947 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp172 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1505 int findFirstPredOperandIdx() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1077 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7654 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7668 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7674 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
10909 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10933 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10960 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()