| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | DivisionByConstantInfo.cpp | 23 APInt AD, ANC, Delta, Q1, R1, Q2, R2, T; in get() local 27 AD = D.abs(); in get() 29 ANC = T - 1 - T.urem(AD); // absolute value of NC in get() 33 Q2 = SignedMin.udiv(AD); // initialize Q2 = 2P/abs(D) in get() 34 R2 = SignedMin - Q2 * AD; // initialize R2 = rem(2P,abs(D)) in get() 45 if (R2.uge(AD)) { // must be unsigned comparison in get() 47 R2 = R2 - AD; in get() 49 Delta = AD - R2; in get()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | ms-unqualified-base-class.cpp | 73 AggregateDerived<int> AD{2}; in main() local 74 AD.AggregateBase::i = 3; in main() 75 I = AD.f(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
| H A D | move_convert.pass.cpp | 260 using AD = AssignDeleter<Del&&>; in test_sfinae() typedef 262 doDeleterTest<VT, AD, Del>(); in test_sfinae() 263 doDeleterTest<VT, AD&, Del>(); in test_sfinae() 268 using AD = AssignDeleter<Del&>; in test_sfinae() typedef 270 doDeleterTest<VT, AD, Del&>(); in test_sfinae() 271 doDeleterTest<VT, AD&, Del&>(); in test_sfinae() 276 using AD = AssignDeleter<Del const&>; in test_sfinae() typedef 278 doDeleterTest<VT, AD, Del const&>(); in test_sfinae() 279 doDeleterTest<VT, AD&, Del const&>(); in test_sfinae()
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | fixit.cpp | 170 class AD {}; class 171 class BD: public AD {}; 174 AD* aPtr; in test() 188 AD oopsMoreCommas() { 194 AD ad, // expected-error {{expected ';' at end of declaration}}
|
| /llvm-project-15.0.7/clang/test/Layout/ |
| H A D | ms-x86-lazy-empty-nonvirtual-base.cpp | 101 struct AD : B8, B1, virtual B0 { struct 102 AD() { printf("AD = %p\n", this); } in AD() function 711 sizeof(AD)+
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
| H A D | ast-types.lldbinit | 16 target variable AD
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | pal-userdata-regs.ll | 16 …00\00\CD\A2\AB\04\CD\A2\AC\04\CD\A2\AD\00\CD\A2\B5\00\CD\A2\B9\00\CD\A2\BD\00\CD\A2\C1\00\CD\A2\CE…
|
| H A D | amdpal-usersgpr-init.ll | 12 …fo\82\B3.128_bit_cache_hash\92\CF\E5\A0\EB\F9}\C6\C1\13\CF\1A_\E7\F7\F2.mR\AD.llpc_version\A454.5\…
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DelayedDiagnostic.h | 234 struct AD { struct 254 struct AD AvailabilityData; argument
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 212 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk() local 214 AD.getDestructorDecl(ACtx->getASTContext())); in walk() 215 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in walk()
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/ |
| H A D | ast-types.cpp | 82 A::D AD; variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-bytestring.ll | 4 …94\95\96\97\98\99\9A\9B\9C\9D\9E\9F\A0\A1\A2\A3\A4\A5\A6\A7\A8\A9\AA\AB\AC\AD\AE\AF\B0\B1\B2\B3\B4…
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 716 Value *AD = Builder.CreateFMul(Op.LHS.first, Op.RHS.second, "mul_ad"); in EmitBinMul() local 722 ResI = Builder.CreateFAdd(AD, BC, "mul_i"); in EmitBinMul() 840 llvm::Value *AD = Builder.CreateFMul(LHSr, RHSi); // a*d in EmitBinDiv() local 841 llvm::Value *BCmAD = Builder.CreateFSub(BC, AD); // bc-ad in EmitBinDiv()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 508 AnalysisDeclContext *AD = in getRuntimeDefinition() local 512 Stmt* Body = AD->getBody(IsAutosynthesized); in getRuntimeDefinition() 526 const Decl* Decl = AD->getDecl(); in getRuntimeDefinition()
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | cl20-device-side-enqueue.cl | 171 …// COMMON: [[AD:%arraydecay[0-9]*]] = getelementptr inbounds [1 x %opencl.clk_event_t*], [1 x %ope… 172 …// COMMON: [[WAIT_EVNT:%[0-9]+]] ={{.*}} addrspacecast %opencl.clk_event_t{{.*}}** [[AD]] to %open… 198 …// COMMON: [[AD:%arraydecay[0-9]*]] = getelementptr inbounds [1 x %opencl.clk_event_t*], [1 x %ope… 199 …// COMMON: [[WAIT_EVNT:%[0-9]+]] ={{.*}} addrspacecast %opencl.clk_event_t{{.*}}** [[AD]] to %open…
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleR52.td | 308 def : InstRW<[R52WriteALU_EX2, R52Read_EX1], (instregex "AD(C|D)S?ri", "ANDS?ri", 313 def : InstRW<[R52WriteALU_EX2, R52Read_EX1, R52Read_EX1], (instregex "AD(C|D)S?rr", 317 def : InstRW<[R52WriteALU_EX2, R52Read_EX1, R52Read_ISS], (instregex "AD(C|D)S?rsi", 322 (instregex "AD(C|D)S?rsr", "ANDS?rsr", "BICS?rsr", "EORrsr", "MVNS?sr",
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 2409 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in runAnalysis() local 2410 const auto *DD = AD.getDestructorDecl(AC.getASTContext()); in runAnalysis() 2415 auto *VD = const_cast<VarDecl *>(AD.getVarDecl()); in runAnalysis() 2418 AD.getTriggerStmt()->getEndLoc()); in runAnalysis()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/ |
| H A D | vmcore-arm64-minidump.bz2 | 1minidump FreeBSD/arm64� �j�� |
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 138 def AD : BinaryRX<"ad", 0x6A, null_frag, FP64, load, 8>;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclBase.cpp | 237 if (auto *AD = dyn_cast<TypeAliasDecl>(this)) in getDescribedTemplate() local 238 return AD->getDescribedAliasTemplate(); in getDescribedTemplate()
|
| H A D | Decl.cpp | 1860 if (auto *AD = dyn_cast<ObjCCompatibleAliasDecl>(ND)) in getUnderlyingDeclImpl() local 1861 return AD->getClassInterface(); in getUnderlyingDeclImpl() 1863 if (auto *AD = dyn_cast<NamespaceAliasDecl>(ND)) in getUnderlyingDeclImpl() local 1864 return AD->getNamespace(); in getUnderlyingDeclImpl()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 401 void VisitFileScopeAsmDecl(FileScopeAsmDecl *AD); 1637 void ASTDeclReader::VisitFileScopeAsmDecl(FileScopeAsmDecl *AD) { in VisitFileScopeAsmDecl() argument 1638 VisitDecl(AD); in VisitFileScopeAsmDecl() 1639 AD->setAsmString(cast<StringLiteral>(Record.readExpr())); in VisitFileScopeAsmDecl() 1640 AD->setRParenLoc(readSourceLocation()); in VisitFileScopeAsmDecl()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/ |
| H A D | qtodec.tc | 1235 qtodec:-34544219638590/487433,16,10,0:-43962AD.C208E5DFB8
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4331 SDValue AD = in trySETCC() local 4334 CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op, AD.getValue(1)); in trySETCC() 4370 SDNode *AD = CurDAG->getMachineNode(PPC::ADDIC, dl, MVT::i32, MVT::Glue, in trySETCC() local 4372 CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0), Op, in trySETCC() 4373 SDValue(AD, 1)); in trySETCC() 4377 SDValue AD = SDValue(CurDAG->getMachineNode(PPC::ADDI, dl, MVT::i32, Op, in trySETCC() local 4379 SDValue AN = SDValue(CurDAG->getMachineNode(PPC::AND, dl, MVT::i32, AD, in trySETCC()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 477 InlineAsm::AsmDialect AD; in LLVMGetInlineAsm() local 480 AD = InlineAsm::AD_ATT; in LLVMGetInlineAsm() 483 AD = InlineAsm::AD_Intel; in LLVMGetInlineAsm() 489 HasSideEffects, IsAlignStack, AD, CanThrow)); in LLVMGetInlineAsm()
|