HomeSort by: relevance | last modified time | path
    Searched refs:StoreOpc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVExtract.cpp 152 unsigned StoreOpc = VecRC.getID() == Hexagon::HvxVRRegClassID
156 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc))
HexagonFrameLowering.cpp 1941 unsigned StoreOpc;
1949 StoreOpc = UseAligned(NeedAlign, HasAlign) ? Hexagon::V6_vS32b_ai
1951 BuildMI(B, It, DL, HII.get(StoreOpc))
1960 StoreOpc = UseAligned(NeedAlign, HasAlign) ? Hexagon::V6_vS32b_ai
1962 BuildMI(B, It, DL, HII.get(StoreOpc))
2038 unsigned StoreOpc = UseAligned ? Hexagon::V6_vS32b_ai
2040 BuildMI(B, It, DL, HII.get(StoreOpc))
HexagonISelLoweringHVX.cpp 1727 unsigned StoreOpc = Hexagon::V6_vS32b_qpred_ai;
1732 SDValue Store = getInstr(StoreOpc, dl, MVT::Other,
1759 getInstr(StoreOpc, dl, MVT::Other,
1762 getInstr(StoreOpc, dl, MVT::Other,

Completed in 54 milliseconds