HomeSort by relevance Sort by last modified time
    Searched defs:Kind (Results 201 - 225 of 257) sorted by null

1 2 3 4 5 6 7 891011

  /external/llvm/lib/MC/
ELFObjectWriter.cpp 44 static bool isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind);
62 /*static bool isFixupKindX86RIPRel(unsigned Kind) {
63 return Kind == X86::reloc_riprel_4byte ||
64 Kind == X86::reloc_riprel_4byte_movq_load;
342 bool ELFObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) {
344 Asm.getBackend().getFixupKindInfo((MCFixupKind) Kind);
672 MCSymbolRefExpr::VariantKind Kind = Target.getSymA()->getKind();
677 (Kind == MCSymbolRefExpr::VK_PLT ||
678 Kind == MCSymbolRefExpr::VK_GOTPCREL ||
679 Kind == MCSymbolRefExpr::VK_GOTOFF))
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 124 } Kind;
130 Token() : Kind(TK_Error) {}
262 void printError(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message,
264 SM.PrintMessage(Loc, Kind, Message, Ranges);
405 /// @brief Increase indent to \a Col. Creates \a Kind token at \a InsertPoint
408 , Token::TokenKind Kind
544 switch (T.Kind) {
612 if (T.Kind == Token::TK_StreamEnd)
614 else if (T.Kind == Token::TK_Error)
625 if (T.Kind == Token::TK_StreamEnd
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 159 } Kind;
213 : MCParsedAsmOperand(), Kind(K), StartLoc(S), EndLoc(E) {}
225 assert(Kind == k_Token && "Invalid access!");
230 assert((Kind == k_Register || Kind == k_WrappedRegister)
236 assert(Kind == k_Immediate && "Invalid access!");
241 assert(Kind == k_CondCode && "Invalid access!");
258 bool isCondCode() const { return Kind == k_CondCode; }
259 bool isToken() const { return Kind == k_Token; }
260 bool isReg() const { return Kind == k_Register;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 94 enum Kind {
110 static Kind getSwappedComparison(Kind Cmp) {
113 return (Kind)(Cmp ^ (L|G));
151 Comparison::Kind Cmp) const;
233 CountValueType Kind;
244 Kind = t;
245 if (Kind == CV_Register) {
252 bool isReg() const { return Kind == CV_Register; }
253 bool isImm() const { return Kind == CV_Immediate;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 242 } Kind;
244 MipsOperand(KindTy K) : MCParsedAsmOperand(), Kind(K) {}
253 RegisterKind Kind;
305 bool isReg() const { return Kind == k_Register; }
306 bool isImm() const { return Kind == k_Immediate; }
307 bool isToken() const { return Kind == k_Token; }
308 bool isMem() const { return Kind == k_Memory; }
311 assert(Kind == k_Token && "Invalid access!");
316 assert((Kind == k_Register) && "Invalid access!");
321 assert((Kind == k_Register) && "Invalid access!")
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 140 /// Invalid kind, for use as a sentinel value.
155 /// Kind - The class kind, which is either a predefined kind, or (UserClass0 +
157 unsigned Kind;
190 /// For custom match classes, he diagnostic kind for when the predicate fails.
195 return Kind >= RegisterClass0 && Kind < UserClass0;
200 return Kind >= UserClass0;
207 if (Kind == Token || RHS.Kind == Token
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 491 switch (Entry.Kind) {
554 switch (Entry.Kind) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 771 switch (Entry.Kind) {
835 switch (Entry.Kind) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 501 enum Kind {
524 Kind getKind() const LLVM_READONLY {
528 void setKind(Kind K) {
549 llvm::PointerIntPair<const RawComment *, 2, Kind> Data;
678 /// the same selector and is of the same kind (class or instance).
    [all...]
DeclObjC.h 157 /// the same selector and is of the same kind (class or instance).
418 /// the same selector and is of the same kind (class or instance).
429 /// the same selector and is of the same kind (class or instance).
470 static bool classofKind(Kind K) { return K == ObjCMethod; }
496 ObjCContainerDecl(Kind DK, DeclContext *DC,
584 static bool classofKind(Kind K) {
    [all...]
Expr.h 61 } Kind;
82 : Kind(DerivedToBaseAdjustment) {
88 : Kind(FieldAdjustment) {
93 : Kind(MemberPointerAdjustment) {
334 unsigned short Kind;
338 : Kind(k), Modifiable(m)
344 Kinds getKind() const { return static_cast<Kinds>(Kind); }
349 bool isLValue() const { return Kind == CL_LValue; }
350 bool isXValue() const { return Kind == CL_XValue; }
351 bool isGLValue() const { return Kind <= CL_XValue;
    [all...]
Stmt.h 178 unsigned Kind : 2;
202 unsigned Kind : 2;
222 unsigned Kind : 6;
278 /// \brief The kind of type trait, which is a value of a TypeTrait enumerator.
279 unsigned Kind : 8;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 372 /// and returning the token kind. This method is specific to strings, as it
560 /// TentativeParsingAction - An object that is used as a kind of "tentative
649 /// \brief The kind of extra semi diagnostic to emit.
658 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified);
664 /// ParseScope - Introduces a new scope for parsing. The kind of
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 479 } Kind;
490 HiddenName(Decl *D) : Kind(Declaration), D(D), Id() { }
493 : Kind(MacroVisibility), MD(MD), Id(II) { }
495 NameKind getKind() const { return Kind; }
526 /// \brief The kind of module reference.
527 enum { Import, Export, Conflict } Kind;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 58 enum Kind { NotAlwaysAdd = 0, AlwaysAdd = 1 };
60 AddStmtChoice(Kind a_kind = NotAlwaysAdd) : kind(a_kind) {}
72 Kind kind; member in class:__anon15748::AddStmtChoice
580 return builder.alwaysAdd(stmt) || kind == AlwaysAdd;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 83 /// The kind of evaluation to perform on values of a particular
165 : Kind(K), ThisValue(0), CXXThisFieldDecl(0) {
181 CapturedRegionKind getKind() const { return Kind; }
204 /// \brief The kind of captured statement being generated.
205 CapturedRegionKind Kind;
250 /// The kind of cleanup to push: a value from the CleanupKind enumeration.
251 unsigned Kind : 3;
254 CleanupKind getKind() const { return static_cast<CleanupKind>(Kind); }
318 void pushFullExprCleanup(CleanupKind kind, A0 a0) {
322 return EHStack.pushCleanup<T>(kind, a0)
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 440 AccessorKind Kind;
444 Kind = AK_Get;
446 Kind = AK_Put;
452 Kind = AK_Put;
454 // Handle the mistake of forgetting the accessor kind by skipping
462 // Otherwise, complain about the unknown accessor kind.
466 Kind = AK_Invalid;
490 if (Kind == AK_Invalid) {
492 } else if (AccessorNames[Kind] != NULL) {
496 AccessorNames[Kind] = Tok.getIdentifierInfo()
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 173 Optional<NSAPI::NSNumberLiteralMethodKind> Kind =
176 if (!Kind) {
185 if (S.NSNumberLiteralMethods[*Kind])
186 return S.NSNumberLiteralMethods[*Kind];
188 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind,
251 S.NSNumberLiteralMethods[*Kind] = Method;
262 // to use to determine the Objective-c literal kind.
343 InitializationKind Kind
346 InitializationSequence Seq(S, Entity, Kind, Element);
348 return Seq.Perform(S, Entity, Kind, Element)
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 116 Decl::Kind DeclKind;
122 Decl::Kind DeclKind)
149 /// declaration of a specific kind and name, along with the ability
    [all...]
ASTReaderStmt.cpp 484 StringLiteral::StringKind kind = local
490 E->setString(Reader.getContext(), Str.str(), kind, isPascal);
541 Node::Kind Kind = static_cast<Node::Kind>(Record[Idx++]);
544 switch (Kind) {
631 E->Kind = Record[Idx++];
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 616 } Kind;
654 : Kind(K), StartLoc(Start), EndLoc(End) {}
672 assert(Kind == Token && "Invalid access!");
676 assert(Kind == Token && "Invalid access!");
682 assert(Kind == Register && "Invalid access!");
687 assert(Kind == Immediate && "Invalid access!");
692 assert(Kind == Memory && "Invalid access!");
696 assert(Kind == Memory && "Invalid access!");
700 assert(Kind == Memory && "Invalid access!");
704 assert(Kind == Memory && "Invalid access!")
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 1421 milliseconds

1 2 3 4 5 6 7 891011