Home
last modified time | relevance | path

Searched refs:preferScalarizeSplat (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h480 bool preferScalarizeSplat(SDNode *N) const override;
H A DRISCVISelLowering.cpp19951 bool RISCVTargetLowering::preferScalarizeSplat(SDNode *N) const { in preferScalarizeSplat() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1310 bool preferScalarizeSplat(SDNode *N) const override;
H A DAArch64ISelLowering.cpp27033 bool AArch64TargetLowering::preferScalarizeSplat(SDNode *N) const { in preferScalarizeSplat() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1146 bool preferScalarizeSplat(SDNode *N) const override;
H A DX86ISelLowering.cpp3341 bool X86TargetLowering::preferScalarizeSplat(SDNode *N) const { in preferScalarizeSplat() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h871 virtual bool preferScalarizeSplat(SDNode *N) const { return true; } in preferScalarizeSplat() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26685 TLI.preferScalarizeSplat(N)) { in SimplifyVCastOp()