Searched refs:LowerToBTST (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 232 SDValue LowerToBTST(SDValue And, ISD::CondCode CC, const SDLoc &DL,
|
H A D | M68kISelLowering.cpp | 2132 SDValue M68kTargetLowering::LowerToBTST(SDValue Op, ISD::CondCode CC, in LowerToBTST() function in M68kTargetLowering 2158 if (SDValue NewSetCC = LowerToBTST(Op0, CC, DL, DAG)) { in LowerSETCC() 2361 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { in LowerSELECT() 2590 if (SDValue NewSetCC = LowerToBTST(Cond, ISD::SETNE, DL, DAG)) { in LowerBRCOND()
|