Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h610 virtual unsigned getCustomCtpopCost(EVT VT, ISD::CondCode Cond) const { in getCustomCtpopCost() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3407 unsigned CostLimit = TLI.getCustomCtpopCost(CTVT, Cond); in simplifySetCCWithCTPOP()