Home
last modified time | relevance | path

Searched refs:getMaskedMemoryOpCost (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp217 HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in HexagonTTIImpl
220 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
H A DHexagonTargetTransformInfo.h123 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp212 RISCVTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function in RISCVTTIImpl
216 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
H A DRISCVTargetTransformInfo.h71 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h155 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
H A DAArch64TargetTransformInfo.cpp2204 AArch64TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in AArch64TTIImpl
2208 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h162 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
H A DX86TargetTransformInfo.cpp4196 X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, Align Alignment, in getMaskedMemoryOpCost() function in X86TTIImpl
5547 MemOpCost = getMaskedMemoryOpCost(Opcode, SingleMemOpTy, Alignment, in getInterleavedMemoryOpCostAVX512()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h260 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
H A DARMTargetTransformInfo.cpp1498 ARMTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function in ARMTTIImpl
1508 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1192 InstructionCost getMaskedMemoryOpCost(
1756 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
2309 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function
2312 return Impl.getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
H A DTargetTransformInfoImpl.h596 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1235 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost() function
1271 Cost = thisT()->getMaskedMemoryOpCost(Opcode, VecTy, Alignment,
1772 return thisT()->getMaskedMemoryOpCost(Instruction::Store, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost()
1778 return thisT()->getMaskedMemoryOpCost(Instruction::Load, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp893 InstructionCost TargetTransformInfo::getMaskedMemoryOpCost( in getMaskedMemoryOpCost() function in TargetTransformInfo
896 InstructionCost Cost = TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, in getMaskedMemoryOpCost()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1461 return getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind); in getVPMemoryOpCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6374 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, in getConsecutiveMemOpCost()