Home
last modified time | relevance | path

Searched refs:getInterleavedMemoryOpCost (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.cpp245 InstructionCost HexagonTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in HexagonTTIImpl
250 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
HDHexagonTargetTransformInfo.h132 InstructionCost getInterleavedMemoryOpCost(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.h123 InstructionCost getInterleavedMemoryOpCost(
HDSystemZTargetTransformInfo.cpp1235 InstructionCost SystemZTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in SystemZTTIImpl
1240 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetTransformInfo.h136 InstructionCost getInterleavedMemoryOpCost(
HDPPCTargetTransformInfo.cpp855 InstructionCost PPCTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in PPCTTIImpl
865 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h226 InstructionCost getInterleavedMemoryOpCost(
HDX86TargetTransformInfo.cpp6410 InstructionCost X86TTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in X86TTIImpl
6433 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
6452 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
6470 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
6720 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.h155 InstructionCost getInterleavedMemoryOpCost(
HDRISCVTargetTransformInfo.cpp622 InstructionCost RISCVTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in RISCVTTIImpl
699 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h272 InstructionCost getInterleavedMemoryOpCost(
HDARMTargetTransformInfo.cpp1536 InstructionCost ARMTTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in ARMTTIImpl
1572 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h346 InstructionCost getInterleavedMemoryOpCost(
HDAArch64TargetTransformInfo.cpp3508 InstructionCost AArch64TTIImpl::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in AArch64TTIImpl
3538 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1475 InstructionCost getInterleavedMemoryOpCost(
2100 virtual InstructionCost getInterleavedMemoryOpCost(
2778 InstructionCost getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function
2782 return Impl.getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
HDTargetTransformInfoImpl.h721 unsigned getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1099 InstructionCost TargetTransformInfo::getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost() function in TargetTransformInfo
1103 InstructionCost Cost = TTIImpl->getInterleavedMemoryOpCost( in getInterleavedMemoryOpCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInterleavedLoadCombinePass.cpp1214 InterleavedCost = TTI.getInterleavedMemoryOpCost( in combine()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h1405 InstructionCost getInterleavedMemoryOpCost(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp5716 InstructionCost Cost = TTI.getInterleavedMemoryOpCost( in getInterleaveGroupCost()