Home
last modified time | relevance | path

Searched refs:LowerToBT (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h822 SDValue LowerToBT(SDValue And, ISD::CondCode CC,
DX86ISelLowering.cpp8309 SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC, in LowerToBT() function in X86TargetLowering
8388 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG); in LowerSETCC()
8711 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG); in LowerSELECT()
8903 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG); in LowerBRCOND()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1093 SDValue LowerToBT(SDValue And, ISD::CondCode CC, const SDLoc &dl,
DX86ISelLowering.cpp14991 SDValue X86TargetLowering::LowerToBT(SDValue And, ISD::CondCode CC, in LowerToBT() function in X86TargetLowering
15589 if (SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG)) { in LowerSETCC()
15945 if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG)) { in LowerSELECT()
16783 if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG)) { in LowerBRCOND()