Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLToken.h132 kw_alloca, kw_load, kw_store, kw_fence, kw_cmpxchg, kw_atomicrmw, enumerator
DLLParser.cpp2957 case lltok::kw_store: return ParseStore(Inst, PFS, false); in ParseInstruction()
2965 else if (EatIfPresent(lltok::kw_store)) in ParseInstruction()
/external/llvm/lib/AsmParser/
DLLToken.h313 kw_store, enumerator
DLLParser.cpp5038 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLToken.h331 kw_store, enumerator
DLLParser.cpp5543 case lltok::kw_store: return ParseStore(Inst, PFS); in ParseInstruction()