Searched refs:getBoolExtOrTrunc (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4172 return DAG.getBoolExtOrTrunc(N0, DL, VT, OpVT); in foldSetCCWithAnd() 4979 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType()); in SimplifySetCC() 8526 Sel = DAG.getBoolExtOrTrunc(Sel, dl, DstSetCCVT, DstVT); in expandFP_TO_UINT() 8554 Sel = DAG.getBoolExtOrTrunc(Sel, dl, DstSetCCVT, DstVT); in expandFP_TO_UINT() 11416 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType); in expandUADDSUBO() 11438 Overflow = DAG.getBoolExtOrTrunc(SetCC, dl, ResultType, ResultType); in expandSADDSUBO() 11454 Overflow = DAG.getBoolExtOrTrunc( in expandSADDSUBO()
|
| H A D | LegalizeIntegerTypes.cpp | 1069 return DAG.getBoolExtOrTrunc(Res.getValue(1), dl, NVT, VT); in PromoteIntRes_Overflow() 3448 Res = DAG.getBoolExtOrTrunc(Res, DL, N->getValueType(0), NewVT); in ExpandIntRes_SETCC()
|
| H A D | LegalizeDAG.cpp | 4109 Results.push_back(DAG.getBoolExtOrTrunc(ResultCarry, dl, CarryType, VT)); in ExpandNode()
|
| H A D | DAGCombiner.cpp | 3555 SDValue CarryExt = DAG.getBoolExtOrTrunc(CarryIn, DL, VT, CarryVT); in visitUADDO_CARRY() 3744 CarryIn = DAG.getBoolExtOrTrunc(CarryIn, DL, Carry1->getValueType(1), in combineCarryDiamond() 6743 OpVT == CondVT ? Cond : DAG.getBoolExtOrTrunc(Cond, DL, OpVT, CondVT); in combineSelectAsExtAnd()
|
| H A D | SelectionDAG.cpp | 1554 SDValue SelectionDAG::getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT, in getBoolExtOrTrunc() function in SelectionDAG
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1087 LLVM_ABI SDValue getBoolExtOrTrunc(SDValue Op, const SDLoc &SL, EVT VT,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8555 Sel = DAG.getBoolExtOrTrunc(Sel, dl, DstSetCCVT, DstVT); in LowerFP_TO_INT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 29418 auto Promote = DAG.getBoolExtOrTrunc(Cmp, DL, PromoteVT, InVT); in LowerFixedLengthVectorSetccToSVE()
|