Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h248 bool isDeclSection(const MachineRegisterInfo &MRI, const MachineInstr &MI);
H A DSPIRVModuleAnalysis.cpp288 bool SPIRVModuleAnalysis::isDeclSection(const MachineRegisterInfo &MRI, in isDeclSection() function in SPIRVModuleAnalysis
371 if (isDeclSection(MRI, *OpDefMI)) in visitDecl()
516 if (DefMO.isReg() && isDeclSection(MRI, MI) && in collectDeclarations()