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

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 2477     return buildVector32(Ops, dl, VecTy, DAG);
 2479     return buildVector64(Ops, dl, VecTy, DAG);
 2495       return DAG.getNode(HexagonISD::PFALSE, dl, VecTy);
 2497       return DAG.getNode(HexagonISD::PTRUE, dl, VecTy);
 2503     SDValue Z = getZero(dl, MVT::i32, DAG);
 2507       SDValue S = DAG.getConstant(1ull << i, dl, MVT::i32);
 2508       Rs[i] = DAG.getSelect(dl, MVT::i32, Ops[i/Rep], S, Z);
 2512         Rs[i] = DAG.getNode(ISD::OR, dl, MVT::i32, Rs[2*i], Rs[2*i+1]);
 2515     return getInstr(Hexagon::C2_tfrrp, dl, VecTy, {Rs[0]}, DAG);