Searched defs:RegList1 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonVarargsCallingConvention.h52 static const unsigned RegList1[] = { local
56 if (unsigned Reg = State.AllocateReg(RegList1, 6)) {
108 static const unsigned RegList1[] = { local
112 if (unsigned Reg = State.AllocateReg(RegList1, 6)) {
H A DHexagonISelLowering.cpp186 static const uint16_t RegList1[] = { local
192 if (unsigned Reg = State.AllocateReg(RegList1, RegList2, 2)) {

Completed in 80 milliseconds