Searched refs:GetSplitOp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 503 GetSplitOp(Op, Lo, Hi); in SplitRes_MERGE_VALUES() 510 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_Select() 511 GetSplitOp(N->getOperand(2), RL, RH); in SplitRes_Select() 558 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC() 559 GetSplitOp(N->getOperand(3), RL, RH); in SplitRes_SELECT_CC() 578 GetSplitOp(N->getOperand(0), L, H); in SplitVecRes_AssertZext() 587 GetSplitOp(N->getOperand(0), L, H); in SplitRes_FREEZE() 597 GetSplitOp(N->getOperand(0), L, H); in SplitRes_ARITH_FENCE()
|
H A D | LegalizeTypes.h | 1136 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp() function
|