HomeSort by relevance Sort by last modified time
    Searched refs:getNumExplicitOperands (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 33 for (unsigned i = 0, e = MI->getNumExplicitOperands(); i != e; ++i) {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 291 /// getNumExplicitOperands - Returns the number of non-implicit operands.
293 unsigned getNumExplicitOperands() const;
313 operands_begin(), operands_begin() + getNumExplicitOperands());
317 operands_begin(), operands_begin() + getNumExplicitOperands());
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 262 FirstOpNum = MI->getNumExplicitOperands() - 2;
311 return (Compare->getNumExplicitOperands() == 2 &&
SystemZInstrInfo.cpp 404 if (MI->getNumExplicitOperands() == 2 &&
846 unsigned NumOps = MI->getNumExplicitOperands();
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 75 int NumOp = Inst->getNumExplicitOperands();
MipsConstantIslandPass.cpp     [all...]
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 305 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) {
ARMConstantIslandPass.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp     [all...]

Completed in 320 milliseconds