Home
last modified time | relevance | path

Searched refs:getConstantPoolLoadCost (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp368 RISCVTTIImpl::getConstantPoolLoadCost(Type *Ty, in getConstantPoolLoadCost() function in RISCVTTIImpl
604 InstructionCost MaskCost = getConstantPoolLoadCost(MaskTy, CostKind); in getSlideCost()
695 InstructionCost IndexCost = getConstantPoolLoadCost(IdxTy, CostKind); in getShuffleCost()
717 InstructionCost IndexCost = getConstantPoolLoadCost(IdxTy, CostKind); in getShuffleCost()
718 InstructionCost MaskCost = getConstantPoolLoadCost(MaskTy, CostKind); in getShuffleCost()
1988 return getConstantPoolLoadCost(Ty, CostKind); in getStoreImmCost()
2060 return getConstantPoolLoadCost(ValTy, CostKind); in getCmpSelInstrCost()
2416 return getConstantPoolLoadCost(Ty, CostKind); in getArithmeticInstrCost()
H A DRISCVTargetTransformInfo.h63 InstructionCost getConstantPoolLoadCost(Type *Ty,