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.cpp338 RISCVTTIImpl::getConstantPoolLoadCost(Type *Ty, TTI::TargetCostKind CostKind) { in getConstantPoolLoadCost() function in RISCVTTIImpl
404 InstructionCost IndexCost = getConstantPoolLoadCost(IdxTy, CostKind); in getShuffleCost()
422 InstructionCost IndexCost = getConstantPoolLoadCost(IdxTy, CostKind); in getShuffleCost()
423 InstructionCost MaskCost = getConstantPoolLoadCost(MaskTy, CostKind); in getShuffleCost()
1374 return getConstantPoolLoadCost(Ty, CostKind); in getStoreImmCost()
1701 return getConstantPoolLoadCost(Ty, CostKind); in getArithmeticInstrCost()
H A DRISCVTargetTransformInfo.h56 InstructionCost getConstantPoolLoadCost(Type *Ty,