Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h676 unsigned getCustomCtpopCost(EVT VT, ISD::CondCode Cond) const override;
HDRISCVISelLowering.cpp21978 unsigned RISCVTargetLowering::getCustomCtpopCost(EVT VT, in getCustomCtpopCost() function in RISCVTargetLowering
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h712 virtual unsigned getCustomCtpopCost(EVT VT, ISD::CondCode Cond) const { in getCustomCtpopCost() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp4298 unsigned CostLimit = TLI.getCustomCtpopCost(CTVT, Cond); in simplifySetCCWithCTPOP()