Home
last modified time | relevance | path

Searched refs:RegList2 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenCallingConv.inc189 static const unsigned RegList2[] = {
192 if (unsigned Reg = State.AllocateReg(RegList2, 3)) {
328 static const unsigned RegList2[] = {
331 if (unsigned Reg = State.AllocateReg(RegList2, 3)) {
515 static const unsigned RegList2[] = {
518 if (unsigned Reg = State.AllocateReg(RegList2, 6)) {
652 static const unsigned RegList2[] = {
655 if (unsigned Reg = State.AllocateReg(RegList2, 6)) {
707 static const unsigned RegList2[] = {
710 if (unsigned Reg = State.AllocateReg(RegList1, RegList2, 4)) {
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp302 static const MCPhysReg RegList2[] = { in CC_Hexagon64() local
305 if (unsigned Reg = State.AllocateReg(RegList1, RegList2)) { in CC_Hexagon64()