Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp222 HexagonTTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *Src, in getMaskedMemoryOpCost() function in HexagonTTIImpl
225 return BaseT::getMaskedMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMaskedMemoryOpCost()
H A DHexagonTargetTransformInfo.h122 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h277 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
H A DARMTargetTransformInfo.cpp1600 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 DX86TargetTransformInfo.h185 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
H A DX86TargetTransformInfo.cpp5394 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 DRISCVTargetTransformInfo.h142 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
H A DRISCVTargetTransformInfo.cpp966 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 DAArch64TargetTransformInfo.h178 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment,
H A DAArch64TargetTransformInfo.cpp4414 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 DBasicTTIImpl.h1527 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 DTargetTransformInfo.cpp1164 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 DTargetTransformInfo.h1544 LLVM_ABI InstructionCost getMaskedMemoryOpCost(
H A DTargetTransformInfoImpl.h840 getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, in getMaskedMemoryOpCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3094 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 DLoopVectorize.cpp5224 Cost += TTI.getMaskedMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, in getConsecutiveMemOpCost()
H A DSLPVectorizer.cpp5972 TTI.getMaskedMemoryOpCost(Instruction::Load, LoadVecTy, CommonAlignment, in isMaskedLoadCompress()
6352 VecLdCost += TTI.getMaskedMemoryOpCost( in canVectorizeLoads()
13611 VecLdCost = TTI->getMaskedMemoryOpCost( in getEntryCost()