/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 154 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()
|
D | HexagonTargetTransformInfo.h | 115 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 91 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | SystemZTargetTransformInfo.cpp | 262 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/ |
D | PPCTargetTransformInfo.h | 102 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | PPCTargetTransformInfo.cpp | 829 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/ |
D | AArch64TargetTransformInfo.h | 139 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | AArch64TargetTransformInfo.cpp | 642 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/ |
D | TargetTransformInfo.cpp | 651 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/ |
D | X86TargetTransformInfo.h | 136 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | X86TargetTransformInfo.cpp | 2436 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/ |
D | ARMTargetTransformInfo.h | 216 int getMemoryOpCost(unsigned Opcode, Type *Src, MaybeAlign Alignment,
|
D | ARMTargetTransformInfo.cpp | 793 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/ |
D | TargetTransformInfo.h | 948 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()
|
D | TargetTransformInfoImpl.h | 466 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/ |
D | BasicTTIImpl.h | 883 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/ |
D | LoopVectorize.cpp | 5810 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()
|
D | SLPVectorizer.cpp | 3476 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()
|