| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Builtins.h | 85 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 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 __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 D | CodeGenDAGPatterns.cpp | 860 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 D | CodeGenInstruction.h | 368 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
|
| H A D | CodeGenDAGPatterns.h | 461 Record *getRecord() const { return Def; } in getRecord() function 929 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 | FastISelEmitter.cpp | 224 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize()
|
| H A D | CodeGenInstruction.cpp | 664 Record *Rec = getRecord(); in getMINumOperands()
|
| H A D | GlobalISelEmitter.cpp | 209 (Separator + P.getOrigPatFragRecord()->getRecord()->getName()).str(); in explainPredicates() 367 Predicate.getOrigPatFragRecord()->getRecord()->getName()) in isTrivialOperatorNode()
|
| H A D | AsmMatcherEmitter.cpp | 1743 Op.Class = getOperandClass(CGA.ResultOperands[i].getRecord(), in buildAliasOperandReference()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Builtins.cpp | 31 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStream.cpp | 204 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 D | TpiHashing.h | 42 codeview::TagRecord &getRecord() { in getRecord() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 87 Record *getRecord(QualType Ty); 88 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 | 221 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 | 589 auto *Field = Base.getRecord()->getVirtualBase(Decl); in VirtBaseHelper()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 330 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 D | Record.h | 1290 Init *getRecord() const { return Rec; } in getRecord() function
|