Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1670 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND()
1765 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT()
1839 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE()
1860 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
1880 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()
1908 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER()
1959 Carry = PromoteTargetBoolean(Carry, LHS.getValueType()); in PromoteIntOp_ADDSUBCARRY()
H A DLegalizeTypes.cpp1009 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
H A DLegalizeTypes.h233 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);