| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetTransformInfo.cpp | 216 HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in HexagonTTIImpl 219 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| D | HexagonTargetTransformInfo.h | 124 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.h | 152 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| D | X86TargetTransformInfo.cpp | 3663 X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, Align Alignment, in getMaskedMemoryOpCost() function in X86TTIImpl
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.h | 148 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
|
| D | AArch64TargetTransformInfo.cpp | 1505 AArch64TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in AArch64TTIImpl 1509 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.h | 243 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src,
|
| D | ARMTargetTransformInfo.cpp | 1438 ARMTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function in ARMTTIImpl 1448 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfo.h | 1115 InstructionCost getMaskedMemoryOpCost( 1632 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, 2125 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function 2128 return Impl.getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| D | TargetTransformInfoImpl.h | 549 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 1149 InstructionCost getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, in getMaskedMemoryOpCost() function 1180 Cost = thisT()->getMaskedMemoryOpCost(Opcode, VecTy, Alignment, 1650 return thisT()->getMaskedMemoryOpCost(Instruction::Store, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost() 1656 return thisT()->getMaskedMemoryOpCost(Instruction::Load, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 828 InstructionCost TargetTransformInfo::getMaskedMemoryOpCost( in getMaskedMemoryOpCost() function in TargetTransformInfo 831 InstructionCost Cost = TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, in getMaskedMemoryOpCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 7068 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, in getConsecutiveMemOpCost()
|