/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | BDCE.cpp | 41 clearAssumptionsOfUsers(Instruction * I,DemandedBits & DB) clearAssumptionsOfUsers() argument 90 bitTrackingDCE(Function & F,DemandedBits & DB) bitTrackingDCE() argument 165 auto &DB = AM.getResult<DemandedBitsAnalysis>(F); run() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 59 const StreamingDiagnostic &DB = *this; variable 70 const StreamingDiagnostic &DB = *this; variable 144 void Emit(const DiagnosticBuilder &DB) const { in Emit()
|
H A D | Diagnostic.h | 1346 const StreamingDiagnostic &DB = *this; variable 1358 const StreamingDiagnostic &DB = *this; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 71 if (std::unique_ptr<CompilationDatabase> DB = in loadFromDirectory() local 87 if (std::unique_ptr<CompilationDatabase> DB = in findCompilationDatabaseFromDirectory() local 109 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromSource() local 123 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromDirectory() local
|
/freebsd-src/usr.bin/fortune/datfiles/ |
H A D | Makefile | 2 DB= freebsd-tips global() macro
|
/freebsd-src/contrib/libxo/tests/gettext/ |
H A D | Makefile.am | 119 DB=set -x; macro
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 246 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality() argument 531 DemandedBits *DB; global() variable
|
H A D | SLPVectorizer.h | 71 DemandedBits *DB = nullptr; global() member
|
H A D | LoopVectorize.h | 179 DemandedBits *DB; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 631 DiagTemplateArg(const T & DB,const TemplateArgument & Arg) DiagTemplateArg() argument 696 operator <<(const StreamingDiagnostic & DB,const TemplateArgument & Arg) operator <<() argument [all...] |
H A D | TemplateName.cpp | 357 operator <<(const StreamingDiagnostic & DB,TemplateName N) operator <<() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 94 DemandedBits *DB, in computeRecurrenceType() argument 215 RecurrenceDescriptor &RedDes, DemandedBits *DB, AssumptionCache *AC, in AddReductionVar() argument 841 isReductionPHI(PHINode * Phi,Loop * TheLoop,RecurrenceDescriptor & RedDes,DemandedBits * DB,AssumptionCache * AC,DominatorTree * DT,ScalarEvolution * SE) isReductionPHI() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 115 DIBuilder DB(M, false, CU); in attachDebugInfo() local
|
H A D | MachineOutliner.cpp | 791 DIBuilder DB(M, true, CU); createOutlinedFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 110 DIBuilder DB(M, /*AllowUnresolved*/ false, CU); in buildDebugInfoForNoopResumeDestroyFunc() local
|
/freebsd-src/crypto/openssl/crypto/rsa/ |
H A D | rsa_pss.c | 46 unsigned char *DB = NULL; in RSA_verify_PKCS1_PSS_mgf1() local
|
/freebsd-src/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 18 #define DB global() macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 388 struct DB : SysAlias { struct 815 DB = 3, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 44 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<() argument 55 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<() argument
|
/freebsd-src/include/ |
H A D | db.h | 106 } DB; typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 103 DomTreeNode *DB = DT->getNode(InstB->getParent()); in domTreeLevelBefore() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 128 DiagnosticBuilder DB = Diag(Loc, DiagID); ExpectAndConsume() local 149 DiagnosticBuilder DB = ExpectAndConsume() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 943 DiagnosticBuilder DB = ReadMacroCallArgumentList() local 954 DiagnosticBuilder DB = Diag(MacroName, diag::note_suggest_parens_for_macro); ReadMacroCallArgumentList() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 1839 auto DB = AArch64DB::lookupDBByEncoding(Val); in printBarrierOption() local 1855 auto DB = AArch64DBnXS::lookupDBnXSByEncoding(Val); in printBarriernXSOption() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 371 auto DB = Diag(Loc, diag::err_unexpanded_parameter_pack) DiagnoseUnexpandedParameterPacks() local
|