| /external/llvm/lib/Target/X86/ |
| D | X86AtomicExpandPass.cpp | 89 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
|
| D | X86RegisterInfo.cpp | 383 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/ |
| D | hb-atomic-private.hh | 62 #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/ |
| D | hb-atomic-private.hh | 62 #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/ |
| 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/lib/CodeGen/ |
| D | MachineCopyPropagation.cpp | 69 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
|
| D | StackProtector.cpp | 153 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
|
| D | AtomicExpandLoadLinkedPass.cpp | 84 if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(Inst)) in runOnFunction() local 125 AtomicRMWInst *AI = in expandAtomicStore() local 134 bool AtomicExpandLoadLinked::expandAtomicRMW(AtomicRMWInst *AI) { in expandAtomicRMW()
|
| D | CriticalAntiDepBreaker.cpp | 66 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
|
| D | AggressiveAntiDepBreaker.cpp | 160 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/ |
| D | DWARFFormValue.cpp | 146 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/ |
| D | CGFunctionInfo.h | 101 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/ |
| D | CodeMetrics.cpp | 59 if (const AllocaInst *AI = dyn_cast<AllocaInst>(II)) { in analyzeBasicBlock() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | PromoteMemoryToRegister.cpp | 60 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
|
| D | MetaRenamer.cpp | 74 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
|
| D | InstructionNamer.cpp | 35 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
|
| D | Mem2Reg.cpp | 73 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in INITIALIZE_PASS_DEPENDENCY() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | ScalarReplAggregates.cpp | 102 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 …]
|
| D | TailRecursionElimination.cpp | 146 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/ |
| D | IPConstantPropagation.cpp | 106 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/ |
| D | BoundsChecking.cpp | 198 } 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/ |
| D | HexagonRemoveSZExtArgs.cpp | 58 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); AI != AE; in runOnFunction() local
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | ASanStackFrameLayout.h | 34 AllocaInst *AI; // The actual AllocaInst. member
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCUtil.cpp | 84 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); in GetFunctionClass() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | FunctionLoweringInfo.cpp | 78 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
|