Home
last modified time | relevance | path

Searched refs:getGatherScatterOpCost (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp238 InstructionCost HexagonTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in HexagonTTIImpl
241 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
H A DHexagonTargetTransformInfo.h127 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h184 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
H A DX86TargetTransformInfo.cpp5888 InstructionCost X86TTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in X86TTIImpl
5900 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h166 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
H A DAArch64TargetTransformInfo.cpp3372 InstructionCost AArch64TTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in AArch64TTIImpl
3376 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h160 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
H A DRISCVTargetTransformInfo.cpp713 InstructionCost RISCVTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in RISCVTTIImpl
717 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
724 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h277 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
H A DARMTargetTransformInfo.cpp1577 InstructionCost ARMTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in ARMTTIImpl
1582 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1446 InstructionCost getGatherScatterOpCost(
2090 getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
2763 getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
2767 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
H A DTargetTransformInfoImpl.h705 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1384 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
1401 return thisT()->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getStridedMemoryOpCost()
1614 return thisT()->getGatherScatterOpCost(Instruction::Store, in getIntrinsicInstrCost()
1622 return thisT()->getGatherScatterOpCost(Instruction::Load, RetTy, Args[0], in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1080 InstructionCost TargetTransformInfo::getGatherScatterOpCost( in getGatherScatterOpCost() function in TargetTransformInfo
1083 InstructionCost Cost = TTIImpl->getGatherScatterOpCost( in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4688 TTI.getGatherScatterOpCost( in canVectorizeLoads()
4728 TTI.getGatherScatterOpCost( in canVectorizeLoads()
8379 GatherCost += TTI.getGatherScatterOpCost( in getBuildVectorCost()
9796 VecLdCost = TTI->getGatherScatterOpCost( in getEntryCost()
H A DLoopVectorize.cpp5687 TTI.getGatherScatterOpCost( in getGatherScatterCost()