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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 1851 // TmpR1 = V6_vandqrt Qx, TmpR0
1852 // store FI, 0, TmpR1
1854 Register TmpR1 = MRI.createVirtualRegister(RC);
1859 BuildMI(B, It, DL, HII.get(Hexagon::V6_vandqrt), TmpR1)
1864 HII.storeRegToStackSlot(B, It, TmpR1, true, FI, RC, HRI);
1868 NewRegs.push_back(TmpR1);
1886 // TmpR1 = load FI, 0
1887 // DstR = V6_vandvrt TmpR1, TmpR0
1889 Register TmpR1 = MRI.createVirtualRegister(RC);
1895 HII.loadRegFromStackSlot(B, It, TmpR1, FI, RC, HRI)
    [all...]
HexagonSplitDouble.cpp 953 Register TmpR1 = MRI->createVirtualRegister(IntRC);
954 BuildMI(B, MI, DL, TII->get(S2_extractu), TmpR1)
961 .addReg(TmpR1);

Completed in 45 milliseconds