Home
last modified time | relevance | path

Searched refs:ParseAtomicRMW (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h369 int ParseAtomicRMW(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp2959 case lltok::kw_atomicrmw: return ParseAtomicRMW(Inst, PFS); in ParseInstruction()
3832 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h495 int ParseAtomicRMW(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp5040 case lltok::kw_atomicrmw: return ParseAtomicRMW(Inst, PFS); in ParseInstruction()
6147 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) { in ParseAtomicRMW() function in LLParser