Searched defs:shouldExpandCttzElements (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 468 virtual bool shouldExpandCttzElements(EVT VT) const { return true; } shouldExpandCttzElements() function |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 1562 bool RISCVTargetLowering::shouldExpandCttzElements(EVT VT) const { shouldExpandCttzElements() function in RISCVTargetLowering |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 1956 bool AArch64TargetLowering::shouldExpandCttzElements(EVT VT) const { shouldExpandCttzElements() function in AArch64TargetLowering |