Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7365 bool HasGlue = Call->getGluedNode(); in visitPatchpoint() local
7385 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint()
7399 SDNode::op_iterator e = HasGlue ? Call->op_end()-2 : Call->op_end()-1; in visitPatchpoint()
7406 if (HasGlue) in visitPatchpoint()
7416 if (HasGlue) in visitPatchpoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8134 bool HasGlue = Call->getGluedNode(); in visitPatchpoint() local
8154 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint()
8168 SDNode::op_iterator e = HasGlue ? Call->op_end()-2 : Call->op_end()-1; in visitPatchpoint()
8175 if (HasGlue) in visitPatchpoint()
8185 if (HasGlue) in visitPatchpoint()