Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.cpp345 int idx = MI->findFirstPredOperandIdx(); in isPredicated()
458 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
DAMDILCFGStructurizer.cpp2880 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/
DMCInstrDesc.h304 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h537 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp198 if(MCDesc.findFirstPredOperandIdx() > -1) in EmitALUInstr()
360 int PredIdx = MCDesc.findFirstPredOperandIdx(); in EmitALU()
/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()
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()
DARMFrameLowering.cpp1766 int PIdx = Old.findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h971 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/llvm/lib/CodeGen/
DMachineInstr.cpp1369 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4018 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); in validateInstruction()
4034 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6199 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); in validateInstruction()
6215 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()