HomeSort by relevance Sort by last modified time
    Searched refs:getAddressComputationCost (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 416 virtual unsigned getAddressComputationCost(Type *Ty,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 223 unsigned TargetTransformInfo::getAddressComputationCost(Type *Tp,
225 return PrevTTI->getAddressComputationCost(Tp, IsComplex);
608 unsigned getAddressComputationCost(Type *Tp, bool) const override {
CostModel.cpp 387 return TTI->getAddressComputationCost(ValTy);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 120 unsigned getAddressComputationCost( Type *Ty, bool IsComplex) const override;
624 unsigned BasicTTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 120 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) const override;
426 unsigned AArch64TTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 99 unsigned getAddressComputationCost(Type *PtrTy,
824 unsigned X86TTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
834 return TargetTransformInfo::getAddressComputationCost(Ty, IsComplex);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 126 unsigned getAddressComputationCost(Type *Val,
429 unsigned ARMTTI::getAddressComputationCost(Type *Ty, bool IsComplex) const {
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 245 milliseconds