Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp1304 unsigned FMFlags = getFastMathFlags(I); in handleMIFlagDecoration() local
1305 if (FMFlags == SPIRV::FPFastMathMode::None) in handleMIFlagDecoration()
1308 buildOpDecorate(DstReg, I, TII, SPIRV::Decoration::FPFastMathMode, {FMFlags}); in handleMIFlagDecoration()