• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/

Lines Matching refs:ParseTypeAndValue

5406 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) {
5416 if (ParseTypeAndValue(V, PFS)) return true;
6053 if (ParseTypeAndValue(Op0, Loc, PFS)) return true;
6082 if (ParseTypeAndValue(Cond, CondLoc, PFS) ||
6098 if (ParseTypeAndValue(Constant, CondLoc, PFS) ||
6126 if (ParseTypeAndValue(Address, AddrLoc, PFS) ||
6261 if (ParseTypeAndValue(Exn, ExnLoc, PFS))
6457 if (ParseTypeAndValue(LHS, Loc, PFS))
6597 if (ParseTypeAndValue(LHS, Loc, PFS) ||
6617 if (ParseTypeAndValue(LHS, Loc, PFS) ||
6639 ParseTypeAndValue(LHS, Loc, PFS) ||
6670 if (ParseTypeAndValue(Op, Loc, PFS) ||
6690 if (ParseTypeAndValue(Op0, Loc, PFS) ||
6692 ParseTypeAndValue(Op1, PFS) ||
6694 ParseTypeAndValue(Op2, PFS))
6710 if (ParseTypeAndValue(Op, PFS) ||
6727 if (ParseTypeAndValue(Op0, Loc, PFS) ||
6729 ParseTypeAndValue(Op1, PFS))
6744 if (ParseTypeAndValue(Op0, Loc, PFS) ||
6746 ParseTypeAndValue(Op1, PFS) ||
6748 ParseTypeAndValue(Op2, PFS))
6763 if (ParseTypeAndValue(Op0, Loc, PFS) ||
6765 ParseTypeAndValue(Op1, PFS) ||
6767 ParseTypeAndValue(Op2, PFS))
6849 if (ParseTypeAndValue(V, VLoc, PFS))
6877 if (ParseTypeAndValue(Op, Loc, PFS))
7036 if (ParseTypeAndValue(Size, SizeLoc, PFS))
7097 ParseTypeAndValue(Val, Loc, PFS) ||
7146 if (ParseTypeAndValue(Val, Loc, PFS) ||
7148 ParseTypeAndValue(Ptr, PtrLoc, PFS) ||
7192 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) ||
7194 ParseTypeAndValue(Cmp, CmpLoc, PFS) ||
7196 ParseTypeAndValue(New, NewLoc, PFS) ||
7271 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) ||
7273 ParseTypeAndValue(Val, ValLoc, PFS) ||
7349 ParseTypeAndValue(Ptr, Loc, PFS))
7374 if (ParseTypeAndValue(Val, EltLoc, PFS)) return true;
7406 if (ParseTypeAndValue(Val, Loc, PFS) ||
7425 if (ParseTypeAndValue(Val0, Loc0, PFS) ||
7427 ParseTypeAndValue(Val1, Loc1, PFS) ||
7555 if (ParseTypeAndValue(V, PFS) ||