Searched refs:SetCCResultType (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 25779 EVT SetCCResultType = TLI.getSetCCResultType(DAG.getDataLayout(), in LowerADDSAT_SUBSAT() local 25785 SDValue Cmp = DAG.getSetCC(DL, SetCCResultType, X, Add, ISD::SETUGT); in LowerADDSAT_SUBSAT() 25791 SDValue Cmp = DAG.getSetCC(DL, SetCCResultType, X, Y, ISD::SETUGT); in LowerADDSAT_SUBSAT() 40862 EVT SetCCResultType = TLI.getSetCCResultType(DAG.getDataLayout(), in foldXorTruncShiftIntoCmp() local 40864 SDValue Cond = DAG.getSetCC(DL, SetCCResultType, ShiftOp, in foldXorTruncShiftIntoCmp() 40866 if (SetCCResultType != ResultType) in foldXorTruncShiftIntoCmp()
|