Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp191 unsigned HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, in getMaskedMemoryOpCost() function in HexagonTTIImpl
193 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
H A DHexagonTargetTransformInfo.h118 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h80 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
H A DX86TargetTransformInfo.cpp2226 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost() function in X86TTIImpl
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h814 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
1149 virtual int getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
1494 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function
1496 return Impl.getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
H A DTargetTransformInfoImpl.h442 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h868 Cost = static_cast<T *>(this)->getMaskedMemoryOpCost(
1231 ->getMaskedMemoryOpCost(Instruction::Store, Tys[0], 0, 0);
1234 ->getMaskedMemoryOpCost(Instruction::Load, RetTy, 0, 0);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp508 int TargetTransformInfo::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in TargetTransformInfo
512 TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5517 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS); in getConsecutiveMemOpCost()