Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp294 RISCVTTIImpl::getConstantPoolLoadCost(Type *Ty, TTI::TargetCostKind CostKind) { in getConstantPoolLoadCost() function in RISCVTTIImpl
359 InstructionCost IndexCost = getConstantPoolLoadCost(IdxTy, CostKind); in getShuffleCost()
377 InstructionCost IndexCost = getConstantPoolLoadCost(IdxTy, CostKind); in getShuffleCost()
378 InstructionCost MaskCost = getConstantPoolLoadCost(MaskTy, CostKind); in getShuffleCost()
1030 return getConstantPoolLoadCost(Ty, CostKind); in getStoreImmCost()
1306 return getConstantPoolLoadCost(Ty, CostKind); in getArithmeticInstrCost()
H A DRISCVTargetTransformInfo.h56 InstructionCost getConstantPoolLoadCost(Type *Ty,