Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:IsPIC

1061     bool IsPIC = HTM.isPositionIndependent();
1067 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4STK_PIC
1070 SpillOpc = IsPIC ? Hexagon::SAVE_REGISTERS_CALL_V4_PIC
1115 bool IsPIC = HTM.isPositionIndependent();
1123 unsigned ROpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC
1131 unsigned ROpc = IsPIC ? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC