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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.h31 bool isHeaderInstr(const MachineInstr &MI) const;
H A DSPIRVInstrInfo.cpp72 bool SPIRVInstrInfo::isHeaderInstr(const MachineInstr &MI) const { function in class:SPIRVInstrInfo
H A DSPIRVAsmPrinter.cpp214 return TII->isHeaderInstr(*MI) || MI->getOpcode() == SPIRV::OpFunction ||

Completed in 60 milliseconds