Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1009 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
H A DLegalizeIntegerTypes.cpp1674 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND()
1769 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT()
1843 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE()
1864 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
1884 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()
1912 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER()
1963 Carry = PromoteTargetBoolean(Carry, LHS.getValueType()); in PromoteIntOp_ADDSUBCARRY()
H A DLegalizeTypes.h233 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);