Home
last modified time | relevance | path

Searched refs:getNumExplicitOperands (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUMCInstLower.cpp33 for (unsigned i = 0, e = MI->getNumExplicitOperands(); i != e; ++i) { in lower()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h293 unsigned getNumExplicitOperands() const;
313 operands_begin(), operands_begin() + getNumExplicitOperands());
317 operands_begin(), operands_begin() + getNumExplicitOperands());
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp262 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()
311 return (Compare->getNumExplicitOperands() == 2 && in isCompareZero()
DSystemZInstrInfo.cpp404 if (MI->getNumExplicitOperands() == 2 && in analyzeCompare()
846 unsigned NumOps = MI->getNumExplicitOperands(); in foldMemoryOperandImpl()
DSystemZISelLowering.cpp3432 if (MI->getNumExplicitOperands() > 5) { in emitMemMemWrapper()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp75 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
DMipsConstantIslandPass.cpp1656 if (MI->getNumExplicitOperands() == 2) { in fixupConditionalBr()
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp305 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
DARMConstantIslandPass.cpp1676 MI->getNumExplicitOperands() == 3) { in undoLRSpillRestore()
/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp1267 Desc.getNumOperands() != MI->getNumExplicitOperands()) { in verifyInstruction()
1574 assert(Inst->getNumExplicitOperands() == 3); in swapOperands()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp932 unsigned MachineInstr::getNumExplicitOperands() const { in getNumExplicitOperands() function in MachineInstr