Home
last modified time | relevance | path

Searched defs:AI (Results 1 – 25 of 164) sorted by relevance

1234567

/external/harfbuzz_ng/src/
Dhb-atomic-private.hh62 #define hb_atomic_int_add(AI, V) InterlockedExchangeAdd (&(AI), (V)) argument
78 #define hb_atomic_int_add(AI, V) (OSAtomicAdd32Barrier ((V), &(AI)) - (V)) argument
95 #define hb_atomic_int_add(AI, V) __sync_fetch_and_add (&(AI), (V)) argument
107 #define hb_atomic_int_add(AI, V) ( ({__machine_rw_barrier ();}), atomic_add_int_nv (&(AI), (V)) - (… argument
117 #define hb_atomic_int_add(AI, V) (((AI) += (V)) - (V)) argument
126 #define hb_atomic_int_add(AI, V) (((AI) += (V)) - (V)) argument
/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp37 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/lib/CodeGen/
DMachineCopyPropagation.cpp70 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in SourceNoLongerAvailable() local
194 for (MCRegAliasIterator AI(Src, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local
218 for (MCRegAliasIterator AI(Def, TRI, false); AI.isValid(); ++AI) { in CopyPropagateBlock() local
262 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local
303 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in CopyPropagateBlock() local
DStackProtector.cpp155 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken()
213 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local
333 AllocaInst *&AI, Value *&StackGuardVar) { in CreatePrologue()
372 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. in InsertStackProtectors() local
DAtomicExpandPass.cpp220 AtomicRMWInst *AI = in expandAtomicStore() local
229 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { in tryExpandAtomicRMW()
285 bool AtomicExpand::expandAtomicRMWToLLSC(AtomicRMWInst *AI) { in expandAtomicRMWToLLSC()
340 bool AtomicExpand::expandAtomicRMWToCmpXchg(AtomicRMWInst *AI) { in expandAtomicRMWToCmpXchg()
DCriticalAntiDepBreaker.cpp62 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
77 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
191 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
DAggressiveAntiDepBreaker.cpp154 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
170 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
303 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) in HandleLastUse() local
377 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local
408 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in PrescanInstruction() local
673 for (MCRegAliasIterator AI(NewReg, TRI, false); AI.isValid(); ++AI) { in FindSuitableFreeRegisters() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp151 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue() local
190 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local
206 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local
227 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h103 auto AI = ABIArgInfo(Direct); variable
111 auto AI = getDirect(T); variable
116 auto AI = ABIArgInfo(Extend); variable
122 auto AI = getExtend(T); variable
132 auto AI = ABIArgInfo(Indirect); variable
142 auto AI = getIndirect(Alignment, ByVal, Realign); variable
147 auto AI = ABIArgInfo(InAlloca); in getInAlloca() local
156 auto AI = getExpand(); in getExpandWithPadding() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp102 AllocaInst *AI; member
338 AllocaInst *ConvertToScalarInfo::TryConvert(AllocaInst *AI) { in TryConvert()
1050 AllocaInst *AI; member in __anon6e1092380411::AllocaPromoter
1059 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run()
1246 static bool tryToMakeAllocaBePromotable(AllocaInst *AI, const DataLayout &DL) { in tryToMakeAllocaBePromotable()
1431 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in performPromotion() local
1442 AllocaInst *AI = Allocas[i]; in performPromotion() local
1461 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { in ShouldAttemptScalarRepl()
1489 AllocaInst *AI = WorkList.back(); in performScalarRepl() local
1549 void SROA::DoScalarReplacement(AllocaInst *AI, in DoScalarReplacement()
[all …]
DTailRecursionElimination.cpp147 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in CanTRE() local
261 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) in markTails() local
484 for (Function::arg_iterator AI = F->arg_begin(); &*AI != Arg; ++AI) in isDynamicConstant() local
696 if (AllocaInst *AI = dyn_cast<AllocaInst>(OEBI++)) in EliminateRecursiveTailCall() local
/external/clang/test/Modules/Inputs/merge-template-members/
Da1.h8 typedef A<int> AI; typedef
Da2.h8 typedef A<int> AI; typedef
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp61 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable()
320 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers()
352 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, in rewriteSingleStoreAlloca()
450 static void promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, in promoteSingleBlockAlloca()
537 AllocaInst *AI = Allocas[AllocaNum]; in run() local
777 AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks()
851 void PromoteMem2Reg::DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum, in DetermineInsertionPoint()
1027 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); in RenamePass() local
DMetaRenamer.cpp74 for (Module::alias_iterator AI = M.alias_begin(), AE = M.alias_end(); in runOnModule() local
119 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
DInstructionNamer.cpp35 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
DInlineFunction.cpp490 for (ImmutableCallSite::arg_iterator AI = ICS.arg_begin(), in AddAliasScopeMetadata() local
813 static bool hasLifetimeMarkers(AllocaInst *AI) { in hasLifetimeMarkers()
900 if (auto *AI = dyn_cast<AllocaInst>(BI)) in fixupLineNumbers() local
1006 CallSite::arg_iterator AI = CS.arg_begin(); in InlineFunction() local
1074 AllocaInst *AI = dyn_cast<AllocaInst>(I++); in InlineFunction() local
1107 for (auto &AI : IFI.StaticAllocas) in InlineFunction() local
1155 AllocaInst *AI = IFI.StaticAllocas[ai]; in InlineFunction() local
DMem2Reg.cpp78 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in INITIALIZE_PASS_DEPENDENCY() local
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp106 CallSite::arg_iterator AI = CS.arg_begin(); in PropagateConstantsIntoArguments() local
135 Function::arg_iterator AI = F.arg_begin(); in PropagateConstantsIntoArguments() local
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp124 static std::string APIntToHexString(const APInt &AI) { in APIntToHexString()
137 APInt AI; in scalarConstantToHexString() local
DX86RegisterInfo.cpp404 for (MCRegAliasIterator AI(X86::R8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
408 for (MCRegAliasIterator AI(X86::XMM8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
414 for (MCRegAliasIterator AI(X86::XMM0 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp198 } else if (AtomicCmpXchgInst *AI = dyn_cast<AtomicCmpXchgInst>(Inst)) { in runOnFunction() local
201 } else if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(Inst)) { in runOnFunction() local
/external/llvm/lib/Target/Hexagon/
DHexagonRemoveSZExtArgs.cpp59 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); AI != AE; in runOnFunction() local
/external/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h34 AllocaInst *AI; // The actual AllocaInst. member
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp159 isOnlyCopiedFromConstantGlobal(AllocaInst *AI, in isOnlyCopiedFromConstantGlobal()
167 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { in simplifyAllocaArraySize()
223 Instruction *InstCombiner::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst()
537 if (AllocaInst *AI = dyn_cast<AllocaInst>(P)) { in isObjectSizeLessThanOrEq() local

1234567