Home
last modified time | relevance | path

Searched refs:getMemoryOpCost (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.cpp154 unsigned HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in HexagonTTIImpl
160 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
198 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
225 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()
DHexagonTargetTransformInfo.h115 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h91 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
DSystemZTargetTransformInfo.cpp262 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0); in getUnrollingPreferences()
996 int SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in SystemZTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h102 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
DPPCTargetTransformInfo.cpp829 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in PPCTTIImpl
837 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
922 getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace); in getInterleavedMemoryOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h139 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
DAArch64TargetTransformInfo.cpp642 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Ty, in getMemoryOpCost() function in AArch64TTIImpl
714 Cost += getMemoryOpCost(Instruction::Store, I, Align(128), 0) + in getCostOfKeepingLiveOverCall()
715 getMemoryOpCost(Instruction::Load, I, Align(128), 0); in getCostOfKeepingLiveOverCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp651 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in TargetTransformInfo
657 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
1213 return getMemoryOpCost(I->getOpcode(), ValTy, in getInstructionThroughput()
1219 return getMemoryOpCost(I->getOpcode(), I->getType(), in getInstructionThroughput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h136 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
DX86TargetTransformInfo.cpp2436 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in X86TTIImpl
2456 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment, in getMemoryOpCost()
2489 return getMemoryOpCost(Opcode, SrcTy, MaybeAlign(Alignment), AddressSpace); in getMaskedMemoryOpCost()
2506 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost()
3243 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSVectorCost()
3273 int MemoryOpCost = VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSScalarCost()
3601 unsigned MemOpCost = getMemoryOpCost(Opcode, SingleMemOpTy, in getInterleavedMemoryOpCostAVX2()
3701 unsigned MemOpCost = getMemoryOpCost(Opcode, SingleMemOpTy, in getInterleavedMemoryOpCostAVX512()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h216 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
DARMTargetTransformInfo.cpp793 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in ARMTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h948 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
1331 virtual int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
1746 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment, in getMemoryOpCost() function
1748 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
DTargetTransformInfoImpl.h466 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment, in getMemoryOpCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h883 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
936 Cost = static_cast<T *>(this)->getMemoryOpCost(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5810 Cost += VF * TTI.getMemoryOpCost(I->getOpcode(), ValTy->getScalarType(), in getMemInstScalarizationCost()
5848 Cost += TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, I); in getConsecutiveMemOpCost()
5864 TTI.getMemoryOpCost(Instruction::Load, ValTy, Alignment, AS) + in getUniformMemOpCost()
5871 TTI.getMemoryOpCost(Instruction::Store, ValTy, Alignment, AS) + in getUniformMemOpCost()
5939 TTI.getMemoryOpCost(I->getOpcode(), ValTy, Alignment, AS, I); in getMemoryInstructionCost()
DSLPVectorizer.cpp3476 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, alignment, 0, VL0); in getEntryCost()
3482 TTI->getMemoryOpCost(Instruction::Load, VecTy, alignment, 0, VL0); in getEntryCost()
3497 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, Alignment, 0, VL0); in getEntryCost()
3501 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost()