Home
last modified time | relevance | path

Searched refs:getMemoryOpCost (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp159 InstructionCost HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in HexagonTTIImpl
170 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
211 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
245 return getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), AddressSpace, in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h119 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp155 getMemoryOpCost(Opcode, VTy->getElementType(), Alignment, 0, CostKind, I); in getGatherScatterOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h111 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
H A DSystemZTargetTransformInfo.cpp266 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0, in getUnrollingPreferences()
1066 InstructionCost SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in SystemZTTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp195 TTI.getMemoryOpCost(Instruction::Load, LoadTy, Alignment, AS); in vectorizeLoadInsert()
202 TTI.getMemoryOpCost(Instruction::Load, MinVecTy, Alignment, AS); in vectorizeLoadInsert()
876 InstructionCost OriginalCost = TTI.getMemoryOpCost( in scalarizeLoadExtract()
920 TTI.getMemoryOpCost(Instruction::Load, FixedVT->getElementType(), in scalarizeLoadExtract()
H A DLoopVectorize.cpp7017 TTI.getMemoryOpCost(I->getOpcode(), ValTy->getScalarType(), Alignment, in getMemInstScalarizationCost()
7065 Cost += TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, in getConsecutiveMemOpCost()
7087 TTI.getMemoryOpCost(Instruction::Load, ValTy, Alignment, AS, in getUniformMemOpCost()
7095 TTI.getMemoryOpCost(Instruction::Store, ValTy, Alignment, AS, in getUniformMemOpCost()
7291 TTI.getMemoryOpCost(I->getOpcode(), ValTy, Alignment, AS, in getMemoryInstructionCost()
H A DSLPVectorizer.cpp4117 InstructionCost ScalarEltCost = TTI->getMemoryOpCost( in getEntryCost()
4125 VecLdCost = TTI->getMemoryOpCost(Instruction::Load, VecTy, Alignment, 0, in getEntryCost()
4146 InstructionCost ScalarEltCost = TTI->getMemoryOpCost( in getEntryCost()
4149 InstructionCost VecStCost = TTI->getMemoryOpCost( in getEntryCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h127 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
H A DPPCTargetTransformInfo.cpp1111 InstructionCost PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in PPCTTIImpl
1117 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
1125 BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind); in getMemoryOpCost()
1208 InstructionCost Cost = getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), in getInterleavedMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h542 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMemoryOpCost() function
1020 return TargetTTI->getMemoryOpCost(Opcode, ValTy, SI->getAlign(), in getUserCost()
1026 return TargetTTI->getMemoryOpCost(Opcode, U->getType(), LI->getAlign(), in getUserCost()
H A DTargetTransformInfo.h1109 getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
1626 virtual InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
2118 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMemoryOpCost() function
2122 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h204 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
H A DAArch64TargetTransformInfo.cpp1547 getMemoryOpCost(Opcode, VT->getElementType(), Alignment, 0, CostKind, I); in getGatherScatterOpCost()
1555 InstructionCost AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Ty, in getMemoryOpCost() function in AArch64TTIImpl
1563 return BaseT::getMemoryOpCost(Opcode, Ty, Alignment, AddressSpace, in getMemoryOpCost()
1645 Cost += getMemoryOpCost(Instruction::Store, I, Align(128), 0, CostKind) + in getCostOfKeepingLiveOverCall()
1646 getMemoryOpCost(Instruction::Load, I, Align(128), 0, CostKind); in getCostOfKeepingLiveOverCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h147 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
H A DX86TargetTransformInfo.cpp3324 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost()
3326 getMemoryOpCost(Instruction::Load, ScalarType, SclAlign, 0, in getVectorInstrCost()
3331 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost()
3333 getMemoryOpCost(Instruction::Store, ScalarType, SclAlign, 0, in getVectorInstrCost()
3335 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, in getVectorInstrCost()
3508 InstructionCost X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in X86TTIImpl
3530 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
3566 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
4611 VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSScalarCost()
4951 InstructionCost MemOpCosts = getMemoryOpCost( in getInterleavedMemoryOpCostAVX2()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h238 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
H A DARMTargetTransformInfo.cpp1391 InstructionCost ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in ARMTTIImpl
1402 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
1433 return BaseCost * BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp817 InstructionCost TargetTransformInfo::getMemoryOpCost( in getMemoryOpCost() function in TargetTransformInfo
822 InstructionCost Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, in getMemoryOpCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1394 TTI.getMemoryOpCost(Instruction::Load, V->getType(), Align(1), 0, in findCostOutputReloads()
1428 TTI.getMemoryOpCost(Instruction::Load, V->getType(), Align(1), 0, in findCostForOutputBlocks()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h213 getMemoryOpCost(Opcode, VT->getElementType(), Alignment, 0, CostKind)); in getCommonMaskedMemoryOpCost()
1105 InstructionCost getMemoryOpCost(unsigned Opcode, Type *Src,
1183 Cost = thisT()->getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace,