Home
last modified time | relevance | path

Searched refs:ParseIndexList (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h186 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,bool &AteExtraComma);
187 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() function
189 if (ParseIndexList(Indices, AteExtraComma)) return true; in ParseIndexList()
DLLParser.cpp1206 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList() function in LLParser
2112 ParseIndexList(Indices) || in ParseValID()
2132 ParseIndexList(Indices) || in ParseValID()
3942 ParseIndexList(Indices, AteExtraComma)) in ParseExtractValue()
3963 ParseIndexList(Indices, AteExtraComma)) in ParseInsertValue()
/external/llvm/lib/AsmParser/
DLLParser.h248 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,
250 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() function
252 if (ParseIndexList(Indices, AteExtraComma)) return true; in ParseIndexList()
DLLParser.cpp1938 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList() function in LLParser
2956 ParseIndexList(Indices) || in ParseValID()
2976 ParseIndexList(Indices) || in ParseValID()
6287 ParseIndexList(Indices, AteExtraComma)) in ParseExtractValue()
6308 ParseIndexList(Indices, AteExtraComma)) in ParseInsertValue()
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp560 void ARMAttributeParser::ParseIndexList(const uint8_t *Data, uint32_t &Offset, in ParseIndexList() function in llvm::ARMAttributeParser
642 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
647 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
DARMAttributeParser.h114 void ParseIndexList(const uint8_t *Data, uint32_t &Offset,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h293 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices,
295 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() function
297 if (ParseIndexList(Indices, AteExtraComma)) return true; in ParseIndexList()
DLLParser.cpp2204 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList() function in LLParser
3232 ParseIndexList(Indices) || in ParseValID()
3252 ParseIndexList(Indices) || in ParseValID()
6789 ParseIndexList(Indices, AteExtraComma)) in ParseExtractValue()
6810 ParseIndexList(Indices, AteExtraComma)) in ParseInsertValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DARMAttributeParser.cpp573 void ARMAttributeParser::ParseIndexList(const uint8_t *Data, uint32_t &Offset, in ParseIndexList() function in llvm::ARMAttributeParser
661 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
666 ParseIndexList(Data, Offset, Indicies); in ParseSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DARMAttributeParser.h118 void ParseIndexList(const uint8_t *Data, uint32_t &Offset,