/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 537 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 613 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 628 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 139 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
|
D | ThumbRegisterInfo.cpp | 564 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | ARMBaseRegisterInfo.cpp | 761 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | ARMBaseInstrInfo.cpp | 462 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ThumbRegisterInfo.cpp | 507 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | ARMBaseInstrInfo.h | 150 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
|
D | ARMBaseRegisterInfo.cpp | 808 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | ARMBaseInstrInfo.cpp | 487 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-project/llvm/lib/Target/ARM/ |
D | ThumbRegisterInfo.cpp | 506 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | ARMBaseInstrInfo.h | 163 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
|
D | ARMBaseRegisterInfo.cpp | 823 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | ARMBaseInstrInfo.cpp | 506 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/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 187 int PredOpIdx = Desc.findFirstPredOperandIdx(); in isPredicated()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 971 int findFirstPredOperandIdx() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 863 int idx = MI.findFirstPredOperandIdx(); in isPredicated() 973 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 863 int idx = MI.findFirstPredOperandIdx(); in isPredicated() 974 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 873 int idx = MI.findFirstPredOperandIdx(); in isPredicated() 992 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1294 int findFirstPredOperandIdx() const;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1406 int findFirstPredOperandIdx() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 7335 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/ |
D | ARMAsmParser.cpp | 7510 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-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1064 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
|