Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.cpp75 bool SPIRVInstrInfo::isTypeDeclInstr(const MachineInstr &MI) const { in isTypeDeclInstr() function in SPIRVInstrInfo
128 return isTypeDeclInstr(MI) || isConstantInstr(MI) || in isHeaderInstr()
H A DSPIRVInstrInfo.h35 bool isTypeDeclInstr(const MachineInstr &MI) const;
H A DSPIRVModuleAnalysis.cpp315 return TII->isTypeDeclInstr(MI) || TII->isConstantInstr(MI) || in isDeclSection()
411 } else if (TII->isTypeDeclInstr(MI) || TII->isConstantInstr(MI) || in visitDecl()