Searched defs:Scaling (Results 1 – 4 of 4) sorted by relevance
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1722 enum Scaling { UNKNOWN, ENABLED, DISABLED }; enum
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 89 Value *IRBuilderBase::CreateVScale(Constant *Scaling, const Twine &Name) { in CreateVScale() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 5309 auto Scaling = B.buildFCmp(FCmpInst::FCMP_OLT, S1, X, ScaleConstant); legalizeFSQRTF64() local
|
H A D | SIISelLowering.cpp | 11092 SDValue Scaling = DAG.getSetCC(DL, MVT::i1, X, ScaleConstant, ISD::SETOLT); lowerFSQRTF64() local
|