| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Builtins.h | 103 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 D | ASTTableGen.h | 101 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 D | ASTTableGen.cpp | 59 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
|
| H A D | NeonEmitter.cpp | 409 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 D | CodeGenDAGPatterns.cpp | 899 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 D | CodeGenInstruction.h | 385 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 | 899 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() 927 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
|
| H A D | FastISelEmitter.cpp | 224 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
|
| H A D | CodeGenInstruction.cpp | 732 Record *Rec = getRecord(); in getMINumOperands()
|
| 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 | 1760 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Builtins.cpp | 44 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 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStream.cpp | 204 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 D | TpiHashing.h | 42 codeview::TagRecord &getRecord() { in getRecord() function
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 91 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 D | Interp.cpp | 127 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 D | ByteCodeExprGen.h | 99 Record *getRecord(QualType Ty); 100 Record *getRecord(const RecordDecl *RD);
|
| H A D | Pointer.h | 244 Record *getRecord() const { return getFieldDesc()->ElemRecord; } in getRecord() function
|
| H A D | EvalEmitter.cpp | 126 auto *Record = Ptr.getRecord(); in emitRetValue()
|
| H A D | ByteCodeStmtGen.cpp | 100 const Record *R = this->getRecord(RD); in visitFunc()
|
| H A D | Interp.h | 893 auto *Field = Base.getRecord()->getVirtualBase(Decl); in VirtBaseHelper()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 348 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 451 return BitstreamEntry::getRecord(Code);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1377 Init *getRecord() const { return Rec; } in getRecord() function
|