/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 118 if (auto *AI = dyn_cast_or_null<AllocaInst>(V)) { in visit() local 127 AllocaInst *AI = findAllocaForValue(II->getArgOperand(1)); visit() local 142 if (auto *AI = dyn_cast_or_null<AllocaInst>(V)) { visit() local 157 isInterestingAlloca(const AllocaInst & AI) isInterestingAlloca() argument 175 getAllocaSizeInBytes(const AllocaInst & AI) getAllocaSizeInBytes() argument [all...] |
H A D | PromoteMemoryToRegister.cpp | 64 isAllocaPromotable(const AllocaInst * AI) isAllocaPromotable() argument 130 init(AllocaInst * AI) init() argument 465 removeIntrinsicUsers(AllocaInst * AI) removeIntrinsicUsers() argument 508 rewriteSingleStoreAlloca(AllocaInst * AI,AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DPValue *,8> * DPVAssignsToDelete) rewriteSingleStoreAlloca() argument 618 promoteSingleBlockAlloca(AllocaInst * AI,const AllocaInfo & Info,LargeBlockInfo & LBI,const DataLayout & DL,DominatorTree & DT,AssumptionCache * AC,SmallSet<DbgAssignIntrinsic *,8> * DbgAssignsToDelete,SmallSet<DPValue *,8> * DPVAssignsToDelete) promoteSingleBlockAlloca() argument 733 AllocaInst *AI = Allocas[AllocaNum]; run() local 978 ComputeLiveInBlocks(AllocaInst * AI,AllocaInfo & Info,const SmallPtrSetImpl<BasicBlock * > & DefBlocks,SmallPtrSetImpl<BasicBlock * > & LiveInBlocks) ComputeLiveInBlocks() argument 1150 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); RenamePass() local [all...] |
H A D | Mem2Reg.cpp | 47 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca? in promoteMemoryToRegister() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 145 auto AI = ABIArgInfo(Direct); variable 154 auto AI = getDirect(T); 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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 93 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo() local 255 static bool HasAddressTaken(const Instruction *AI, TypeSize AllocSize, in HasAddressTaken() 411 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in requiresStackProtector() local 536 const TargetLoweringBase *TLI, AllocaInst *&AI) { in CreatePrologue() 560 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. in InsertStackProtectors() local
|
H A D | RegUsageInfoCollector.cpp | 148 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) runOnMachineFunction() local 161 for (MCRegAliasIterator AI(PReg, TRI, true); AI.isValid(); ++AI) runOnMachineFunction() local
|
H A D | RegisterClassInfo.cpp | 97 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) in runOnMachineFunction() local 85 for (MCRegAliasIterator AI(*I, TRI, true); AI.isValid(); ++AI) runOnMachineFunction() local
|
H A D | AggressiveAntiDepBreaker.cpp | 157 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 D | CriticalAntiDepBreaker.cpp | 69 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.isValid(); ++AI) { in PrescanInstruction() local 329 for (MCRegAliasIterator AI(Reg, TRI, true); AI.isValid(); ++AI) { in ScanInstruction() local
|
H A D | RDFRegisters.cpp | 120 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
|
H A D | CallingConvLower.cpp | 63 for (MCRegAliasIterator AI(Reg, &TRI, true); AI.isValid(); ++AI) in MarkAllocated() local 68 for (MCRegAliasIterator AI(Reg, &TRI, true); AI.isValid(); ++AI) in MarkUnallocated() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 45 bool StackLifetime::isAliveAfter(const AllocaInst *AI, in isAliveAfter() argument 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)) run() local [all...] |
H A D | StackSafetyAnalysis.cpp | 154 ConstantRange getStaticAllocaSizeRange(const AllocaInst &AI) { in getStaticAllocaSizeRange() argument 210 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { in print() local 341 isSafeAccess(const Use & U,AllocaInst * AI,Value * V) isSafeAccess() argument 346 isSafeAccess(const Use & U,AllocaInst * AI,TypeSize TS) isSafeAccess() argument 355 isSafeAccess(const Use & U,AllocaInst * AI,const SCEV * AccessSize) isSafeAccess() argument 399 AllocaInst *AI = dyn_cast<AllocaInst>(Ptr); analyzeAllUses() local 540 if (auto *AI = dyn_cast<AllocaInst>(&I)) run() local 545 for (auto *AI : Allocas) { run() local 901 const AllocaInst *AI = KV.first; getInfo() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 607 for (MCRegAliasIterator AI(X86::R8 + n, this, true); AI.isValid(); ++AI) in getReservedRegs() local 603 for (MCRegAliasIterator AI(X86::R8 + n, this, true); AI.isValid(); ++AI) getReservedRegs() local 613 for (MCRegAliasIterator AI(X86::XMM16 + n, this, true); AI.isValid(); getReservedRegs() local 624 for (MCRegAliasIterator AI(X86::R14, this, true); AI.isValid(); ++AI) getReservedRegs() local 626 for (MCRegAliasIterator AI(X86::R15, this, true); AI.isValid(); ++AI) getReservedRegs() local 994 for (MCRegAliasIterator AI(Reg, this, true); AI.isValid(); ++AI) findDeadCallerSavedReg() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 167 } else if (AtomicCmpXchgInst *AI = dyn_cast<AtomicCmpXchgInst>(&I)) { in addBoundsChecking() local 172 } else if (AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(&I)) { in addBoundsChecking() local
|
H A D | Instrumentation.cpp | 43 if (auto *AI = dyn_cast<AllocaInst>(I)) { in PrepareToSplitEntryBlock() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 87 AddressInfo AI; in MaybeReportErrorSummary() local 97 const AddressInfo &AI = Loc.getSymbolizedStack()->info; in MaybeReportErrorSummary() local 448 const AddressInfo &AI in IsPCSuppressed() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUArgumentUsageInfo.cpp | 153 AMDGPUFunctionArgInfo AI; fixedABILayout() local [all...] |
H A D | AMDGPUPerfHintAnalysis.cpp | 128 if (auto AI = dyn_cast<AtomicCmpXchgInst>(Inst)) in getMemoryInstrPtrAndType() local 130 if (auto AI = dyn_cast<AtomicRMWInst>(Inst)) in getMemoryInstrPtrAndType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 433 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, in untagAlloca() argument 411 tagAlloca(AllocaInst * AI,Instruction * InsertBefore,Value * Ptr,uint64_t Size) tagAlloca() argument 447 AllocaInst *AI = Info.AI; insertBaseTaggedPointer() local 525 AllocaInst *AI = Info.AI; runOnFunction() local [all...] |
H A D | AArch64SpeculationHardening.cpp | 501 for (MCRegAliasIterator AI(Op.getReg(), TRI, true); AI.isValid(); ++AI) in slhLoads() local 573 for (MCRegAliasIterator AI(Op.getReg(), TRI, true); AI.isValid(); ++AI) in expandSpeculationSafeValue() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ASanStackFrameLayout.h | 37 AllocaInst *AI; // The actual AllocaInst. member
|
H A D | MemoryTaggingSupport.h | 51 AllocaInst *AI; global() member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.cpp | 164 SmallVector<Instrument *> AI; in getActiveInstruments() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 62 initialize(MemoryMapper::AllocInfo & AI,OnInitializedFunction OnInitialized) initialize() argument 305 initialize(MemoryMapper::AllocInfo & AI,OnInitializedFunction OnInitialized) initialize() argument [all...] |