Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp828 const InstructionCost CallCost = in getCastInstrCost() local
837 return Lanes * CallCost; in getCastInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8735 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost() local
8737 if (IntrCost < CallCost) in getSpillCost()