/external/harfbuzz_ng/src/ |
D | hb-atomic.hh | 58 #define hb_atomic_int_impl_add(AI, V) __atomic_fetch_add ((AI), (V), __ATOMIC_ACQ_REL) argument 59 #define hb_atomic_int_impl_set_relaxed(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELAXED) argument 60 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE) argument 61 #define hb_atomic_int_impl_get_relaxed(AI) __atomic_load_n ((AI), __ATOMIC_RELAXED) argument 62 #define hb_atomic_int_impl_get(AI) __atomic_load_n ((AI), __ATOMIC_ACQUIRE) argument 85 #define hb_atomic_int_impl_add(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->fetch_add ((V), … argument 86 #define hb_atomic_int_impl_set_relaxed(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->store ((V… argument 87 #define hb_atomic_int_impl_set(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->store ((V), std:… argument 88 #define hb_atomic_int_impl_get_relaxed(AI) (reinterpret_cast<std::atomic<int> *> (AI)->load (std::m… argument 89 #define hb_atomic_int_impl_get(AI) (reinterpret_cast<std::atomic<int> *> (AI)->load (std::memory_o… argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 37 Function::arg_iterator AI = F->arg_begin(); in TEST() local 67 Function::arg_iterator AI = F->arg_begin(); in TEST() local 97 Function::arg_iterator AI = F->arg_begin(); in TEST() local 127 Function::arg_iterator AI = F->arg_begin(); in TEST() local 158 Function::arg_iterator AI = F->arg_begin(); in TEST() local 188 Function::arg_iterator AI = F->arg_begin(); in TEST() local 218 Function::arg_iterator AI = F->arg_begin(); in TEST() local 248 Function::arg_iterator AI = F->arg_begin(); in TEST() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 37 Function::arg_iterator AI = F->arg_begin(); in TEST() local 67 Function::arg_iterator AI = F->arg_begin(); in TEST() local 97 Function::arg_iterator AI = F->arg_begin(); in TEST() local 127 Function::arg_iterator AI = F->arg_begin(); in TEST() local 158 Function::arg_iterator AI = F->arg_begin(); in TEST() local 188 Function::arg_iterator AI = F->arg_begin(); in TEST() local 218 Function::arg_iterator AI = F->arg_begin(); in TEST() local 248 Function::arg_iterator AI = F->arg_begin(); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 168 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken() 252 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local 358 const TargetLoweringBase *TLI, AllocaInst *&AI) { in CreatePrologue() 383 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. in InsertStackProtectors() local 524 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo() local
|
D | CriticalAntiDepBreaker.cpp | 75 for (MCRegAliasIterator AI(LI.PhysReg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 93 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 206 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local 326 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in ScanInstruction() local
|
D | AggressiveAntiDepBreaker.cpp | 165 for (MCRegAliasIterator AI(LI.PhysReg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 183 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 315 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) in HandleLastUse() local 398 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local 429 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in PrescanInstruction() local 689 for (MCRegAliasIterator AI(NewReg, TRI, false); AI.isValid(); ++AI) { in FindSuitableFreeRegisters() local 928 for (MCRegAliasIterator AI(AntiDepReg, TRI, true); AI.isValid(); ++AI) in BreakAntiDependencies() local
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 124 auto AI = ABIArgInfo(Direct); variable 132 auto AI = getDirect(T); variable 137 auto AI = ABIArgInfo(Extend); variable 144 auto AI = getExtend(T); variable 154 auto AI = ABIArgInfo(Indirect); variable 164 auto AI = getIndirect(Alignment, ByVal, Realign); variable 169 auto AI = ABIArgInfo(InAlloca); in getInAlloca() local 174 auto AI = ABIArgInfo(Expand); in getExpand() local 180 auto AI = getExpand(); in getExpandWithPadding() local 219 auto AI = ABIArgInfo(CoerceAndExpand); in getCoerceAndExpand() local
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 166 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken() 237 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local 319 const TargetLoweringBase *TLI, AllocaInst *&AI) { in CreatePrologue() 340 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. in InsertStackProtectors() local
|
D | MachineCopyPropagation.cpp | 111 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in ClobberRegister() local 215 for (MCRegAliasIterator AI(Src, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local 276 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local
|
D | AggressiveAntiDepBreaker.cpp | 153 for (MCRegAliasIterator AI(LI.PhysReg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 169 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 301 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) in HandleLastUse() local 379 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local 410 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in PrescanInstruction() local 670 for (MCRegAliasIterator AI(NewReg, TRI, false); AI.isValid(); ++AI) { in FindSuitableFreeRegisters() local 910 for (MCRegAliasIterator AI(AntiDepReg, TRI, true); AI.isValid(); ++AI) in BreakAntiDependencies() local
|
D | CriticalAntiDepBreaker.cpp | 61 for (MCRegAliasIterator AI(LI.PhysReg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 76 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local 189 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local 309 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in ScanInstruction() local
|
/external/clang/test/Modules/Inputs/merge-template-members/ |
D | a2.h | 8 typedef A<int> AI; typedef
|
D | a1.h | 8 typedef A<int> AI; typedef
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 257 bool isBlacklisted(const AddrInfo &AI) { in isBlacklisted() 685 group_by(AllAddrInfo, [](const AddrInfo &AI) { return AI.FileName; }); in computeFileCoverage() 687 group_by(CovAddrInfo, [](const AddrInfo &AI) { return AI.FileName; }); in computeFileCoverage() 708 auto AllLocs = group_by(AllAddrInfo, [](const AddrInfo &AI) { in computeLineStatusMap() 711 auto CovLocs = group_by(CovAddrInfo, [](const AddrInfo &AI) { in computeLineStatusMap() 731 for (const auto &AI : AllAddrInfo) { in computeAllFunctions() local 739 auto CovFns = group_by(CovAddrInfo, [](const AddrInfo &AI) { in computeCoveredFunctions() 752 auto AllFns = group_by(AllAddrInfo, [](const AddrInfo &AI) { in computeNotCoveredFunctions() 755 auto CovFns = group_by(CovAddrInfo, [](const AddrInfo &AI) { in computeNotCoveredFunctions() 770 auto AllFns = group_by(AllAddrInfo, [](const AddrInfo &AI) { in computeFunctionsCoverage() [all …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 152 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue() local 191 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local 222 RelocAddrMap::const_iterator AI = in extractValue() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 88 AllocaInst *AI; member 290 AllocaInst *ConvertToScalarInfo::TryConvert(AllocaInst *AI) { in TryConvert() 925 AllocaInst *AI; member in __anonafddda8d0411::AllocaPromoter 934 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run() 1123 static bool tryToMakeAllocaBePromotable(AllocaInst *AI, const TargetData *TD) { in tryToMakeAllocaBePromotable() 1306 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in performPromotion() local 1317 AllocaInst *AI = Allocas[i]; in performPromotion() local 1337 static bool ShouldAttemptScalarRepl(AllocaInst *AI) { in ShouldAttemptScalarRepl() 1366 AllocaInst *AI = WorkList.back(); in performScalarRepl() local 1445 void SROA::DoScalarReplacement(AllocaInst *AI, in DoScalarReplacement() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 84 for (auto AI = M.alias_begin(), AE = M.alias_end(); AI != AE; ++AI) { in runOnModule() local 125 for (auto AI = F.arg_begin(), AE = F.arg_end(); AI != AE; ++AI) in runOnFunction() local
|
D | PromoteMemoryToRegister.cpp | 51 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() 304 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers() 336 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, in rewriteSingleStoreAlloca() 436 static bool promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, in promoteSingleBlockAlloca() 529 AllocaInst *AI = Allocas[AllocaNum]; in run() local 776 AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks() 935 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); in RenamePass() local
|
D | InstructionNamer.cpp | 35 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 96 for (auto AI = M.alias_begin(), AE = M.alias_end(); AI != AE; ++AI) { in runOnModule() local 147 for (auto AI = F.arg_begin(), AE = F.arg_end(); AI != AE; ++AI) in runOnFunction() local
|
D | PromoteMemoryToRegister.cpp | 65 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable() 326 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers() 358 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, in rewriteSingleStoreAlloca() 460 static bool promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, in promoteSingleBlockAlloca() 561 AllocaInst *AI = Allocas[AllocaNum]; in run() local 793 AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks() 962 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); in RenamePass() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 504 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { in getAllocaSizeInBytes() 516 bool HWAddressSanitizer::tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, in tagAlloca() 580 AllocaInst *AI, unsigned AllocaNo) { in getAllocaTag() 643 auto *AI = Allocas[N]; in instrumentStack() local 674 bool HWAddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() 711 if (AllocaInst *AI = dyn_cast<AllocaInst>(&Inst)) { in runOnFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 76 CallSite::arg_iterator AI = CS.arg_begin(); in PropagateConstantsIntoArguments() local 105 Function::arg_iterator AI = F.arg_begin(); in PropagateConstantsIntoArguments() local
|
/external/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 76 CallSite::arg_iterator AI = CS.arg_begin(); in PropagateConstantsIntoArguments() local 105 Function::arg_iterator AI = F.arg_begin(); in PropagateConstantsIntoArguments() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackProtector.cpp | 120 if (AllocaInst *AI = dyn_cast<AllocaInst>(II)) { in RequiresStackProtector() local 151 AllocaInst *AI = 0; // Place on stack that stores the stack guard. in InsertStackProtectors() local
|