HomeSort by relevance Sort by last modified time
    Searched refs:RegList2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 65 static const unsigned RegList2[] = {
68 if (unsigned Reg = State.AllocateReg(RegList2, 3)) {
121 static const unsigned RegList2[] = {
124 if (unsigned Reg = State.AllocateReg(RegList2, 3)) {
HexagonISelLowering.cpp 213 static const MCPhysReg RegList2[] = {
216 if (unsigned Reg = State.AllocateReg(RegList1, RegList2, 2)) {
    [all...]

Completed in 168 milliseconds