Home
last modified time | relevance | path

Searched refs:LowerSCALAR_TO_VECTOR (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1309 SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp10812 SDValue PPCTargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, in LowerSCALAR_TO_VECTOR() function in PPCTargetLowering
11196 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h989 SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20100 static SDValue LowerSCALAR_TO_VECTOR(SDValue Op, const X86Subtarget &Subtarget, in LowerSCALAR_TO_VECTOR() function
32236 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, Subtarget,DAG); in LowerOperation()