Searched defs:NeedScale (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUCodeGenPrepare.cpp | 846 Value *NeedScale = emitSqrtIEEE2ULP() local |
H A D | AMDGPULegalizerInfo.cpp | 5212 auto NeedScale = B.buildFCmp(CmpInst::FCMP_OGT, S1, ScaleThreshold, X, Flags); legalizeFSQRTF32() local |
H A D | SIISelLowering.cpp | 10989 SDValue NeedScale = DAG.getSetCC(DL, MVT::i1, X, ScaleThreshold, ISD::SETOLT); lowerFSQRTF32() local |