Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.h85 return getRecord(ID).Name; in getName()
90 return getRecord(ID).Type; in getTypeString()
100 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure()
106 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
111 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
116 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
121 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
127 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
133 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
140 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DASTTableGen.h100 llvm::Record *getRecord() const { return Record; } in getRecord() function
134 return lhs.getRecord() == rhs.getRecord();
186 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } in getBase()
208 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } in getBase()
230 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } in getBase()
494 visit(NodeClass(node.getRecord()), in visitASTNodeHierarchy()
495 NodeClass(base.getRecord())); in visitASTNodeHierarchy()
H A DASTTableGen.cpp58 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
H A DNeonEmitter.cpp408 Record *getRecord() const { return R; } in getRecord() function in __anon9e9e0a7a0111::Intrinsic
1467 if (Intr.getRecord()->getValueAsBit("isLaneQ")) in emitDagCall()
2117 Record *R = Def->getRecord(); in genIntrinsicRangeCheckCode()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp860 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
861 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
863 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit()
895 !PatFragRec->getRecord()->getValueAsString("PredicateCode").empty(); in hasPredCode()
905 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
911 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
917 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
922 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
930 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
934 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
[all …]
H A DCodeGenInstruction.h368 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
H A DCodeGenDAGPatterns.h461 Record *getRecord() const { return Def; } in getRecord() function
929 Record *getRecord() const { return TheRecord; } in getRecord() function
H A DAsmWriterEmitter.cpp898 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
926 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
H A DFastISelEmitter.cpp224 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
H A DCodeGenInstruction.cpp664 Record *Rec = getRecord(); in getMINumOperands()
H A DGlobalISelEmitter.cpp209 (Separator + P.getOrigPatFragRecord()->getRecord()->getName()).str(); in explainPredicates()
367 Predicate.getOrigPatFragRecord()->getRecord()->getName()) in isTrivialOperatorNode()
H A DAsmMatcherEmitter.cpp1743 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DBuiltins.cpp31 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() function in Builtin::Context
110 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); in getRequiredVectorWidth()
133 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike()
160 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C'); in performsCallback()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h410 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() function
419 return record_iterator(getRecord(0)); in records_begin()
429 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp204 TagRecord &ForwardTR = ForwardTRH->getRecord(); in findFullDeclForForwardRef()
205 TagRecord &FullTR = FullTRH->getRecord(); in findFullDeclForForwardRef()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h42 codeview::TagRecord &getRecord() { in getRecord() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h87 Record *getRecord(QualType Ty);
88 Record *getRecord(const RecordDecl *RD);
H A DByteCodeExprGen.cpp506 Record *ByteCodeExprGen<Emitter>::getRecord(QualType Ty) { in getRecord() function in ByteCodeExprGen
508 return getRecord(RecordTy->getDecl()); in getRecord()
514 Record *ByteCodeExprGen<Emitter>::getRecord(const RecordDecl *RD) { in getRecord() function in ByteCodeExprGen
H A DPointer.h221 Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord() function
H A DEvalEmitter.cpp115 auto *Record = Ptr.getRecord(); in emitRetValue()
H A DInterp.cpp127 Record *R = U.getRecord(); in CheckActive()
H A DInterp.h589 auto *Field = Base.getRecord()->getVirtualBase(Decl); in VirtBaseHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h330 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
433 return BitstreamEntry::getRecord(Code);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1290 Init *getRecord() const { return Rec; } in getRecord() function