Home
last modified time | relevance | path

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

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