Searched refs:getConstantPoolLoadCost (Results 1 – 2 of 2) sorted by relevance
294 RISCVTTIImpl::getConstantPoolLoadCost(Type *Ty, TTI::TargetCostKind CostKind) { in getConstantPoolLoadCost() function in RISCVTTIImpl359 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()
56 InstructionCost getConstantPoolLoadCost(Type *Ty,