Searched refs:isDecorationInstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h34 bool isDecorationInstr(const MachineInstr &MI) const;
H A DSPIRVInstrInfo.cpp59 bool SPIRVInstrInfo::isDecorationInstr(const MachineInstr &MI) const { function in class:SPIRVInstrInfo
90 return isTypeDeclInstr(MI) || isConstantInstr(MI) || isDecorationInstr(MI);
H A DSPIRVModuleAnalysis.cpp356 } else if (TII->isDecorationInstr(MI)) {

Completed in 106 milliseconds