Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.cpp238 InstructionCost HexagonTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in HexagonTTIImpl
241 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
HDHexagonTargetTransformInfo.h127 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h184 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
HDX86TargetTransformInfo.cpp5888 InstructionCost X86TTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in X86TTIImpl
5900 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h277 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
HDARMTargetTransformInfo.cpp1577 InstructionCost ARMTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in ARMTTIImpl
1582 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.h160 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
HDRISCVTargetTransformInfo.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-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h166 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
HDAArch64TargetTransformInfo.cpp3372 InstructionCost AArch64TTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in AArch64TTIImpl
3376 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.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,
HDTargetTransformInfoImpl.h705 InstructionCost getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.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-head/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1080 InstructionCost TargetTransformInfo::getGatherScatterOpCost( in getGatherScatterOpCost() function in TargetTransformInfo
1083 InstructionCost Cost = TTIImpl->getGatherScatterOpCost( in getGatherScatterOpCost()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp4688 TTI.getGatherScatterOpCost( in canVectorizeLoads()
4728 TTI.getGatherScatterOpCost( in canVectorizeLoads()
8379 GatherCost += TTI.getGatherScatterOpCost( in getBuildVectorCost()
9796 VecLdCost = TTI->getGatherScatterOpCost( in getEntryCost()
HDLoopVectorize.cpp5687 TTI.getGatherScatterOpCost( in getGatherScatterCost()