Searched refs:PromoteTargetBoolean (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1017 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
|
| H A D | LegalizeIntegerTypes.cpp | 1858 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND() 1946 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT() 2035 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE() 2054 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD() 2074 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER() 2103 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER() 2159 Carry = PromoteTargetBoolean(Carry, LHS.getValueType()); in PromoteIntOp_ADDSUBCARRY() 2312 NewOps[2] = PromoteTargetBoolean(Op, N->getOperand(1).getValueType()); in PromoteIntOp_VP_REDUCE()
|
| H A D | LegalizeTypes.h | 232 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
|