Searched refs:SCCVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5598 SDValue optimizeSetCCOfSignedTruncationCheck(EVT SCCVT, SDValue N0, 5605 EVT SCCVT, SDValue N0, SDValue N1C, ISD::CondCode Cond,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 4080 EVT SCCVT, SDValue N0, SDValue N1, ISD::CondCode Cond, DAGCombinerInfo &DCI, in optimizeSetCCOfSignedTruncationCheck() argument 4159 return DAG.getSetCC(DL, SCCVT, SExtInReg, X, NewCond); in optimizeSetCCOfSignedTruncationCheck() 4164 EVT SCCVT, SDValue N0, SDValue N1C, ISD::CondCode Cond, in optimizeSetCCByHoistingAndByConstFromLogicalShift() argument 4228 SDValue T2 = DAG.getSetCC(DL, SCCVT, T1, N1C, Cond); in optimizeSetCCByHoistingAndByConstFromLogicalShift()
|