Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp980 unsigned FMFlags = getFastMathFlags(I); in handleMIFlagDecoration() local
981 if (FMFlags == SPIRV::FPFastMathMode::None) in handleMIFlagDecoration()
984 buildOpDecorate(DstReg, I, TII, SPIRV::Decoration::FPFastMathMode, {FMFlags}); in handleMIFlagDecoration()