Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10609 bool HasGlue = Call->getGluedNode(); in visitPatchpoint() local
10618 if (HasGlue) in visitPatchpoint()
10622 if (HasGlue) in visitPatchpoint()
10639 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint()
10653 SDNode::op_iterator e = HasGlue ? Call->op_end()-2 : Call->op_end()-1; in visitPatchpoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15181 bool HasGlue = Copy->getNumOperands() == 3; in PerformVMOVhrCombine() local
15183 HasGlue ? Copy->getOperand(2) : SDValue()}; in PerformVMOVhrCombine()
15187 DCI.DAG.getVTList(ArrayRef(OutTys, HasGlue ? 3 : 2)), in PerformVMOVhrCombine()
15188 ArrayRef(Ops, HasGlue ? 3 : 2)); in PerformVMOVhrCombine()
15193 if (HasGlue) in PerformVMOVhrCombine()