Searched refs:ParseCmpPredicate (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 343 bool ParseCmpPredicate(unsigned &Pred, unsigned Opc);
|
D | LLParser.cpp | 2148 if (ParseCmpPredicate(PredVal, Opc) || in ParseValID() 2976 bool LLParser::ParseCmpPredicate(unsigned &P, unsigned Opc) { in ParseCmpPredicate() function in LLParser 3332 if (ParseCmpPredicate(Pred, Opc) || in ParseCompare()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 463 bool ParseCmpPredicate(unsigned &Pred, unsigned Opc);
|
D | LLParser.cpp | 2999 if (ParseCmpPredicate(PredVal, Opc) || in ParseValID() 5049 bool LLParser::ParseCmpPredicate(unsigned &P, unsigned Opc) { in ParseCmpPredicate() function in LLParser 5597 if (ParseCmpPredicate(Pred, Opc) || in ParseCompare()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 552 bool ParseCmpPredicate(unsigned &P, unsigned Opc);
|
D | LLParser.cpp | 3275 if (ParseCmpPredicate(PredVal, Opc) || in ParseValID() 5554 bool LLParser::ParseCmpPredicate(unsigned &P, unsigned Opc) { in ParseCmpPredicate() function in LLParser 6087 if (ParseCmpPredicate(Pred, Opc) || in ParseCompare()
|