Searched defs:AI (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp148 AMDGPUFunctionArgInfo AI; local
[all...]
H A DAMDGPULowerKernelArguments.cpp65 AllocaInst *AI = dyn_cast<AllocaInst>(&*InsPt); local
H A DSIMachineFunctionInfo.cpp491 yaml::SIArgumentInfo AI; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h37 AllocaInst *AI; // The actual AllocaInst. member in struct:llvm::ASanStackVariableDescription
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp128 Function::arg_iterator AI = F.arg_begin(); local
H A DInliner.cpp175 AllocaInst *AI = IFI.StaticAllocas[AllocaNo]; local
[all...]
H A DMergeFunctions.cpp581 AllocaInst *AI = dyn_cast_or_null<AllocaInst>(DDI->getAddress()); local
H A DArgumentPromotion.cpp250 auto AI = CB.arg_begin(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h141 void switchToInterpreter(AbstractInterpreter *AI) { Interpreter = AI; } argument
H A DMiscompilation.cpp333 AbstractInterpreter *AI = BD.switchToSafeInterpreter(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp30 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); local
H A DCGBuiltin.cpp62 static void initializeAlloca(CodeGenFunction &CGF, AllocaInst *AI, Value *Size, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp165 bool StackProtector::HasAddressTaken(const Instruction *AI, argument
414 CreatePrologue(Function *F, Module *M, ReturnInst *RI, const TargetLoweringBase *TLI, AllocaInst *&AI) argument
441 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. local
588 const AllocaInst *AI = MFI.getObjectAllocation(I); local
[all...]
H A DSafeStack.cpp224 uint64_t SafeStack::getStaticAllocaAllocationSize(const AllocaInst* AI) { argument
[all...]
H A DStackColoring.cpp981 const AllocaInst *AI = dyn_cast_or_null<AllocaInst>(MMO->getValue()); local
1060 const AllocaInst *AI = dyn_cast_or_null<AllocaInst>(V); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp298 AllocaInst &AI; member in class:llvm::sroa::AllocaSlices
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp49 bool StackLifetime::isAliveAfter(const AllocaInst *AI, argument
82 const AllocaInst *AI = Allocas[AllocaNo]; local
H A DLint.cpp250 auto AI = I.arg_begin(), AE = I.arg_end(); local
[all...]
H A DStackSafetyAnalysis.cpp112 ConstantRange getStaticAllocaSizeRange(const AllocaInst &AI) { argument
300 const AllocaInst *AI local
738 const AllocaInst *AI = KV.first; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp201 APInt AI = FP.bitcastToAPInt(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp127 Function::arg_iterator AI = Wrapper->arg_begin(); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp89 AddressInfo AI; local
99 const AddressInfo &AI = Loc.getSymbolizedStack()->info; local
438 const AddressInfo &AI local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp64 bool llvm::isAllocaPromotable(const AllocaInst *AI) { argument
129 void AnalyzeAlloca(AllocaInst *AI) { argument
315 removeLifetimeIntrinsicUsers(AllocaInst *AI) argument
347 rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info, LargeBlockInfo &LBI, const DataLayout &DL, DominatorTree &DT, AssumptionCache *AC) argument
444 promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info, LargeBlockInfo &LBI, const DataLayout &DL, DominatorTree &DT, AssumptionCache *AC) argument
541 AllocaInst *AI = Allocas[AllocaNum]; local
768 ComputeLiveInBlocks( AllocaInst *AI, AllocaInfo &Info, const SmallPtrSetImpl<BasicBlock *> &DefBlocks, SmallPtrSetImpl<BasicBlock *> &LiveInBlocks) argument
935 DenseMap<AllocaInst *, unsigned>::iterator AI = AllocaLookup.find(Src); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp281 AllocaInst *AI; member in struct:__anon3875::AArch64StackTagging::AllocaInfo
410 bool AArch64StackTagging::isInterestingAlloca(const AllocaInst &AI) { argument
426 tagAlloca(AllocaInst *AI, Instruction *InsertBefore, Value *Ptr, uint64_t Size) argument
447 untagAlloca(AllocaInst *AI, Instruction *InsertBefore, uint64_t Size) argument
461 AllocaInst *AI = Info.AI; local
569 AllocaInst *AI = local
637 AllocaInst *AI = Info.AI; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp409 auto AI = Trampoline->arg_begin(); local

Completed in 167 milliseconds

123