Searched refs:performIntMed3ImmCombine (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.h | 137 SDValue performIntMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
|
D | SIISelLowering.cpp | 6962 SDValue SITargetLowering::performIntMed3ImmCombine( in performIntMed3ImmCombine() function in SITargetLowering 7100 if (SDValue Med3 = performIntMed3ImmCombine(DAG, SDLoc(N), Op0, Op1, true)) in performMinMaxCombine() 7105 if (SDValue Med3 = performIntMed3ImmCombine(DAG, SDLoc(N), Op0, Op1, false)) in performMinMaxCombine()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 2710 static SDValue performIntMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL, in performIntMed3ImmCombine() function 2806 if (SDValue Med3 = performIntMed3ImmCombine(DAG, SDLoc(N), Op0, Op1, true)) in performMinMaxCombine() 2811 if (SDValue Med3 = performIntMed3ImmCombine(DAG, SDLoc(N), Op0, Op1, false)) in performMinMaxCombine()
|