Searched refs:collectOtherInstr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 401 static void collectOtherInstr(MachineInstr &MI, SPIRV::ModuleAnalysisInfo &MAI, in collectOtherInstr() function 431 collectOtherInstr(MI, MAI, SPIRV::MB_DebugNames, IS); in processOtherInstrs() 433 collectOtherInstr(MI, MAI, SPIRV::MB_EntryPoints, IS); in processOtherInstrs() 435 collectOtherInstr(MI, MAI, SPIRV::MB_Annotations, IS); in processOtherInstrs() 440 collectOtherInstr(MI, MAI, SPIRV::MB_TypeConstVars, IS); in processOtherInstrs() 444 collectOtherInstr(MI, MAI, SPIRV::MB_TypeConstVars, IS, false); in processOtherInstrs()
|