Home
last modified time | relevance | path

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

1234567

/external/llvm/lib/Target/X86/
DX86AtomicExpandPass.cpp89 if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(Inst)) in runOnFunction() local
120 bool X86AtomicExpandPass::shouldExpandAtomicRMW(AtomicRMWInst *AI) { in shouldExpandAtomicRMW()
164 if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(Inst)) in shouldExpand() local
209 bool X86AtomicExpandPass::expandAtomicRMW(AtomicRMWInst *AI) { in expandAtomicRMW()
275 AtomicRMWInst *AI = in expandAtomicStore() local
DX86RegisterInfo.cpp383 for (MCRegAliasIterator AI(X86::R8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
387 for (MCRegAliasIterator AI(X86::XMM8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
393 for (MCRegAliasIterator AI(X86::XMM0 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
/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/chromium_org/third_party/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.cpp69 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.cpp153 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken()
217 if (AllocaInst *AI = dyn_cast<AllocaInst>(II)) { in RequiresStackProtector() local
338 AllocaInst *&AI, Value *&StackGuardVar) { in CreatePrologue()
376 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. in InsertStackProtectors() local
DAtomicExpandLoadLinkedPass.cpp84 if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(Inst)) in runOnFunction() local
125 AtomicRMWInst *AI = in expandAtomicStore() local
134 bool AtomicExpandLoadLinked::expandAtomicRMW(AtomicRMWInst *AI) { in expandAtomicRMW()
DCriticalAntiDepBreaker.cpp66 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
81 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
195 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local
332 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in ScanInstruction() local
DAggressiveAntiDepBreaker.cpp160 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
176 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
376 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local
407 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in PrescanInstruction() local
671 for (MCRegAliasIterator AI(NewReg, TRI, false); AI.isValid(); ++AI) { in FindSuitableFreeRegisters() local
/external/llvm/lib/DebugInfo/
DDWARFFormValue.cpp146 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue() local
182 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue() local
196 RelocAddrMap::const_iterator AI in extractValue() local
218 RelocAddrMap::const_iterator AI in extractValue() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h101 auto AI = ABIArgInfo(Direct); variable
108 auto AI = getDirect(T); variable
113 auto AI = ABIArgInfo(Extend); variable
119 auto AI = getExtend(T); variable
129 auto AI = ABIArgInfo(Indirect); variable
139 auto AI = getIndirect(Alignment, ByVal, Realign); variable
144 auto AI = ABIArgInfo(InAlloca); in getInAlloca() local
153 auto AI = getExpand(); in getExpandWithPadding() local
/external/llvm/lib/Analysis/
DCodeMetrics.cpp59 if (const AllocaInst *AI = dyn_cast<AllocaInst>(II)) { in analyzeBasicBlock() local
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp60 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable()
315 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers()
347 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, in rewriteSingleStoreAlloca()
444 static void promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, in promoteSingleBlockAlloca()
530 AllocaInst *AI = Allocas[AllocaNum]; in run() local
768 AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks()
842 void PromoteMem2Reg::DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum, in DetermineInsertionPoint()
1017 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
DMem2Reg.cpp73 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in INITIALIZE_PASS_DEPENDENCY() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp102 AllocaInst *AI; member
333 AllocaInst *ConvertToScalarInfo::TryConvert(AllocaInst *AI) { in TryConvert()
1054 AllocaInst *AI; member in __anoncd097cef0411::AllocaPromoter
1063 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run()
1244 static bool tryToMakeAllocaBePromotable(AllocaInst *AI, const DataLayout *DL) { in tryToMakeAllocaBePromotable()
1421 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in performPromotion() local
1432 AllocaInst *AI = Allocas[i]; in performPromotion() local
1451 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { in ShouldAttemptScalarRepl()
1478 AllocaInst *AI = WorkList.back(); in performScalarRepl() local
1537 void SROA::DoScalarReplacement(AllocaInst *AI, in DoScalarReplacement()
[all …]
DTailRecursionElimination.cpp146 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in CanTRE() local
262 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) in markTails() local
487 for (Function::arg_iterator AI = F->arg_begin(); &*AI != Arg; ++AI) in isDynamicConstant() local
701 if (AllocaInst *AI = dyn_cast<AllocaInst>(OEBI++)) in EliminateRecursiveTailCall() 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/Transforms/Instrumentation/
DBoundsChecking.cpp198 } else if (AtomicCmpXchgInst *AI = dyn_cast<AtomicCmpXchgInst>(Inst)) { in runOnFunction() local
200 } else if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(Inst)) { in runOnFunction() local
/external/llvm/lib/Target/Hexagon/
DHexagonRemoveSZExtArgs.cpp58 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/ObjCARC/
DObjCARCUtil.cpp84 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); in GetFunctionClass() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp78 if (const AllocaInst *AI = dyn_cast<AllocaInst>(I)) { in set() local
103 if (const AllocaInst *AI = dyn_cast<AllocaInst>(I)) { in set() local
164 if (const AllocaInst *AI = dyn_cast<AllocaInst>(Address)) { in set() local

1234567