Home
last modified time | relevance | path

Searched refs:shouldExpandCttzElements (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h126 bool shouldExpandCttzElements(EVT VT) const override;
H A DRISCVTargetTransformInfo.cpp1457 if (getTLI()->shouldExpandCttzElements(ArgType)) in getIntrinsicInstrCost()
H A DRISCVISelLowering.cpp1730 bool RISCVTargetLowering::shouldExpandCttzElements(EVT VT) const { in shouldExpandCttzElements() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h508 bool shouldExpandCttzElements(EVT VT) const override;
H A DAArch64TargetTransformInfo.cpp962 if (!getTLI()->shouldExpandCttzElements(ArgVT)) { in getIntrinsicInstrCost()
H A DAArch64ISelLowering.cpp2167 bool AArch64TargetLowering::shouldExpandCttzElements(EVT VT) const { in shouldExpandCttzElements() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2070 if (!getTLI()->shouldExpandCttzElements(ArgType)) in getIntrinsicInstrCost()
H A DTargetLowering.h492 virtual bool shouldExpandCttzElements(EVT VT) const { return true; } in shouldExpandCttzElements() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8109 if (!TLI.shouldExpandCttzElements(OpVT)) { in visitIntrinsicCall()