Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h390 bool preferScalarizeSplat(unsigned Opc) const override;
H A DRISCVISelLowering.cpp14213 bool RISCVTargetLowering::preferScalarizeSplat(unsigned Opc) const { in preferScalarizeSplat() function in RISCVTargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1122 bool preferScalarizeSplat(unsigned Opc) const override;
H A DX86ISelLowering.cpp6073 bool X86TargetLowering::preferScalarizeSplat(unsigned Opc) const { in preferScalarizeSplat() function in X86TargetLowering
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h793 virtual bool preferScalarizeSplat(unsigned Opc) const { return true; } in preferScalarizeSplat() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24975 TLI.preferScalarizeSplat(Opcode)) { in SimplifyVCastOp()