Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/MC/
DMCInstrDesc.h537 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/llvm-project/llvm/include/llvm/MC/
DMCInstrDesc.h613 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h628 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h139 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
DThumbRegisterInfo.cpp564 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseRegisterInfo.cpp761 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp462 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
469 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
484 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
1778 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
1818 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
/external/llvm-project/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp506 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.h163 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
DARMBaseRegisterInfo.cpp823 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp506 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
513 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
533 int FirstPredOp = MI.findFirstPredOperandIdx(); in createMIROperandComment()
553 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
2174 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2213 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp507 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.h150 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
DARMBaseRegisterInfo.cpp808 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp487 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
494 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
509 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
2124 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2163 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h971 int findFirstPredOperandIdx() const;
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp187 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp863 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
973 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp863 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
974 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp873 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
992 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1294 int findFirstPredOperandIdx() const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1406 int findFirstPredOperandIdx() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7335 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7349 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7355 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
10391 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10415 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10442 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7510 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
7524 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
7530 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
10687 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10711 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
10738 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1369 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr

12