Home
last modified time | relevance | path

Searched refs:PromoteTargetBoolean (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp475 Mask = PromoteTargetBoolean(Mask, NewMaskVT); in PromoteIntRes_MLOAD()
551 Mask = PromoteTargetBoolean(Mask, OpTy); in PromoteIntRes_VSELECT()
974 SDValue Cond = PromoteTargetBoolean(N->getOperand(1), MVT::Other); in PromoteIntOp_BRCOND()
1068 Cond = PromoteTargetBoolean(Cond, OpVT); in PromoteIntOp_SELECT()
1140 Mask = PromoteTargetBoolean(Mask, DataOp.getValueType()); in PromoteIntOp_MSTORE()
1170 Mask = PromoteTargetBoolean(N->getMask(), DataOp.getValueType()); in PromoteIntOp_MSTORE()
1179 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
DLegalizeTypes.cpp1100 SDValue DAGTypeLegalizer::PromoteTargetBoolean(SDValue Bool, EVT ValVT) { in PromoteTargetBoolean() function in DAGTypeLegalizer
DLegalizeTypes.h175 SDValue PromoteTargetBoolean(SDValue Bool, EVT ValVT);
DLegalizeVectorTypes.cpp1676 return PromoteTargetBoolean(Con, N->getValueType(0)); in SplitVecOp_VSETCC()
2886 return PromoteTargetBoolean(CC, N->getValueType(0)); in WidenVecOp_SETCC()