Searched defs:AccessTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DLoads.cpp149 Type *AccessTy = cast<PointerType>(Ptr->getType())->getElementType(); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp647 Type *AccessTy; local
887 Type *AccessTy; member in class:__anon2739::AddressingModeMatcher
910 static ExtAddrMode Match(Value *V, Type *AccessTy, argument
1457 OptimizeMemoryInst(Instruction *MemoryInst, Value *Addr, Type *AccessTy) argument
[all...]
H A DLoopStrengthReduce.cpp637 Type *AccessTy = Inst->getType(); local
1162 Type *AccessTy; member in class:__anon2772::LSRUse
1291 OS << *AccessTy; local
1319 isLegalUse(const TargetTransformInfo &TTI, LSRUse::KindType Kind, Type *AccessTy, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale) argument
1372 isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, int64_t MaxOffset, LSRUse::KindType Kind, Type *AccessTy, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale) argument
1391 isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, int64_t MaxOffset, LSRUse::KindType Kind, Type *AccessTy, const Formula &F) argument
1458 isAlwaysFoldable(const TargetTransformInfo &TTI, LSRUse::KindType Kind, Type *AccessTy, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg) argument
1479 isAlwaysFoldable(const TargetTransformInfo &TTI, ScalarEvolution &SE, int64_t MinOffset, int64_t MaxOffset, LSRUse::KindType Kind, Type *AccessTy, const SCEV *S, bool HasBaseReg) argument
2177 reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg, LSRUse::KindType Kind, Type *AccessTy) argument
2219 getUse(const SCEV *&Expr, LSRUse::KindType Kind, Type *AccessTy) argument
2929 Type *AccessTy = 0; local
[all...]

Completed in 45 milliseconds