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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h426 SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp4656 SDValue PPCTargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op, function in class:PPCTargetLowering
4772 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1957 static SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) { function
1973 "LowerSCALAR_TO_VECTOR");
1991 default: llvm_unreachable("Unexpected value type in LowerSCALAR_TO_VECTOR");
2835 return LowerSCALAR_TO_VECTOR(Op, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp7190 static SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) { function
11393 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);

Completed in 148 milliseconds