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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp84 PromoteCastOfAllocation(BitCastInst &CI, AllocaInst &AI) argument
[all...]
H A DInstructionCombining.cpp2432 static bool isAllocSiteRemovable(Instruction *AI, argument
2418 isNeverEqualToUnescapedAlloc(Value *V, const TargetLibraryInfo *TLI, Instruction *AI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp722 Function::arg_iterator AI = F->arg_begin(); ++AI; local
H A DAddressSanitizer.cpp902 AllocaInst *AI; member in struct:__anon4572::FunctionStackPoisoner::AllocaPoisonCall
1028 void visitAllocaInst(AllocaInst &AI) { argument
1324 isInterestingAlloca(const AllocaInst &AI) argument
2666 AllocaInst *AI = dyn_cast<AllocaInst>(Arg->stripPointerCasts()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp648 unsigned ARMFastISel::fastMaterializeAlloca(const AllocaInst *AI) { argument
788 const AllocaInst *AI = cast<AllocaInst>(Obj); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2533 void HexagonFrameLowering::expandAlloca(MachineInstr *AI, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1681 EquivalenceClasses<MemAccessInfo>::member_iterator AI = local
[all...]
H A DMemorySSA.cpp1608 auto AI = find_if_not( local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp633 EmitVAArgInstr(CodeGenFunction &CGF, Address VAListAddr, QualType Ty, const ABIArgInfo &AI) argument
1066 auto AI = ABIArgInfo::getDirect(T); local
[all...]
H A DCGDebugInfo.cpp4378 void CGDebugInfo::EmitDeclareOfArgVariable(const VarDecl *VD, llvm::Value *AI, argument
H A DMicrosoftCXXABI.cpp4325 Address AI = CGF.CreateMemTemp(ThrowType); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h438 ConstantInt *getInt(const APInt &AI) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp322 auto AI = Attr.alignments_begin(); local
H A DSemaDeclAttr.cpp240 static bool checkUInt32Argument(Sema &S, const AttrInfo &AI, const Expr *Expr, argument
264 << &AI << /*non-negative*/ 1; local
276 static bool checkPositiveIntArgument(Sema &S, const AttrInfo &AI, const Expr *Expr, argument
322 checkFunctionOrMethodParameterIndex( Sema &S, const Decl *D, const AttrInfo &AI, unsigned AttrArgNum, const Expr *IdxExpr, ParamIdx &Idx, bool CanIndexImplicitThis = false) argument
843 checkParamIsIntegerType(Sema &S, const FunctionDecl *FD, const AttrInfo &AI, unsigned AttrArgNo) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1165 as_iterator AI = asMap.find(AS); local
[all...]
H A DVerifier.cpp189 void Write(const APInt *AI) { argument
3607 visitAllocaInst(AllocaInst &AI) argument
4632 AllocaInst *AI = local
4671 auto *AI = dyn_cast<AllocaInst>(Arg->stripPointerCasts()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2940 const AllocaInst &AI = cast<AllocaInst>(I); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp356 unsigned AArch64FastISel::fastMaterializeAlloca(const AllocaInst *AI) { argument
668 const AllocaInst *AI = cast<AllocaInst>(Obj); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2903 emitMaskedAtomicRMWIntrinsic( IRBuilder< &Builder, AtomicRMWInst *AI, Value *AlignedAddr, Value *Incr, Value *Mask, Value *ShiftAmt, AtomicOrdering Ord) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1845 emitMaskedAtomicRMWIntrinsic(IRBuilder< &Builder, AtomicRMWInst *AI, Value *AlignedAddr, Value *Incr, Value *Mask, Value *ShiftAmt, AtomicOrdering Ord) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4844 AllocaInst *AI = new AllocaInst(Ty, AS, Size, *Align); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4752 Instruction *AI = variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9538 const AllocaInst *AI = cast<AllocaInst>(Dst); local
9593 const AllocaInst *AI = ArgCopyIter->second.first; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1965 AllocaInst *AI; local

Completed in 488 milliseconds

123