Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DR600MCCodeEmitter.cpp198 if(MCDesc.findFirstPredOperandIdx() > -1) in EmitALUInstr()
360 int PredIdx = MCDesc.findFirstPredOperandIdx(); in EmitALU()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h634 int findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h130 int PIdx = MI->findFirstPredOperandIdx(); in getPredicate()
DThumbRegisterInfo.cpp566 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseRegisterInfo.cpp744 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp447 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
454 int PIdx = MI->findFirstPredOperandIdx(); in isPredicated()
470 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
1734 int PIdx = MI->findFirstPredOperandIdx(); in getInstrPredicate()
1772 MI->getOperand(MI->findFirstPredOperandIdx()) in commuteInstruction()
DARMFrameLowering.cpp1787 int PIdx = Old->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h922 int findFirstPredOperandIdx() const;
/external/llvm/lib/Target/R600/
DR600InstrInfo.cpp887 int idx = MI->findFirstPredOperandIdx(); in isPredicated()
1012 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1204 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6085 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); in validateInstruction()
6101 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()