Home
last modified time | relevance | path

Searched refs:HasOptPRefs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp737 bool HasOptPRefs = II.getNumDefs() > NumResults; in EmitMachineNode() local
738 assert((!HasOptPRefs || !HasPhysRegOuts) && in EmitMachineNode()
740 unsigned NumSkip = HasOptPRefs ? II.getNumDefs() - NumResults : 0; in EmitMachineNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp795 bool HasOptPRefs = NumDefs > NumResults; in EmitMachineNode() local
796 assert((!HasOptPRefs || !HasPhysRegOuts) && in EmitMachineNode()
798 unsigned NumSkip = HasOptPRefs ? NumDefs - NumResults : 0; in EmitMachineNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp875 bool HasOptPRefs = NumDefs > NumResults; in EmitMachineNode() local
876 assert((!HasOptPRefs || !HasPhysRegOuts) && in EmitMachineNode()
878 unsigned NumSkip = HasOptPRefs ? NumDefs - NumResults : 0; in EmitMachineNode()