Home
last modified time | relevance | path

Searched refs:getNumExplicitOperands (Results 1 – 12 of 12) 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.h286 unsigned getNumExplicitOperands() const;
306 operands_begin() + getNumExplicitOperands());
310 operands_begin() + getNumExplicitOperands());
/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp271 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()
324 return (Compare->getNumExplicitOperands() == 2 && in isCompareZero()
DSystemZInstrInfo.cpp410 if (MI->getNumExplicitOperands() == 2 && in analyzeCompare()
869 unsigned NumOps = MI->getNumExplicitOperands(); in foldMemoryOperandImpl()
DSystemZISelLowering.cpp5388 if (MI->getNumExplicitOperands() > 5) { in emitMemMemWrapper()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp75 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
DMipsConstantIslandPass.cpp1653 if (MI->getNumExplicitOperands() == 2) { in fixupConditionalBr()
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp305 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
DARMConstantIslandPass.cpp1804 MI->getNumExplicitOperands() == 3) { in undoLRSpillRestore()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1462 Desc.getNumOperands() != MI->getNumExplicitOperands()) { in verifyInstruction()
1762 assert(Inst->getNumExplicitOperands() == 3); in swapOperands()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp399 if (LastOpcodeHasNVJump && (LastInst->getNumExplicitOperands() == 3)) { in AnalyzeBranch()
424 (SecondLastInst->getNumExplicitOperands() == 3) && in AnalyzeBranch()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp990 unsigned MachineInstr::getNumExplicitOperands() const { in getNumExplicitOperands() function in MachineInstr