Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h361 bool ParseShuffleVector(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp2949 case lltok::kw_shufflevector: return ParseShuffleVector(Inst, PFS); in ParseInstruction()
3454 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h486 bool ParseShuffleVector(Instruction *&I, PerFunctionState &PFS);
DLLParser.cpp5027 case lltok::kw_shufflevector: return ParseShuffleVector(Inst, PFS); in ParseInstruction()
5719 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) { in ParseShuffleVector() function in LLParser