Searched defs:InstructionName (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1645 // InstructionName. Returns true if valid. Otherwise generates an error
1647 bool isValidPointerType(Ice::Operand *Op, const char *InstructionName) { argument
1653 StrBuf << InstructionName << " address not " << PtrType
1661 bool isValidLoadStoreType(Ice::Type Ty, const char *InstructionName) { argument
1666 StrBuf << InstructionName << " type not allowed: " << Ty << "*";
1674 const char *InstructionName) {
1675 if (!isValidLoadStoreType(Ty, InstructionName))
1681 StrBuf << InstructionName << " " << Ty << "*: not allowed for alignment "
1673 isValidLoadStoreAlignment(size_t Alignment, Ice::Type Ty, const char *InstructionName) argument

Completed in 69 milliseconds