Home
last modified time | relevance | path

Searched defs:shouldExpandCttzElements (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h469 virtual bool shouldExpandCttzElements(EVT VT) const { return true; } in shouldExpandCttzElements() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1559 bool RISCVTargetLowering::shouldExpandCttzElements(EVT VT) const { shouldExpandCttzElements() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1974 bool AArch64TargetLowering::shouldExpandCttzElements(EVT VT) const { in shouldExpandCttzElements() function in AArch64TargetLowering