Searched refs:PromoteTargetBoolean (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 1122 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer 1144 return PromoteTargetBoolean(Bool, ValVT); in WidenTargetBoolean()
|
D | LegalizeIntegerTypes.cpp | 574 Mask = PromoteTargetBoolean(Mask, OpTy); in PromoteIntRes_VSELECT() 1021 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND() 1116 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT() 1191 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE() 1207 Mask = PromoteTargetBoolean(Mask, DataOp.getValueType()); in PromoteIntOp_MSTORE() 1220 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD() 1233 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER() 1245 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER()
|
D | LegalizeVectorTypes.cpp | 1709 MaskLo = PromoteTargetBoolean(MaskLo, DataLo.getValueType()); in SplitVecOp_MSTORE() 1710 MaskHi = PromoteTargetBoolean(MaskHi, DataHi.getValueType()); in SplitVecOp_MSTORE() 1949 return PromoteTargetBoolean(Con, N->getValueType(0)); in SplitVecOp_VSETCC() 3268 return PromoteTargetBoolean(CC, N->getValueType(0)); in WidenVecOp_SETCC()
|
D | LegalizeTypes.h | 189 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
|