Searched defs:preferScalarizeSplat (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 871 virtual bool preferScalarizeSplat(SDNode *N) const { return true; } preferScalarizeSplat() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 19951 bool RISCVTargetLowering::preferScalarizeSplat(SDNode *N) const { preferScalarizeSplat() function in RISCVTargetLowering |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 27033 bool AArch64TargetLowering::preferScalarizeSplat(SDNode *N) const { preferScalarizeSplat() function in AArch64TargetLowering |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 3341 bool X86TargetLowering::preferScalarizeSplat(SDNode *N) const { preferScalarizeSplat() function in X86TargetLowering |