Searched refs:InstructionName (Results 1 – 2 of 2) sorted by relevance
58 Instruction <- InstructionName (WS InstructionArg ((WS? ',' WS?) InstructionArg)*)?59 InstructionName <- [[A-Z]][[A-Z0-9]]* [.+\-]?
1647 bool isValidPointerType(Ice::Operand *Op, const char *InstructionName) { in isValidPointerType() argument1653 StrBuf << InstructionName << " address not " << PtrType in isValidPointerType()1661 bool isValidLoadStoreType(Ice::Type Ty, const char *InstructionName) { in isValidLoadStoreType() argument1666 StrBuf << InstructionName << " type not allowed: " << Ty << "*"; in isValidLoadStoreType()1674 const char *InstructionName) { in isValidLoadStoreAlignment() argument1675 if (!isValidLoadStoreType(Ty, InstructionName)) in isValidLoadStoreAlignment()1681 StrBuf << InstructionName << " " << Ty << "*: not allowed for alignment " in isValidLoadStoreAlignment()