Searched refs:LowerToBT (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 822 SDValue LowerToBT(SDValue And, ISD::CondCode CC,
|
D | X86ISelLowering.cpp | 8309 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/ |
D | X86ISelLowering.h | 1093 SDValue LowerToBT(SDValue And, ISD::CondCode CC, const SDLoc &dl,
|
D | X86ISelLowering.cpp | 14991 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()
|