/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.cpp | 114 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/ |
D | ARMBaseInstrInfo.h | 73 int PIdx = MI->findFirstPredOperandIdx(); in isPredicated() 78 int PIdx = MI->findFirstPredOperandIdx(); in getPredicate()
|
D | ARMBaseRegisterInfo.cpp | 873 int PIdx = Old->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr() 1201 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | Thumb1RegisterInfo.cpp | 649 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
|
D | ARMBaseInstrInfo.cpp | 454 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction() 1434 int PIdx = MI->findFirstPredOperandIdx(); in getInstrPredicate()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.cpp | 345 int idx = MI->findFirstPredOperandIdx(); in isPredicated() 458 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
|
D | AMDILCFGStructurizer.cpp | 2880 return instr->getOperand(instr->findFirstPredOperandIdx()).getReg() != 0; in isCondBranch() 2894 return instr->getOperand(instr->findFirstPredOperandIdx()).getReg() == 0; in isUncondBranch()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrDesc.h | 304 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 537 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 198 if(MCDesc.findFirstPredOperandIdx() > -1) in EmitALUInstr() 360 int PredIdx = MCDesc.findFirstPredOperandIdx(); in EmitALU()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 390 int findFirstPredOperandIdx() const;
|
/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()
|
D | ARMFrameLowering.cpp | 1766 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 971 int findFirstPredOperandIdx() const;
|
/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/lib/CodeGen/ |
D | MachineInstr.cpp | 971 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1369 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4018 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); in validateInstruction() 4034 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 6199 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); in validateInstruction() 6215 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
|