Home
last modified time | relevance | path

Searched refs:getInterleavedMemoryOpCost (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp217 unsigned HexagonTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, in getInterleavedMemoryOpCost() function in HexagonTTIImpl
222 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
DHexagonTargetTransformInfo.h124 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h94 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
DSystemZTargetTransformInfo.cpp1061 int SystemZTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function in SystemZTTIImpl
1069 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h104 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
DPPCTargetTransformInfo.cpp902 int PPCTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function in PPCTTIImpl
910 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h175 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
DAArch64TargetTransformInfo.cpp680 int AArch64TTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function in AArch64TTIImpl
703 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h160 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
DX86TargetTransformInfo.cpp3567 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCostAVX2()
3574 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCostAVX2()
3586 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCostAVX2()
3607 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCostAVX2()
3666 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCostAVX2()
3683 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCostAVX512()
3799 int X86TTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, in getInterleavedMemoryOpCost() function in X86TTIImpl
3824 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h219 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
DARMTargetTransformInfo.cpp811 int ARMTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in ARMTTIImpl
844 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h976 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
1339 virtual int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
1760 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, in getInterleavedMemoryOpCost() function
1764 return Impl.getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
DTargetTransformInfoImpl.h482 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp680 int TargetTransformInfo::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in TargetTransformInfo
684 int Cost = TTIImpl->getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1209 InterleavedCost = TTI.getInterleavedMemoryOpCost( in combine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h915 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5915 unsigned Cost = TTI.getInterleavedMemoryOpCost( in getInterleaveGroupCost()