Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.h90 return getRecord(ID).Name; in getName()
95 return getRecord(ID).Type; in getTypeString()
105 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure()
111 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
116 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
198 return strchr(getRecord(ID).Type, '*') != nullptr; in hasPtrArgsOrResult()
204 return strchr(getRecord(ID).Type, '&') != nullptr || in hasReferenceArgsOrResult()
205 strchr(getRecord(ID).Type, 'A') != nullptr; in hasReferenceArgsOrResult()
211 return getRecord(ID).HeaderName; in getHeaderName()
239 return getRecord(ID).Features; in getRequiredFeatures()
[all …]
/llvm-project-15.0.7/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 __anonc6b5f5bf0111::Intrinsic
1468 if (Intr.getRecord()->getValueAsBit("isLaneQ")) in emitDagCall()
2123 Record *R = Def->getRecord(); in genIntrinsicRangeCheckCode()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp901 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
902 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
1273 Record *R = getOrigPatFragRecord()->getRecord(); in getMemoryVT()
1280 Record *R = getOrigPatFragRecord()->getRecord(); in getAddressSpaces()
1287 Record *R = getOrigPatFragRecord()->getRecord(); in getMinAlignment()
1294 Record *R = getOrigPatFragRecord()->getRecord(); in getScalarMemoryVT()
1300 return !PatFragRec->getRecord() in hasGISelPredicateCode()
3160 OS << getRecord()->getName(); in print()
3930 GetNumNodeResults(I.getRecord(), *this)); in parseInstructionPattern()
3951 Record *R = I.getRecord(); in parseInstructionPattern()
[all …]
H A DCodeGenInstruction.h370 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.cpp898 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
926 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
H A DCodeGenInstruction.cpp664 Record *Rec = getRecord(); in getMINumOperands()
H A DFastISelEmitter.cpp224 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
H A DGlobalISelEmitter.cpp222 (Separator + P.getOrigPatFragRecord()->getRecord()->getName()).str(); in explainPredicates()
383 Predicate.getOrigPatFragRecord()->getRecord()->getName()) in isTrivialOperatorNode()
H A DAsmMatcherEmitter.cpp1753 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltins.cpp32 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() function in Builtin::Context
135 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); in getRequiredVectorWidth()
158 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike()
185 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C'); in performsCallback()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp204 TagRecord &ForwardTR = ForwardTRH->getRecord(); in findFullDeclForForwardRef()
205 TagRecord &FullTR = FullTRH->getRecord(); in findFullDeclForForwardRef()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h42 codeview::TagRecord &getRecord() { in getRecord() function
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h85 Record *getRecord(QualType Ty);
86 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.h218 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.h591 auto *Field = Base.getRecord()->getVirtualBase(Decl); in VirtBaseHelper()
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h348 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
451 return BitstreamEntry::getRecord(Code);
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1352 Init *getRecord() const { return Rec; } in getRecord() function