Searched refs:PromoteTargetBoolean (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1015 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
|
| H A D | LegalizeIntegerTypes.cpp | 2011 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND() 2099 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT() 2205 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE() 2224 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD() 2244 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER() 2273 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER() 2342 Carry = PromoteTargetBoolean(Carry, LHS.getValueType()); in PromoteIntOp_ADDSUBO_CARRY() 2510 NewOps[2] = PromoteTargetBoolean(Op, N->getOperand(1).getValueType()); in PromoteIntOp_VP_REDUCE()
|
| H A D | LegalizeTypes.h | 232 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
|