Searched refs:shouldExpandCttzElements (Results 1 – 9 of 9) sorted by relevance
126 bool shouldExpandCttzElements(EVT VT) const override;
1457 if (getTLI()->shouldExpandCttzElements(ArgType)) in getIntrinsicInstrCost()
1730 bool RISCVTargetLowering::shouldExpandCttzElements(EVT VT) const { in shouldExpandCttzElements() function in RISCVTargetLowering
508 bool shouldExpandCttzElements(EVT VT) const override;
962 if (!getTLI()->shouldExpandCttzElements(ArgVT)) { in getIntrinsicInstrCost()
2167 bool AArch64TargetLowering::shouldExpandCttzElements(EVT VT) const { in shouldExpandCttzElements() function in AArch64TargetLowering
2070 if (!getTLI()->shouldExpandCttzElements(ArgType)) in getIntrinsicInstrCost()
492 virtual bool shouldExpandCttzElements(EVT VT) const { return true; } in shouldExpandCttzElements() function
8109 if (!TLI.shouldExpandCttzElements(OpVT)) { in visitIntrinsicCall()