Searched refs:getScalarizationOverhead (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp40 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
262 unsigned BasicTTI::getScalarizationOverhead(Type *Ty, bool Insert, function in class:BasicTTI
326 return getScalarizationOverhead(Ty, true, true) + Num * Cost;
434 return getScalarizationOverhead(Dst, true, true) + Num * Cost;
442 return (Src->isVectorTy()? getScalarizationOverhead(Src, false, true):0) +
443 (Dst->isVectorTy()? getScalarizationOverhead(Dst, true, false):0);
484 return getScalarizationOverhead(ValTy, true, false) + Num * Cost;
524 Cost += getScalarizationOverhead(Src, Opcode != Instruction::Store,
541 ScalarizationCost = getScalarizationOverhead(RetTy, true, false);
546 ScalarizationCost += getScalarizationOverhead(Ty
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp46 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
763 unsigned X86TTI::getScalarizationOverhead(Type *Ty, bool Insert, function in class:X86TTI
801 unsigned SplitCost = getScalarizationOverhead(Src,
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp45 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;

Completed in 166 milliseconds