| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 222 HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in HexagonTTIImpl 225 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| H A D | HexagonTargetTransformInfo.h | 122 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 277 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| H A D | ARMTargetTransformInfo.cpp | 1600 ARMTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function in ARMTTIImpl 1612 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 185 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| H A D | X86TargetTransformInfo.cpp | 5394 X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, Align Alignment, in getMaskedMemoryOpCost() function in X86TTIImpl 6640 MemOpCost = getMaskedMemoryOpCost(Opcode, SingleMemOpTy, Alignment, in getInterleavedMemoryOpCostAVX512()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 142 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| H A D | RISCVTargetTransformInfo.cpp | 966 RISCVTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function in RISCVTTIImpl 971 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 178 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
|
| H A D | AArch64TargetTransformInfo.cpp | 4414 AArch64TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in AArch64TTIImpl 4418 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1527 getMaskedMemoryOpCost(unsigned Opcode, Type *DataTy, Align Alignment, in getMaskedMemoryOpCost() function 1587 Cost = thisT()->getMaskedMemoryOpCost(Opcode, VecTy, Alignment, 2388 return thisT()->getMaskedMemoryOpCost(Instruction::Store, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost() 2394 return thisT()->getMaskedMemoryOpCost(Instruction::Load, Ty, TyAlign, 0, in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1164 InstructionCost TargetTransformInfo::getMaskedMemoryOpCost( in getMaskedMemoryOpCost() function in TargetTransformInfo 1167 InstructionCost Cost = TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, in getMaskedMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1544 LLVM_ABI InstructionCost getMaskedMemoryOpCost(
|
| H A D | TargetTransformInfoImpl.h | 840 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 3094 Ctx.TTI.getMaskedMemoryOpCost(Opcode, Ty, Alignment, AS, Ctx.CostKind); in computeCost() 3214 InstructionCost Cost = Ctx.TTI.getMaskedMemoryOpCost( in computeCost() 3325 InstructionCost Cost = Ctx.TTI.getMaskedMemoryOpCost( in computeCost()
|
| H A D | LoopVectorize.cpp | 5224 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, in getConsecutiveMemOpCost()
|
| H A D | SLPVectorizer.cpp | 5972 TTI.getMaskedMemoryOpCost(Instruction::Load, LoadVecTy, CommonAlignment, in isMaskedLoadCompress() 6352 VecLdCost += TTI.getMaskedMemoryOpCost( in canVectorizeLoads() 13611 VecLdCost = TTI->getMaskedMemoryOpCost( in getEntryCost()
|