| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 153 unsigned HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in HexagonTTIImpl 157 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost() 188 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost() 215 return getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace, nullptr); in getInterleavedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 116 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 402 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in PPCTTIImpl 409 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost() 491 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace); in getInterleavedMemoryOpCost()
|
| H A D | PPCTargetTransformInfo.h | 87 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 91 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| H A D | SystemZTargetTransformInfo.cpp | 263 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, 0, 0); in getUnrollingPreferences() 976 int SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in SystemZTTIImpl
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 134 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| H A D | AArch64TargetTransformInfo.cpp | 620 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Ty, in getMemoryOpCost() function in AArch64TTIImpl 692 Cost += getMemoryOpCost(Instruction::Store, I, 128, 0) + in getCostOfKeepingLiveOverCall() 693 getMemoryOpCost(Instruction::Load, I, 128, 0); in getCostOfKeepingLiveOverCall()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 497 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in TargetTransformInfo 503 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost() 1039 return getMemoryOpCost(I->getOpcode(), ValTy, in getInstructionThroughput() 1045 return getMemoryOpCost(I->getOpcode(), I->getType(), in getInstructionThroughput()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 167 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| H A D | ARMTargetTransformInfo.cpp | 549 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in ARMTTIImpl
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 78 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| H A D | X86TargetTransformInfo.cpp | 2183 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in X86TTIImpl 2202 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment, in getMemoryOpCost() 2232 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace); in getMaskedMemoryOpCost() 2250 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost() 2775 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSVectorCost() 2805 int MemoryOpCost = VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSScalarCost() 3044 getMemoryOpCost(Opcode, SingleMemOpTy, Alignment, AddressSpace); in getInterleavedMemoryOpCostAVX2() 3144 getMemoryOpCost(Opcode, SingleMemOpTy, Alignment, AddressSpace); in getInterleavedMemoryOpCostAVX512()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 810 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 1147 virtual int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 1490 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function 1492 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
|
| H A D | TargetTransformInfoImpl.h | 437 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 819 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, 871 Cost = static_cast<T *>(this)->getMemoryOpCost(Opcode, VecTy, Alignment,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5482 TTI.getMemoryOpCost(I->getOpcode(), ValTy->getScalarType(), Alignment, in getMemInstScalarizationCost() 5519 Cost += TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, I); in getConsecutiveMemOpCost() 5535 TTI.getMemoryOpCost(Instruction::Load, ValTy, Alignment, AS) + in getUniformMemOpCost() 5542 TTI.getMemoryOpCost(Instruction::Store, ValTy, Alignment, AS) + in getUniformMemOpCost() 5608 TTI.getMemoryOpCost(I->getOpcode(), ValTy, Alignment, AS, I); in getMemoryInstructionCost()
|
| H A D | SLPVectorizer.cpp | 2312 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, alignment, 0, VL0); in getEntryCost() 2318 TTI->getMemoryOpCost(Instruction::Load, VecTy, alignment, 0, VL0); in getEntryCost() 2330 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, alignment, 0, VL0); in getEntryCost() 2336 TTI->getMemoryOpCost(Instruction::Store, VecTy, alignment, 0, VL0); in getEntryCost()
|