Searched refs:PromoteTargetBoolean (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 579 Mask = PromoteTargetBoolean(Mask, OpTy); in PromoteIntRes_VSELECT() 1026 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND() 1121 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT() 1196 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE() 1212 Mask = PromoteTargetBoolean(Mask, DataOp.getValueType()); in PromoteIntOp_MSTORE() 1225 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD() 1238 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER() 1250 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER()
|
H A D | LegalizeTypes.cpp | 1118 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer 1140 return PromoteTargetBoolean(Bool, ValVT); in WidenTargetBoolean()
|
H A D | LegalizeVectorTypes.cpp | 1766 MaskLo = PromoteTargetBoolean(MaskLo, DataLo.getValueType()); in SplitVecOp_MSTORE() 1767 MaskHi = PromoteTargetBoolean(MaskHi, DataHi.getValueType()); in SplitVecOp_MSTORE() 2006 return PromoteTargetBoolean(Con, N->getValueType(0)); in SplitVecOp_VSETCC() 3386 return PromoteTargetBoolean(CC, N->getValueType(0)); in WidenVecOp_SETCC()
|
H A D | LegalizeTypes.h | 184 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1431 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND() 1525 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT() 1599 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE() 1620 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD() 1633 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER() 1653 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER() 1697 Carry = PromoteTargetBoolean(Carry, LHS.getValueType()); in PromoteIntOp_ADDSUBCARRY()
|
H A D | LegalizeTypes.cpp | 983 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
|
H A D | LegalizeTypes.h | 221 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
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.cpp | 1021 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
|
H A D | LegalizeTypes.h | 232 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
|