Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Or

437     return TokError("expected 'global' or 'constant'");
664 // a redefinition or a definition of a forward reference.
882 // attribute on a function declaration/definition or added to an attribute
965 /// GetGlobalVal - Get a value with the specified name or ID, creating a
989 // If we have the value in the symbol table or fwd-ref table, return it.
1029 // If we have the value in the symbol table or fwd-ref table, return it.
1093 return TokError("expected localdynamic, initialexec or localexec");
1465 return Error(Lex.getLoc(), "expected metadata or 'align'");
1574 case lltok::less: // Either vector or packed struct.
1703 /// ParseArgumentList - Parse the argument list for a function type or function
1843 // If the type starts with '<', then it is either a packed struct or a vector.
1914 /// ParseArrayVectorType - Parse an array or vector type, assuming the first
2026 /// GetVal - Get a value with the specified name or ID, creating a
2043 // If we have the value in the symbol table or fwd-ref table, return it.
2085 // If we have the value in the symbol table or fwd-ref table, return it.
2117 // If this instruction has void type, it cannot have a name or ID specified.
2171 /// GetBB - Get a basic block with the specified name or ID, creating a
2184 /// DefineBB - Define the specified basic block, which is either named or
2242 case lltok::exclaim: // !42, !{...}, or !"foo"
2307 "vector elements must have integer, pointer or floating point type");
2504 return Error(ID.Loc, "icmp requires pointer or integer operands");
2614 "constexpr requires integer or integer vector operands");
3331 /// ParseCmpPredicate - Parse an integer or fp predicate, based on Kind.
3643 /// If OperandType is 0, then any FP or integer operand is allowed. If it is 1,
3656 case 0: // int or FP.
3682 return Error(Loc,"instruction requires integer or integer vector operands");
3907 return TokError("expected 'catch' or 'filter' clause type");
4214 case lltok::kw_or: Operation = AtomicRMWInst::Or; break;