| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.h | 90 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 D | ASTTableGen.h | 100 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 D | ASTTableGen.cpp | 58 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
|
| H A D | NeonEmitter.cpp | 408 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 D | CodeGenDAGPatterns.cpp | 901 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 D | CodeGenInstruction.h | 370 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
|
| H A D | CodeGenDAGPatterns.h | 466 Record *getRecord() const { return Def; } in getRecord() function 937 Record *getRecord() const { return TheRecord; } in getRecord() function
|
| H A D | AsmWriterEmitter.cpp | 898 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() 926 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
|
| H A D | CodeGenInstruction.cpp | 664 Record *Rec = getRecord(); in getMINumOperands()
|
| H A D | FastISelEmitter.cpp | 224 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
|
| H A D | GlobalISelEmitter.cpp | 222 (Separator + P.getOrigPatFragRecord()->getRecord()->getName()).str(); in explainPredicates() 383 Predicate.getOrigPatFragRecord()->getRecord()->getName()) in isTrivialOperatorNode()
|
| H A D | AsmMatcherEmitter.cpp | 1753 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Builtins.cpp | 32 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 D | StackMapParser.h | 410 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 D | TpiStream.cpp | 204 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 D | TpiHashing.h | 42 codeview::TagRecord &getRecord() { in getRecord() function
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 85 Record *getRecord(QualType Ty); 86 Record *getRecord(const RecordDecl *RD);
|
| H A D | ByteCodeExprGen.cpp | 506 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 D | Pointer.h | 218 Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord() function
|
| H A D | EvalEmitter.cpp | 115 auto *Record = Ptr.getRecord(); in emitRetValue()
|
| H A D | Interp.cpp | 127 Record *R = U.getRecord(); in CheckActive()
|
| H A D | Interp.h | 591 auto *Field = Base.getRecord()->getVirtualBase(Decl); in VirtBaseHelper()
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 348 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 451 return BitstreamEntry::getRecord(Code);
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1352 Init *getRecord() const { return Rec; } in getRecord() function
|