Home
last modified time | relevance | path

Searched refs:kw_load (Results 1 – 4 of 4) 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.cpp2956 case lltok::kw_load: return ParseLoad(Inst, PFS, false); in ParseInstruction()
2963 if (EatIfPresent(lltok::kw_load)) in ParseInstruction()
/external/llvm/lib/AsmParser/
DLLToken.h312 kw_load, enumerator
DLLParser.cpp5037 case lltok::kw_load: return ParseLoad(Inst, PFS); in ParseInstruction()