Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h621 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp506 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
H A DARMBaseRegisterInfo.cpp826 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()
2222 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2261 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
H A DARMFrameLowering.cpp2311 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp183 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp840 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
951 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1462 int findFirstPredOperandIdx() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7616 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7630 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7636 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
10851 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10875 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10902 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1069 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr