Home
last modified time | relevance | path

Searched refs:getExpandCompressMemoryOpCost (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h189 getExpandCompressMemoryOpCost(unsigned Opcode, Type *Src, bool VariableMask,
H A DRISCVTargetTransformInfo.cpp1099 InstructionCost RISCVTTIImpl::getExpandCompressMemoryOpCost( in getExpandCompressMemoryOpCost() function in RISCVTTIImpl
1107 return BaseT::getExpandCompressMemoryOpCost(Opcode, DataTy, VariableMask, in getExpandCompressMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1183 InstructionCost TargetTransformInfo::getExpandCompressMemoryOpCost( in getExpandCompressMemoryOpCost() function in TargetTransformInfo
1186 InstructionCost Cost = TTIImpl->getExpandCompressMemoryOpCost( in getExpandCompressMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1545 getExpandCompressMemoryOpCost(unsigned Opcode, Type *DataTy,
1926 return thisT()->getExpandCompressMemoryOpCost( in getIntrinsicInstrCost()
1933 return thisT()->getExpandCompressMemoryOpCost(Instruction::Load, RetTy, in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1570 LLVM_ABI InstructionCost getExpandCompressMemoryOpCost(
H A DTargetTransformInfoImpl.h854 virtual InstructionCost getExpandCompressMemoryOpCost(