Searched refs:isConstantInstr (Results 1 – 3 of 3) sorted by relevance
27 bool SPIRVInstrInfo::isConstantInstr(const MachineInstr &MI) const { in isConstantInstr() function in SPIRVInstrInfo128 return isTypeDeclInstr(MI) || isConstantInstr(MI) || in isHeaderInstr()
32 bool isConstantInstr(const MachineInstr &MI) const;
315 return TII->isTypeDeclInstr(MI) || TII->isConstantInstr(MI) || in isDeclSection()411 } else if (TII->isTypeDeclInstr(MI) || TII->isConstantInstr(MI) || in visitDecl()611 } else if (TII->isConstantInstr(MI)) { in processOtherInstrs()