Home
last modified time | relevance | path

Searched refs:SCCVT (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5392 SDValue optimizeSetCCOfSignedTruncationCheck(EVT SCCVT, SDValue N0,
5399 EVT SCCVT, SDValue N0, SDValue N1C, ISD::CondCode Cond,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4016 EVT SCCVT, SDValue N0, SDValue N1, ISD::CondCode Cond, DAGCombinerInfo &DCI, in optimizeSetCCOfSignedTruncationCheck() argument
4098 SDValue T2 = DAG.getSetCC(DL, SCCVT, T1, X, NewCond); in optimizeSetCCOfSignedTruncationCheck()
4105 EVT SCCVT, SDValue N0, SDValue N1C, ISD::CondCode Cond, in optimizeSetCCByHoistingAndByConstFromLogicalShift() argument
4169 SDValue T2 = DAG.getSetCC(DL, SCCVT, T1, N1C, Cond); in optimizeSetCCByHoistingAndByConstFromLogicalShift()