Home
last modified time | relevance | path

Searched refs:getNumExplicitDefs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h327 return getNumExplicitDefs() + MCID->getNumImplicitDefs();
349 unsigned getNumExplicitDefs() const;
385 operands_begin() + getNumExplicitDefs());
390 operands_begin() + getNumExplicitDefs());
395 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
399 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
402 return make_range(operands_begin() + getNumExplicitDefs(),
406 return make_range(operands_begin() + getNumExplicitDefs(),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp541 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr