Home
last modified time | relevance | path

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

123456789

/llvm-project/llvm/unittests/Transforms/Utils/
H A DIntegerDivisionTest.cpp36 Function::arg_iterator AI = F->arg_begin(); in TEST() local
66 Function::arg_iterator AI = F->arg_begin(); in TEST() local
96 Function::arg_iterator AI = F->arg_begin(); in TEST() local
126 Function::arg_iterator AI = F->arg_begin(); in TEST() local
157 Function::arg_iterator AI = F->arg_begin(); in TEST() local
187 Function::arg_iterator AI = F->arg_begin(); in TEST() local
217 Function::arg_iterator AI = F->arg_begin(); in TEST() local
247 Function::arg_iterator AI = F->arg_begin(); in TEST() local
H A DCallPromotionUtilsTest.cpp77 auto *AI = dyn_cast<AllocaInst>(Inst); TEST() local
211 auto *AI = dyn_cast<AllocaInst>(Inst); TEST() local
253 auto *AI = dyn_cast<AllocaInst>(Inst); TEST() local
312 auto *AI = dyn_cast<AllocaInst>(Inst); TEST() local
380 auto *AI = dyn_cast<AllocaInst>(Inst); TEST() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp118 if (auto *AI = dyn_cast_or_null<AllocaInst>(V)) { visit() local
138 if (AllocaInst *AI = dyn_cast<AllocaInst>(&Inst)) { visit() local
147 AllocaInst *AI = findAllocaForValue(II->getArgOperand(1)); visit() local
162 if (auto *AI = dyn_cast_or_null<AllocaInst>(V)) { visit() local
181 isInterestingAlloca(const AllocaInst & AI) isInterestingAlloca() argument
201 getAllocaSizeInBytes(const AllocaInst & AI) getAllocaSizeInBytes() argument
[all...]
H A DPromoteMemoryToRegister.cpp65 isAllocaPromotable(const AllocaInst * AI) isAllocaPromotable() argument
132 init(AllocaInst * AI) init() argument
479 removeIntrinsicUsers(AllocaInst * AI) removeIntrinsicUsers() argument
522 rewriteSingleStoreAlloca(AllocaInst * AI,AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DbgVariableRecord *,8> * DVRAssignsToDelete) rewriteSingleStoreAlloca() argument
637 promoteSingleBlockAlloca(AllocaInst * AI,const AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DbgVariableRecord *,8> * DVRAssignsToDelete) promoteSingleBlockAlloca() argument
754 AllocaInst *AI = Allocas[AllocaNum]; run() local
999 ComputeLiveInBlocks(AllocaInst * AI,AllocaInfo & Info,const SmallPtrSetImpl<BasicBlock * > & DefBlocks,SmallPtrSetImpl<BasicBlock * > & LiveInBlocks) ComputeLiveInBlocks() argument
1179 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); RenamePass() local
[all...]
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h145 auto AI = ABIArgInfo(Direct); global() variable
154 auto AI = getDirect(T); global() variable
161 auto AI = ABIArgInfo(Extend); global() variable
172 auto AI = ABIArgInfo(Extend); global() variable
191 auto AI = getExtend(Ty, T); global() variable
201 auto AI = ABIArgInfo(Indirect); global() variable
214 auto AI = ABIArgInfo(IndirectAliased); global() variable
224 auto AI = getIndirect(Alignment, ByVal, Realign); global() variable
229 auto AI = ABIArgInfo(InAlloca); global() variable
235 auto AI = ABIArgInfo(Expand); getExpand() local
241 auto AI = getExpand(); getExpandWithPadding() local
280 auto AI = ABIArgInfo(CoerceAndExpand); getCoerceAndExpand() local
[all...]
/llvm-project/polly/lib/CodeGen/
H A DCodeGeneration.cpp86 verifyGeneratedFunction(Scop & S,Function & F,IslAstInfo & AI) verifyGeneratedFunction() argument
169 generateCode(Scop & S,IslAstInfo & AI,LoopInfo & LI,DominatorTree & DT,ScalarEvolution & SE,RegionInfo & RI) generateCode() argument
317 IslAstInfo *AI; global() member in __anon3df200430111::CodeGeneration
360 auto &AI = SAM.getResult<IslAstAnalysis>(S, AR); run() local
[all...]
/llvm-project/clang/test/Modules/Inputs/merge-template-members/
H A Da1.h8 typedef A<int> AI; typedef
H A Da2.h8 typedef A<int> AI; typedef
/llvm-project/llvm/lib/CodeGen/
H A DRegUsageInfoCollector.cpp151 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) runOnMachineFunction() local
164 for (MCRegAliasIterator AI(PReg, TRI, true); AI.isValid(); ++AI) runOnMachineFunction() local
H A DStackProtector.cpp93 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo() local
255 static bool HasAddressTaken(const Instruction *AI, TypeSize AllocSize, in HasAddressTaken() argument
411 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in requiresStackProtector() local
536 CreatePrologue(Function * F,Module * M,Instruction * CheckLoc,const TargetLoweringBase * TLI,AllocaInst * & AI) CreatePrologue() argument
560 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. InsertStackProtectors() local
[all...]
H A DAggressiveAntiDepBreaker.cpp157 for (MCRegAliasIterator AI(LI.PhysReg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
175 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
304 for (MCRegAliasIterator AI(Reg, TRI, true); AI in HandleLastUse() local
384 for (MCRegAliasIterator AI(Reg, TRI, false); AI.isValid(); ++AI) { PrescanInstruction() local
414 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { PrescanInstruction() local
664 for (MCRegAliasIterator AI(NewReg, TRI, false); AI.isValid(); ++AI) { FindSuitableFreeRegisters() local
[all...]
H A DCriticalAntiDepBreaker.cpp69 for (MCRegAliasIterator AI(LI.PhysReg, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
87 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) { in StartBlock() local
199 for (MCRegAliasIterator AI(Reg, TRI, false); AI in PrescanInstruction() local
329 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { ScanInstruction() local
[all...]
H A DRDFRegisters.cpp120 for (MCRegAliasIterator AI(Reg, &TRI, false); AI.isValid(); ++AI) in getAliasSet() local
190 MCRegUnitMaskIterator AI(A.Reg, &getTRI()); in equal_to() local
228 llvm::MCRegUnitMaskIterator AI(A.Reg, &getTRI()); in less() local
/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp45 bool StackLifetime::isAliveAfter(const AllocaInst *AI, in isAliveAfter()
66 const AllocaInst *AI = findAllocaForValue(II.getArgOperand(1), true); in findMatchingAlloca() local
98 const AllocaInst *AI = findMatchingAlloca(*II, DL); in collectMarkers() local
405 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) in run() local
H A DStackSafetyAnalysis.cpp154 ConstantRange getStaticAllocaSizeRange(const AllocaInst &AI) { in getStaticAllocaSizeRange() argument
210 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in print() local
365 isSafeAccess(const Use & U,AllocaInst * AI,Value * V) isSafeAccess() argument
370 isSafeAccess(const Use & U,AllocaInst * AI,TypeSize TS) isSafeAccess() argument
379 isSafeAccess(const Use & U,AllocaInst * AI,const SCEV * AccessSize) isSafeAccess() argument
421 AllocaInst *AI = dyn_cast<AllocaInst>(Ptr); analyzeAllUses() local
562 if (auto *AI = dyn_cast<AllocaInst>(&I)) run() local
567 for (auto *AI : Allocas) { run() local
923 const AllocaInst *AI = KV.first; getInfo() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DModuleSummaryIndexTest.cpp45 for (auto &AI : AllocSummary->allocs()) in TEST() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRefTypeMem2Local.cpp59 void WebAssemblyRefTypeMem2Local::visitAllocaInst(AllocaInst &AI) { in visitAllocaInst()
/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp607 for (MCRegAliasIterator AI(X86::R8 + n, this, true); AI.isValid(); ++AI) getReservedRegs() local
611 for (MCRegAliasIterator AI(X86::XMM8 + n, this, true); AI.isValid(); ++AI) getReservedRegs() local
617 for (MCRegAliasIterator AI(X86::XMM16 + n, this, true); AI.isValid(); getReservedRegs() local
628 for (MCRegAliasIterator AI(X86::R14, this, true); AI.isValid(); ++AI) getReservedRegs() local
630 for (MCRegAliasIterator AI(X86::R15, this, true); AI.isValid(); ++AI) getReservedRegs() local
999 for (MCRegAliasIterator AI(Reg, this, true); AI.isValid(); ++AI) findDeadCallerSavedReg() local
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp167 } else if (AtomicCmpXchgInst *AI = dyn_cast<AtomicCmpXchgInst>(&I)) { addBoundsChecking() local
172 } else if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(&I)) { addBoundsChecking() local
H A DInstrumentation.cpp
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp156 AI.PrivateSegmentBuffer in fixedABILayout() local
[all...]
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp87 AddressInfo AI; in MaybeReportErrorSummary() local
97 const AddressInfo &AI = Loc.getSymbolizedStack()->info; in MaybeReportErrorSummary() local
448 const AddressInfo &AI in IsPCSuppressed() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h37 AllocaInst *AI; // The actual AllocaInst. member
H A DMemoryTaggingSupport.h52 AllocaInst *AI; global() member
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupport.h232 checkDataflow(AnalysisInputs<AnalysisT> AI,
341 checkDataflow(AnalysisInputs<AnalysisT> AI,
374 checkDataflow(AnalysisInputs<AnalysisT> AI,

123456789