Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMILexer.h106 kw_non_temporal, enumerator
217 return Kind == kw_volatile || Kind == kw_non_temporal || in isMemoryOperandFlag()
DMILexer.cpp248 .Case("non-temporal", MIToken::kw_non_temporal) in getIdentifierKind()
DMIParser.cpp3136 case MIToken::kw_non_temporal: in parseMemoryOperandFlag()