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/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/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h141 int PIdx = MI->findFirstPredOperandIdx(); in getPredicate()
DThumbRegisterInfo.cpp566 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseRegisterInfo.cpp733 int PIdx = MI.findFirstPredOperandIdx(); in eliminateFrameIndex()
DARMBaseInstrInfo.cpp446 int PIdx = I->findFirstPredOperandIdx(); in isPredicated()
453 int PIdx = MI->findFirstPredOperandIdx(); in isPredicated()
468 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
1778 int PIdx = MI->findFirstPredOperandIdx(); in getInstrPredicate()
1817 MI->getOperand(MI->findFirstPredOperandIdx()) in commuteInstructionImpl()
DARMFrameLowering.cpp1755 int PIdx = Old->findFirstPredOperandIdx(); in eliminateCallFramePseudoInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h935 int findFirstPredOperandIdx() const;
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp881 int idx = MI->findFirstPredOperandIdx(); in isPredicated()
1006 int PIdx = MI->findFirstPredOperandIdx(); in PredicateInstruction()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1261 int MachineInstr::findFirstPredOperandIdx() const { in findFirstPredOperandIdx() function in MachineInstr
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6060 unsigned Cond = Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm(); in validateInstruction()
6076 Inst.getOperand(MCID.findFirstPredOperandIdx()).getImm() != in validateInstruction()