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

1234

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp164 SmallVector<Instrument *> AI; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp153 AMDGPUFunctionArgInfo AI; local
[all...]
H A DAMDGPUPromoteKernelArguments.cpp142 AllocaInst *AI = dyn_cast<AllocaInst>(&*InsPt); local
H A DAMDGPULowerKernelArguments.cpp89 AllocaInst *AI = dyn_cast<AllocaInst>(&*InsPt); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h37 AllocaInst *AI; // The actual AllocaInst. member in struct:llvm::ASanStackVariableDescription
H A DMemoryTaggingSupport.h51 AllocaInst *AI; member in struct:llvm::memtag::AllocaInfo
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp29 MemoryMapper::AllocInfo AI; variable
H A DMemoryMapper.cpp62 void InProcessMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, argument
305 void SharedMemoryMapper::initialize(MemoryMapper::AllocInfo &AI, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp119 Function::arg_iterator AI = Wrapper->arg_begin(); local
H A DWebAssemblyFrameLowering.cpp64 const AllocaInst *AI = MFI.getObjectAllocation(FrameIndex); local
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h128 void switchToInterpreter(AbstractInterpreter *AI) { Interpreter = AI; } argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h46 auto AI = A.begin(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp30 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); local
H A DABIInfoImpl.cpp377 EmitVAArgInstr(CodeGenFunction &CGF, Address VAListAddr, QualType Ty, const ABIArgInfo &AI) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp45 bool StackLifetime::isAliveAfter(const AllocaInst *AI, argument
66 const AllocaInst *AI = findAllocaForValue(II.getArgOperand(1), true); local
98 const AllocaInst *AI = findMatchingAlloca(*II, DL); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h241 APInt AI = A.V; local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp279 ABIArgInfo AI = classifyType(Ty, 16 * 8); local
H A DSystemZ.cpp266 ABIArgInfo AI = classifyArgumentType(Ty); local
H A DXCore.cpp147 ABIArgInfo AI = classifyArgumentType(Ty); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp273 APInt AI = FP.bitcastToAPInt(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp342 const auto *AI = dyn_cast<AllocaInst>(V); local
H A DMemoryTaggingSupport.cpp127 AllocaInst *AI = findAllocaForValue(II->getArgOperand(1)); local
157 isInterestingAlloca(const AllocaInst &AI) argument
175 getAllocaSizeInBytes(const AllocaInst &AI) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp217 auto *AI = CB.arg_begin(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h360 bool visitAllocaInst(AllocaInst &AI) { return false; } argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp93 const AllocaInst *AI = MFI.getObjectAllocation(I); local
255 static bool HasAddressTaken(const Instruction *AI, TypeSize AllocSize, argument
535 CreatePrologue(Function *F, Module *M, Instruction *CheckLoc, const TargetLoweringBase *TLI, AllocaInst *&AI) argument
560 AllocaInst *AI = nullptr; // Place on stack that stores the stack guard. local
[all...]

Completed in 308 milliseconds

1234