HomeSort by: relevance | last modified time | path
    Searched refs:getExtractWithExtendCost (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 151 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
AArch64TargetTransformInfo.cpp 853 InstructionCost AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 1111 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
1624 virtual InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
2110 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
2113 return Impl.getExtractWithExtendCost(Opcode, Dst, VecTy, Index);
TargetTransformInfoImpl.h 515 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 784 InstructionCost TargetTransformInfo::getExtractWithExtendCost(
787 TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1004 InstructionCost getExtractWithExtendCost(unsigned Opcode, Type *Dst,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 3647 // Use getExtractWithExtendCost() to calculate the cost of
3650 TTIRef.getExtractWithExtendCost(Ext->getOpcode(), Ext->getType(),
3790 // Use getExtractWithExtendCost() to calculate the cost of
3792 CommonCost -= TTI->getExtractWithExtendCost(
4457 ExtractCost += TTI->getExtractWithExtendCost(Extend, EU.Scalar->getType(),

Completed in 131 milliseconds