Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.cpp114 int i = MI->findFirstPredOperandIdx(); in isPredicated()
128 int i = MI->findFirstPredOperandIdx(); in PredicateInstruction()
224 int i = instLast1.findFirstPredOperandIdx(); in AnalyzeBranch()
241 int i = instLast2.findFirstPredOperandIdx(); in AnalyzeBranch()
337 if (MI->findFirstPredOperandIdx() == -1) { in AddDefaultPredicate()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h73 int PIdx = MI->findFirstPredOperandIdx(); in isPredicated()
78 int PIdx = MI->findFirstPredOperandIdx(); in getPredicate()
DARMBaseRegisterInfo.cpp873 int PIdx = Old->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
1201 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DThumb1RegisterInfo.cpp649 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp454 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
1434 int PIdx = MI->findFirstPredOperandIdx(); in getInstrPredicate()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h304 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h537 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h579 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h390 int findFirstPredOperandIdx() const;
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h139 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
DThumbRegisterInfo.cpp564 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()
DARMBaseRegisterInfo.cpp761 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h146 int PIdx = MI.findFirstPredOperandIdx(); in getPredicate()
DThumbRegisterInfo.cpp564 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseRegisterInfo.cpp780 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp488 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
495 int PIdx = MI.findFirstPredOperandIdx(); in isPredicated()
510 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
1980 int PIdx = MI.findFirstPredOperandIdx(); in getInstrPredicate()
2019 CommutedMI->getOperand(CommutedMI->findFirstPredOperandIdx()) in commuteInstructionImpl()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h971 int findFirstPredOperandIdx() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp864 int idx = MI.findFirstPredOperandIdx(); in isPredicated()
974 int PIdx = MI.findFirstPredOperandIdx(); in PredicateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1061 int findFirstPredOperandIdx() const;
/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/lib/CodeGen/
DMachineInstr.cpp971 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp842 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6434 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm()); in validateInstruction()
6448 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
6453 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
9175 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
9199 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
9226 (ARMCC::CondCodes)Inst.getOperand(MCID.findFirstPredOperandIdx()) in MatchInstruction()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1369 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr

12