Searched defs:AI (Results 26 - 50 of 74) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp195 llvm::Function::arg_iterator AI = Fn->arg_begin(); local
H A DCGCall.cpp1019 ExpandTypeFromArgs(QualType Ty, LValue LV, llvm::Function::arg_iterator &AI) argument
[all...]
H A DCGCleanup.cpp449 auto *AI = dyn_cast<llvm::AllocaInst>(Inst); local
H A DCGException.cpp1803 auto AI = CurFn->arg_begin(); local
2047 auto AI = CurFn->arg_begin(); local
H A DCodeGenFunction.cpp1010 auto AI = CurFn->arg_begin(); local
H A DCGExprCXX.cpp1358 auto AI = FPT->param_type_begin(), AE = FPT->param_type_end(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp41 MacroInfo::param_iterator AI = MI.param_begin(), E = MI.param_end(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h122 auto AI = ABIArgInfo(Direct); local
130 auto AI = getDirect(T); local
137 auto AI local
147 auto AI = ABIArgInfo(Extend); local
165 auto AI = getExtend(Ty, T); local
175 auto AI = ABIArgInfo(Indirect); local
185 auto AI = getIndirect(Alignment, ByVal, Realign); local
190 auto AI = ABIArgInfo(InAlloca); local
196 auto AI = ABIArgInfo(Expand); local
202 auto AI = getExpand(); local
241 auto AI = ABIArgInfo(CoerceAndExpand); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1746 static std::string APIntToHexString(const APInt &AI) { argument
H A DTargetLoweringBase.cpp2106 TargetLoweringBase::getAtomicMemOperandFlags(const Instruction &AI, argument
H A DAtomicExpandPass.cpp457 AtomicRMWInst *AI = local
533 bool AtomicExpand::tryExpandAtomicRMW(AtomicRMWInst *AI) { argument
760 expandPartwordAtomicRMW( AtomicRMWInst *AI, TargetLoweringBase::AtomicExpansionKind ExpansionKind) argument
796 widenPartwordAtomicRMW(AtomicRMWInst *AI) argument
966 expandAtomicRMWToMaskedIntrinsic(AtomicRMWInst *AI) argument
1465 expandAtomicRMWToCmpXchg(AtomicRMWInst *AI, CreateCmpXchgInstFun CreateCmpXchg) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp158 static bool isDereferenceableForAllocaSize(const Value *V, const AllocaInst *AI, argument
169 static Instruction *simplifyAllocaArraySize(InstCombiner &IC, AllocaInst &AI) { argument
148 isOnlyCopiedFromConstantMemory(AAResults *AA, AllocaInst *AI, SmallVectorImpl<Instruction *> &ToDelete) argument
326 visitAllocaInst(AllocaInst &AI) argument
[all...]
H A DInstCombineAddSub.cpp953 const APInt *AI; local
960 C <<= *AI; local
971 const APInt *AI; local
993 const APInt *AI; local
1005 C <<= *AI; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp318 const auto *AI = cast<AllocaInst>(Obj); local
596 unsigned WebAssemblyFastISel::fastMaterializeAlloca(const AllocaInst *AI) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1831 RelocAddrMap::const_iterator AI = Sec.Relocs.find(Pos); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp754 static uint64_t getAllocaSizeInBytes(const AllocaInst &AI) { argument
766 bool HWAddressSanitizer::tagAlloca(IRBuilder<> &IRB, AllocaInst *AI, argument
846 getAllocaTag(IRBuilder< &IRB, Value *StackTag, AllocaInst *AI, unsigned AllocaNo) argument
1022 auto *AI = Allocas[N]; local
1062 isInterestingAlloca(const AllocaInst &AI) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1243 mergeInValue(getStructValueState(&*AI, i), &*AI, CallArg, local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp376 AllocaInst *AI = cast<AllocaInst>(Addr->stripInBoundsConstantOffsets()); local
941 Function::arg_iterator AI = newFunction->arg_begin(); local
[all...]
H A DInlineFunction.cpp1421 static bool hasLifetimeMarkers(AllocaInst *AI) { argument
1772 auto AI = CB.arg_begin(); local
1919 AllocaInst *AI = dyn_cast<AllocaInst>(I++); local
2048 AllocaInst *AI = IFI.StaticAllocas[ai]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1174 unsigned AI, AE; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp337 unsigned MipsFastISel::fastMaterializeAlloca(const AllocaInst *AI) { argument
531 const AllocaInst *AI = cast<AllocaInst>(Obj); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp392 const AllocaInst *AI = cast<AllocaInst>(Obj); local
2264 unsigned PPCFastISel::fastMaterializeAlloca(const AllocaInst *AI) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp224 int IRTranslator::getOrCreateFrameIndex(const AllocaInst &AI) { argument
1378 const AllocaInst *AI = dyn_cast<AllocaInst>(V); local
1402 auto AI = dyn_cast<AllocaInst>(Address); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h210 static void mapping(IO &YamlIO, SIArgumentInfo &AI) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp377 FieldId addFieldForAlloca(AllocaInst *AI, Spill *ForSpill = nullptr, argument
1220 isLocalAlloca(CoroAllocaAllocInst *AI) argument
1253 localAllocaNeedsStackSave(CoroAllocaAllocInst *AI) argument
1315 lowerNonLocalAlloca(CoroAllocaAllocInst *AI, coro::Shape &Shape, SmallVectorImpl<Instruction*> &DeadInsts) argument
[all...]

Completed in 189 milliseconds

123