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

12

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp611 AllocaInst *AI = cast<AllocaInst>(V); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1038 CallSite::arg_iterator AI = CS.arg_begin(); local
[all...]
H A DInstCombineCasts.cpp79 PromoteCastOfAllocation(BitCastInst &CI, AllocaInst &AI) argument
[all...]
H A DInstructionCombining.cpp1404 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakVH> &Users, argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1003 FunctionProtoType::arg_type_iterator AI = FPT->arg_type_begin(); local
1004 DeleteArgs.add(RValue::get(Ptr), *AI++); local
1008 DeleteArgs.add(RValue::get(AllocSize), *AI++); local
1058 FunctionProtoType::arg_type_iterator AI = FPT->arg_type_begin(); local
H A DCGCall.cpp549 ExpandTypeFromArgs(QualType Ty, LValue LV, llvm::Function::arg_iterator AI) argument
1120 const ABIArgInfo &AI = it->info; local
1238 llvm::Function::arg_iterator AI = Fn->arg_begin(); local
2305 llvm::AllocaInst *AI = CreateMemTemp(I->Ty); local
2340 llvm::AllocaInst *AI = CreateMemTemp(I->Ty); local
[all...]
H A DCGObjC.cpp1389 const ABIArgInfo &AI = it->info; local
H A DCGDebugInfo.cpp2918 void CGDebugInfo::EmitDeclareOfArgVariable(const VarDecl *VD, llvm::Value *AI, argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp101 AllocaInst *AI; member in struct:__anon2824::SROA::AllocaInfo
332 TryConvert(AllocaInst *AI) argument
1046 AllocaInst *AI; member in class:__anon2827::AllocaPromoter
1055 run(AllocaInst *AI, const SmallVectorImpl<Instruction*> &Insts) argument
1239 tryToMakeAllocaBePromotable(AllocaInst *AI, const DataLayout *TD) argument
1433 AllocaInst *AI = Allocas[i]; local
1453 ShouldAttemptScalarRepl(AllocaInst *AI) argument
1480 AllocaInst *AI = WorkList.back(); local
1539 DoScalarReplacement(AllocaInst *AI, std::vector<AllocaInst*> &WorkList) argument
1867 RewriteForScalarRepl(Instruction *I, AllocaInst *AI, uint64_t Offset, SmallVectorImpl<AllocaInst *> &NewElts) argument
1981 RewriteBitCast(BitCastInst *BC, AllocaInst *AI, uint64_t Offset, SmallVectorImpl<AllocaInst *> &NewElts) argument
2039 RewriteGEP(GetElementPtrInst *GEPI, AllocaInst *AI, uint64_t Offset, SmallVectorImpl<AllocaInst *> &NewElts) argument
2100 RewriteLifetimeIntrinsic(IntrinsicInst *II, AllocaInst *AI, uint64_t Offset, SmallVectorImpl<AllocaInst *> &NewElts) argument
2157 RewriteMemIntrinUserOfAlloca(MemIntrinsic *MI, Instruction *Inst, AllocaInst *AI, SmallVectorImpl<AllocaInst *> &NewElts) argument
2331 RewriteStoreUserOfWholeAlloca(StoreInst *SI, AllocaInst *AI, SmallVectorImpl<AllocaInst *> &NewElts) argument
2446 RewriteLoadUserOfWholeAlloca(LoadInst *LI, AllocaInst *AI, SmallVectorImpl<AllocaInst *> &NewElts) argument
2570 isSafeAllocaToScalarRepl(AllocaInst *AI) argument
[all...]
H A DSROA.cpp258 AllocaInst &AI; member in class:__anon2816::AllocaSlices
328 SliceBuilder(const DataLayout &DL, AllocaInst &AI, AllocaSlices &S) argument
656 AllocaSlices::AllocaSlices(const DataLayout &DL, AllocaInst &AI) argument
710 OS << "Slices of alloca: " << AI << "\\n"; local
729 AllocaInst &AI; member in class:__anon2817::AllocaPromoter
736 AllocaPromoter(const SmallVectorImpl<Instruction *> &Insts, SSAUpdater &S, AllocaInst &AI, DIBuilder &DIB) argument
3051 rewritePartition(AllocaInst &AI, AllocaSlices &S, AllocaSlices::iterator B, AllocaSlices::iterator E, int64_t BeginOffset, int64_t EndOffset, ArrayRef<AllocaSlices::iterator> SplitUses) argument
3219 splitAlloca(AllocaInst &AI, AllocaSlices &S) argument
3334 runOnAlloca(AllocaInst &AI) argument
3473 AllocaInst *AI = PromotableAllocas[Idx]; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp605 as_iterator AI = asMap.find(AS); local
[all...]
H A DVerifier.cpp1863 void Verifier::visitAllocaInst(AllocaInst &AI) { argument
2336 AllocaInst *AI = local
[all...]
H A DCore.cpp1554 Function::arg_iterator AI = unwrap<Function>(FnRef)->arg_begin(); local
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp365 const AllocaInst *AI = cast<AllocaInst>(Obj); local
2046 unsigned PPCFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp455 Function::arg_iterator AI = F->arg_begin(); ++AI; local
H A DAddressSanitizer.cpp429 AllocaInst *AI; member in struct:__anon2737::FunctionStackPoisoner::AllocaPoisonCall
477 void visitAllocaInst(AllocaInst &AI) { argument
1402 AllocaInst *AI = AllocaVec[i]; local
1537 AllocaInst *AI = AllocaVec[i]; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp792 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) { argument
929 const AllocaInst *AI = cast<AllocaInst>(Obj); local
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h286 ConstantInt *getInt(const APInt &AI) { argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1287 CallExpr::const_arg_iterator AI = CE->arg_begin(), AE = CE->arg_end(); local

Completed in 282 milliseconds

12