reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
 8195             DAG.getNode(X86ISD::VBROADCASTM, dl,
 8197         return DAG.getBitcast(VT, Brdcst);
 8217       const TargetLowering &TLI = DAG.getTargetLoweringInfo();
 8218       LLVMContext *Ctx = DAG.getContext();
 8219       MVT PVT = TLI.getPointerTy(DAG.getDataLayout());
 8228           SDValue CP = DAG.getConstantPool(C, PVT);
 8232           Ld = DAG.getLoad(
 8233               CVT, dl, DAG.getEntryNode(), CP,
 8234               MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
 8236           SDValue Brdcst = DAG.getNode(X86ISD::VBROADCAST, dl,
 8238           return DAG.getBitcast(VT, Brdcst);
 8252           SDValue CP = DAG.getConstantPool(C, PVT);
 8256           Ld = DAG.getLoad(
 8257               CVT, dl, DAG.getEntryNode(), CP,
 8258               MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
 8260           SDValue Brdcst = DAG.getNode(X86ISD::VBROADCAST, dl,
 8262           return DAG.getBitcast(VT, Brdcst);
 8268           SDValue VCP = DAG.getConstantPool(VecC, PVT);
 8271           Ld = DAG.getLoad(
 8272               MVT::getVectorVT(CVT, NumElm), dl, DAG.getEntryNode(), VCP,
 8273               MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
 8275           SDValue Brdcst = DAG.getNode(X86ISD::SUBV_BROADCAST, dl, VT, Ld);
 8276           return DAG.getBitcast(VT, Brdcst);
 8309   bool OptForSize = DAG.getMachineFunction().getFunction().hasOptSize();
 8335       const TargetLowering &TLI = DAG.getTargetLoweringInfo();
 8337           DAG.getConstantPool(C, TLI.getPointerTy(DAG.getDataLayout()));
 8337           DAG.getConstantPool(C, TLI.getPointerTy(DAG.getDataLayout()));
 8339       Ld = DAG.getLoad(
 8340           CVT, dl, DAG.getEntryNode(), CP,
 8341           MachinePointerInfo::getConstantPool(DAG.getMachineFunction()),
 8344       return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);
 8353     return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);
 8361     return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);
 8367       return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Ld);