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

  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 102 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
AArch64TargetTransformInfo.cpp 294 int AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 296 int TargetTransformInfo::getExtractWithExtendCost(unsigned Opcode, Type *Dst,
299 int Cost = TTIImpl->getExtractWithExtendCost(Opcode, Dst, VecTy, Index);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 505 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
    [all...]
TargetTransformInfoImpl.h 308 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 466 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 297 milliseconds