Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParseTypeAndValue

2901 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) {
2911 if (ParseTypeAndValue(V, PFS)) return true;
3415 if (ParseTypeAndValue(Op0, Loc, PFS)) return true;
3444 if (ParseTypeAndValue(Cond, CondLoc, PFS) ||
3460 if (ParseTypeAndValue(Constant, CondLoc, PFS) ||
3488 if (ParseTypeAndValue(Address, AddrLoc, PFS) ||
3628 if (ParseTypeAndValue(Exn, ExnLoc, PFS))
3648 if (ParseTypeAndValue(LHS, Loc, PFS) ||
3676 if (ParseTypeAndValue(LHS, Loc, PFS) ||
3699 ParseTypeAndValue(LHS, Loc, PFS) ||
3730 if (ParseTypeAndValue(Op, Loc, PFS) ||
3750 if (ParseTypeAndValue(Op0, Loc, PFS) ||
3752 ParseTypeAndValue(Op1, PFS) ||
3754 ParseTypeAndValue(Op2, PFS))
3770 if (ParseTypeAndValue(Op, PFS) ||
3787 if (ParseTypeAndValue(Op0, Loc, PFS) ||
3789 ParseTypeAndValue(Op1, PFS))
3804 if (ParseTypeAndValue(Op0, Loc, PFS) ||
3806 ParseTypeAndValue(Op1, PFS) ||
3808 ParseTypeAndValue(Op2, PFS))
3823 if (ParseTypeAndValue(Op0, Loc, PFS) ||
3825 ParseTypeAndValue(Op1, PFS) ||
3827 ParseTypeAndValue(Op2, PFS))
3894 ParseTypeAndValue(PersFn, PersFnLoc, PFS))
3910 if (ParseTypeAndValue(V, VLoc, PFS)) {
4051 if (ParseTypeAndValue(Size, SizeLoc, PFS) ||
4087 if (ParseTypeAndValue(Val, Loc, PFS) ||
4128 if (ParseTypeAndValue(Val, Loc, PFS) ||
4130 ParseTypeAndValue(Ptr, PtrLoc, PFS) ||
4163 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) ||
4165 ParseTypeAndValue(Cmp, CmpLoc, PFS) ||
4167 ParseTypeAndValue(New, NewLoc, PFS) ||
4223 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) ||
4225 ParseTypeAndValue(Val, ValLoc, PFS) ||
4275 if (ParseTypeAndValue(Ptr, Loc, PFS)) return true;
4289 if (ParseTypeAndValue(Val, EltLoc, PFS)) return true;
4321 if (ParseTypeAndValue(Val, Loc, PFS) ||
4340 if (ParseTypeAndValue(Val0, Loc0, PFS) ||
4342 ParseTypeAndValue(Val1, Loc1, PFS) ||
4377 if (ParseTypeAndValue(V, PFS)) return true;