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

  /external/llvm/lib/Target/AArch64/
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/
TargetTransformInfoImpl.h 308 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 466 unsigned getExtractWithExtendCost(unsigned Opcode, Type *Dst,
    [all...]

Completed in 60 milliseconds