Home
last modified time | relevance | path

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

1234567

/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A 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
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A 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
H A DStackProtector.cpp156 bool StackProtector::HasAddressTaken(const Instruction *AI) { in HasAddressTaken()
217 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in RequiresStackProtector() local
337 AllocaInst *&AI, Value *&StackGuardVar) { in CreatePrologue()
376 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. in InsertStackProtectors() local
H A DAtomicExpandPass.cpp224 AtomicRMWInst *AI = in expandAtomicStore() local
233 bool AtomicExpand::expandAtomicRMW(AtomicRMWInst *AI) { in expandAtomicRMW()
279 bool AtomicExpand::expandAtomicRMWToLLSC(AtomicRMWInst *AI) { in expandAtomicRMWToLLSC()
335 bool AtomicExpand::expandAtomicRMWToCmpXchg(AtomicRMWInst *AI) { in expandAtomicRMWToCmpXchg()
H A 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
H A 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
367 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { in PrescanInstruction() local
398 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in PrescanInstruction() local
663 for (MCRegAliasIterator AI(NewReg, TRI, false); AI.isValid(); ++AI) { in FindSuitableFreeRegisters() local
H A DRegisterClassInfo.cpp58 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) in runOnMachineFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp150 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue() local
189 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local
205 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local
226 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue() local
H A DDWARFDebugLoc.cpp48 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); in parse() local
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A 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
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A 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
H A DPromoteMemoryToRegister.cpp60 bool llvm::isAllocaPromotable(const AllocaInst *AI) { in isAllocaPromotable()
319 static void removeLifetimeIntrinsicUsers(AllocaInst *AI) { in removeLifetimeIntrinsicUsers()
351 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, in rewriteSingleStoreAlloca()
449 static void promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, in promoteSingleBlockAlloca()
536 AllocaInst *AI = Allocas[AllocaNum]; in run() local
774 AllocaInst *AI, AllocaInfo &Info, in ComputeLiveInBlocks()
848 void PromoteMem2Reg::DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum, in DetermineInsertionPoint()
1021 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); in RenamePass() local
H A DInstructionNamer.cpp35 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); in runOnFunction() local
H A DMem2Reg.cpp78 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in INITIALIZE_PASS_DEPENDENCY() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp112 static std::string APIntToHexString(const APInt &AI) { in APIntToHexString()
125 APInt AI; in scalarConstantToHexString() local
H A DX86RegisterInfo.cpp385 for (MCRegAliasIterator AI(X86::R8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
389 for (MCRegAliasIterator AI(X86::XMM8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
395 for (MCRegAliasIterator AI(X86::XMM0 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp103 AllocaInst *AI; member
338 AllocaInst *ConvertToScalarInfo::TryConvert(AllocaInst *AI) { in TryConvert()
1059 AllocaInst *AI; member in __anon79c9a5290411::AllocaPromoter
1068 void run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) { in run()
1251 static bool tryToMakeAllocaBePromotable(AllocaInst *AI, const DataLayout *DL) { in tryToMakeAllocaBePromotable()
1435 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in performPromotion() local
1446 AllocaInst *AI = Allocas[i]; in performPromotion() local
1465 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { in ShouldAttemptScalarRepl()
1492 AllocaInst *AI = WorkList.back(); in performScalarRepl() local
1551 void SROA::DoScalarReplacement(AllocaInst *AI, in DoScalarReplacement()
[all …]
H A DTailRecursionElimination.cpp148 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in CanTRE() local
264 if (AllocaInst *AI = dyn_cast<AllocaInst>(&I)) in markTails() local
499 for (Function::arg_iterator AI = F->arg_begin(); &*AI != Arg; ++AI) in isDynamicConstant() local
713 if (AllocaInst *AI = dyn_cast<AllocaInst>(OEBI++)) in EliminateRecursiveTailCall() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp106 CallSite::arg_iterator AI = CS.arg_begin(); in PropagateConstantsIntoArguments() local
135 Function::arg_iterator AI = F.arg_begin(); in PropagateConstantsIntoArguments() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp59 for (Function::arg_iterator AI = F.arg_begin(), AE = F.arg_end(); AI != AE; in runOnFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A 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
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp84 Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); in GetFunctionClass() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h34 AllocaInst *AI; // The actual AllocaInst. member
/minix3/external/bsd/llvm/dist/llvm/tools/opt/
H A DAnalysisWrappers.cpp47 for (CallSite::arg_iterator AI = CS.arg_begin(), in runOnModule() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCodeMetrics.cpp149 if (const AllocaInst *AI = dyn_cast<AllocaInst>(II)) { in analyzeBasicBlock() local

1234567