Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp145 auto Med3 = B.buildInstr( in applyClampI64ToI16() local
150 B.buildTrunc(MI.getOperand(0).getReg(), Med3); in applyClampI64ToI16()
H A DSIISelLowering.cpp9879 SDValue Med3 = DAG.getNode(Med3Opc, SL, NVT, Tmp1, Tmp2, Tmp3); in performIntMed3ImmCombine() local
9880 return DAG.getNode(ISD::TRUNCATE, SL, VT, Med3); in performIntMed3ImmCombine()
9995 if (SDValue Med3 = performIntMed3ImmCombine(DAG, SDLoc(N), Op0, Op1, true)) in performMinMaxCombine() local
9996 return Med3; in performMinMaxCombine()
10000 if (SDValue Med3 = performIntMed3ImmCombine(DAG, SDLoc(N), Op0, Op1, false)) in performMinMaxCombine() local
10001 return Med3; in performMinMaxCombine()