Searched refs:PromoteTargetBoolean (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1021 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
|
| H A D | LegalizeIntegerTypes.cpp | 1866 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND() 1954 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT() 2043 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE() 2062 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD() 2082 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER() 2111 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER() 2167 Carry = PromoteTargetBoolean(Carry, LHS.getValueType()); in PromoteIntOp_ADDSUBCARRY() 2320 NewOps[2] = PromoteTargetBoolean(Op, N->getOperand(1).getValueType()); in PromoteIntOp_VP_REDUCE()
|
| H A D | LegalizeTypes.h | 232 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
|