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