Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLToken.h154 kw_alloca, kw_load, kw_store, kw_fence, kw_cmpxchg, kw_atomicrmw, enumerator
DLLParser.cpp3278 case lltok::kw_load: return ParseLoad(Inst, PFS); in ParseInstruction()