Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.h103 llvm::StringRef getName(unsigned ID) const { return getRecord(ID).Name; } in getName()
107 return getRecord(ID).Type; in getTypeString()
117 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure()
123 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
128 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
133 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
138 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
144 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
150 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
161 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
[all …]
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DASTTableGen.h101 llvm::Record *getRecord() const { return Record; } in getRecord() function
135 return lhs.getRecord() == rhs.getRecord();
187 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } in getBase()
209 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } in getBase()
231 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } in getBase()
495 visit(NodeClass(node.getRecord()), in visitASTNodeHierarchy()
496 NodeClass(base.getRecord())); in visitASTNodeHierarchy()
H A DASTTableGen.cpp59 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
H A DNeonEmitter.cpp409 Record *getRecord() const { return R; } in getRecord() function in __anoncfaa73c60111::Intrinsic
1476 if (Intr.getRecord()->getValueAsBit("isLaneQ")) in emitDagCall()
2141 Record *R = Def->getRecord(); in genIntrinsicRangeCheckCode()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp899 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
900 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
902 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit()
934 !PatFragRec->getRecord()->getValueAsString("PredicateCode").empty(); in hasPredCode()
944 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
950 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
956 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
961 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
969 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
973 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
[all …]
H A DCodeGenInstruction.h385 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
H A DCodeGenDAGPatterns.h466 Record *getRecord() const { return Def; } in getRecord() function
937 Record *getRecord() const { return TheRecord; } in getRecord() function
H A DAsmWriterEmitter.cpp899 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
927 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
H A DFastISelEmitter.cpp224 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
H A DCodeGenInstruction.cpp732 Record *Rec = getRecord(); in getMINumOperands()
H A DGlobalISelEmitter.cpp222 (Separator + P.getOrigPatFragRecord()->getRecord()->getName()).str(); in explainPredicates()
383 Predicate.getOrigPatFragRecord()->getRecord()->getName()) in isTrivialOperatorNode()
H A DAsmMatcherEmitter.cpp1760 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DBuiltins.cpp44 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() function in Builtin::Context
161 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); in getRequiredVectorWidth()
184 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike()
211 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C'); in performsCallback()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp204 TagRecord &ForwardTR = ForwardTRH->getRecord(); in findFullDeclForForwardRef()
205 TagRecord &FullTR = FullTRH->getRecord(); in findFullDeclForForwardRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h42 codeview::TagRecord &getRecord() { in getRecord() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp91 const Record *R = getRecord(FromDecl); in VisitCastExpr()
427 const Record *R = getRecord(RD); in VisitMemberExpr()
1000 const Record *R = getRecord(InitList->getType()); in visitRecordInitializer()
1071 Record *ByteCodeExprGen<Emitter>::getRecord(QualType Ty) { in getRecord() function in ByteCodeExprGen
1073 return getRecord(RecordTy->getDecl()); in getRecord()
1079 Record *ByteCodeExprGen<Emitter>::getRecord(const RecordDecl *RD) { in getRecord() function in ByteCodeExprGen
H A DInterp.cpp127 Record *R = U.getRecord(); in CheckActive()
456 Result &= CheckFieldsInitialized(S, OpPC, FieldPtr, FieldPtr.getRecord()); in CheckFieldsInitialized()
472 const Record *R = This.getRecord(); in CheckCtorCall()
H A DByteCodeExprGen.h99 Record *getRecord(QualType Ty);
100 Record *getRecord(const RecordDecl *RD);
H A DPointer.h244 Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord() function
H A DEvalEmitter.cpp126 auto *Record = Ptr.getRecord(); in emitRetValue()
H A DByteCodeStmtGen.cpp100 const Record *R = this->getRecord(RD); in visitFunc()
H A DInterp.h893 auto *Field = Base.getRecord()->getVirtualBase(Decl); in VirtBaseHelper()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h348 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
451 return BitstreamEntry::getRecord(Code);
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1377 Init *getRecord() const { return Rec; } in getRecord() function