Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h421 std::string getFPFastMathModeName(uint32_t e);
H A DSPIRVInstPrinter.cpp434 O << SPIRV::getFPFastMathModeName(e); in printFPFastMathMode()
H A DSPIRVBaseInfo.cpp532 std::string getFPFastMathModeName(uint32_t e) { in getFPFastMathModeName() function