Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h636 std::string getLoopControlName(uint32_t e);
H A DSPIRVInstPrinter.cpp506 O << SPIRV::getLoopControlName(e); in printLoopControl()
H A DSPIRVBaseInfo.cpp802 std::string getLoopControlName(uint32_t e) { in getLoopControlName() function