/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 707 unsigned GCNTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function in GCNTTIImpl 727 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost() 800 return getShuffleCost(TTI::SK_ExtractSubvector, SrcTy, SubIndex, Ty); in getUserCost() 809 return getShuffleCost(TTI::SK_Reverse, Ty, 0, nullptr); in getUserCost() 812 return getShuffleCost(TTI::SK_Select, Ty, 0, nullptr); in getUserCost() 815 return getShuffleCost(TTI::SK_Transpose, Ty, 0, nullptr); in getUserCost() 818 return getShuffleCost(TTI::SK_Broadcast, Ty, 0, nullptr); in getUserCost() 821 return getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, 0, nullptr); in getUserCost() 823 return getShuffleCost(TTI::SK_PermuteTwoSrc, Ty, 0, nullptr); in getUserCost()
|
D | AMDGPUTargetTransformInfo.h | 204 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 605 int TargetTransformInfo::getShuffleCost(ShuffleKind Kind, Type *Ty, int Index, in getShuffleCost() function in TargetTransformInfo 607 int Cost = TTIImpl->getShuffleCost(Kind, Ty, Index, SubTp); in getShuffleCost() 1305 return TTIImpl->getShuffleCost(SK_ExtractSubvector, SrcTy, SubIndex, Ty); in getInstructionThroughput() 1314 return TTIImpl->getShuffleCost(SK_Reverse, Ty, 0, nullptr); in getInstructionThroughput() 1317 return TTIImpl->getShuffleCost(SK_Select, Ty, 0, nullptr); in getInstructionThroughput() 1320 return TTIImpl->getShuffleCost(SK_Transpose, Ty, 0, nullptr); in getInstructionThroughput() 1323 return TTIImpl->getShuffleCost(SK_Broadcast, Ty, 0, nullptr); in getInstructionThroughput() 1326 return TTIImpl->getShuffleCost(SK_PermuteSingleSrc, Ty, 0, nullptr); in getInstructionThroughput() 1328 return TTIImpl->getShuffleCost(SK_PermuteTwoSrc, Ty, 0, nullptr); in getInstructionThroughput()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 80 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
|
D | SystemZTargetTransformInfo.cpp | 513 int SystemZTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function in SystemZTTIImpl 547 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 120 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,
|
D | HexagonTargetTransformInfo.cpp | 206 unsigned HexagonTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, in getShuffleCost() function in HexagonTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 96 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
|
D | PPCTargetTransformInfo.cpp | 728 int PPCTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function in PPCTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 213 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
|
D | AArch64TargetTransformInfo.cpp | 956 int AArch64TTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function in AArch64TTIImpl 1006 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 678 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function 1625 ConcreteTTI->getShuffleCost(TTI::SK_ExtractSubvector, Ty, in getArithmeticReductionCost() 1646 ConcreteTTI->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getArithmeticReductionCost() 1686 ConcreteTTI->getShuffleCost(TTI::SK_ExtractSubvector, Ty, in getMinMaxReductionCost() 1710 ConcreteTTI->getShuffleCost(TTI::SK_PermuteSingleSrc, Ty, in getMinMaxReductionCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 130 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
|
D | X86TargetTransformInfo.cpp | 889 int X86TTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function in X86TTIImpl 936 int ExtractCost = getShuffleCost(TTI::SK_ExtractSubvector, VecTy, in getShuffleCost() 974 getShuffleCost(TTI::SK_PermuteTwoSrc, SingleOpTy, 0, nullptr); in getShuffleCost() 977 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost() 1270 return BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost() 2518 Cost += getShuffleCost(TTI::SK_PermuteTwoSrc, SrcVTy, 0, nullptr) + in getMaskedMemoryOpCost() 2519 getShuffleCost(TTI::SK_PermuteTwoSrc, MaskTy, 0, nullptr); in getMaskedMemoryOpCost() 2525 Cost += getShuffleCost(TTI::SK_InsertSubvector, NewMaskTy, 0, MaskTy); in getMaskedMemoryOpCost() 3732 getShuffleCost(ShuffleKind, SingleMemOpTy, 0, nullptr); in getInterleavedMemoryOpCostAVX512() 3788 getShuffleCost(TTI::SK_PermuteTwoSrc, SingleMemOpTy, 0, nullptr); in getInterleavedMemoryOpCostAVX512()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 168 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
|
D | ARMTargetTransformInfo.cpp | 575 int ARMTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function in ARMTTIImpl 666 return BaseCost * BaseT::getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 919 int getShuffleCost(ShuffleKind Kind, Type *Tp, int Index = 0, 1320 virtual int getShuffleCost(ShuffleKind Kind, Type *Tp, int Index, 1724 int getShuffleCost(ShuffleKind Kind, Type *Tp, int Index, in getShuffleCost() function 1726 return Impl.getShuffleCost(Kind, Tp, Index, SubTp); in getShuffleCost()
|
D | TargetTransformInfoImpl.h | 442 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Ty, int Index, in getShuffleCost() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3237 TTI->getShuffleCost(TargetTransformInfo::SK_PermuteSingleSrc, VecTy); in getEntryCost() 3244 TTI->getShuffleCost(TargetTransformInfo::SK_Broadcast, VecTy, 0); in getEntryCost() 3250 int Cost = TTI->getShuffleCost(ShuffleKind.getValue(), VecTy); in getEntryCost() 3311 DeadCost += TTI->getShuffleCost( in getEntryCost() 3485 VecLdCost += TTI->getShuffleCost( in getEntryCost() 3505 VecStCost += TTI->getShuffleCost( in getEntryCost() 3580 VecCost += TTI->getShuffleCost(TargetTransformInfo::SK_Select, VecTy, 0); in getEntryCost() 3834 Cost += TTI->getShuffleCost(TargetTransformInfo::SK_PermuteSingleSrc, Ty); in getGatherCost()
|
D | LoopVectorize.cpp | 5852 Cost += TTI.getShuffleCost(TargetTransformInfo::SK_Reverse, VectorTy, 0); in getConsecutiveMemOpCost() 5865 TTI.getShuffleCost(TargetTransformInfo::SK_Broadcast, VectorTy); in getUniformMemOpCost() 5924 TTI.getShuffleCost(TargetTransformInfo::SK_Reverse, VectorTy, 0); in getInterleaveGroupCost() 6204 return TTI.getShuffleCost(TargetTransformInfo::SK_ExtractSubvector, in getInstructionCost()
|