Searched refs:getNumExplicitOperands (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp33 for (unsigned i = 0, e = MI->getNumExplicitOperands(); i != e; ++i) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp33 for (unsigned i = 0, e = MI->getNumExplicitOperands(); i != e; ++i) {
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h285 /// getNumExplicitOperands - Returns the number of non-implicit operands.
287 unsigned getNumExplicitOperands() const;
307 operands_begin(), operands_begin() + getNumExplicitOperands());
311 operands_begin(), operands_begin() + getNumExplicitOperands());
/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp262 FirstOpNum = MI->getNumExplicitOperands() - 2;
311 return (Compare->getNumExplicitOperands() == 2 &&
H A DSystemZInstrInfo.cpp404 if (MI->getNumExplicitOperands() == 2 &&
844 unsigned NumOps = MI->getNumExplicitOperands();
H A DSystemZISelLowering.cpp3136 if (MI->getNumExplicitOperands() > 5) {
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp75 int NumOp = Inst->getNumExplicitOperands();
H A DMipsConstantIslandPass.cpp1660 if (MI->getNumExplicitOperands() == 2) {
/external/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp300 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) {
H A DARMConstantIslandPass.cpp1663 MI->getNumExplicitOperands() == 3) {
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp873 /// getNumExplicitOperands - Returns the number of non-implicit operands.
875 unsigned MachineInstr::getNumExplicitOperands() const { function in class:MachineInstr
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp554 Desc.getNumOperands() != MI->getNumExplicitOperands()) {

Completed in 188 milliseconds