Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1647 bool isValidPointerType(Ice::Operand *Op, const char *InstructionName) { in isValidPointerType() argument
1653 StrBuf << InstructionName << " address not " << PtrType in isValidPointerType()
1661 bool isValidLoadStoreType(Ice::Type Ty, const char *InstructionName) { in isValidLoadStoreType() argument
1666 StrBuf << InstructionName << " type not allowed: " << Ty << "*"; in isValidLoadStoreType()
1674 const char *InstructionName) { in isValidLoadStoreAlignment() argument
1675 if (!isValidLoadStoreType(Ty, InstructionName)) in isValidLoadStoreAlignment()
1681 StrBuf << InstructionName << " " << Ty << "*: not allowed for alignment " in isValidLoadStoreAlignment()