| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 191 unsigned HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, in getMaskedMemoryOpCost() function in HexagonTTIImpl 193 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMaskedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 118 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 80 int getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
| H A D | X86TargetTransformInfo.cpp | 2226 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost() function in X86TTIImpl
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 814 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 D | TargetTransformInfoImpl.h | 442 unsigned getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMaskedMemoryOpCost() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 868 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 D | TargetTransformInfo.cpp | 508 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 D | LoopVectorize.cpp | 5517 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS); in getConsecutiveMemOpCost()
|