Searched refs:GLOBAL_BASE_REG (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp151 case SPISD::GLOBAL_BASE_REG:
H A DSparcISelLowering.h45 GLOBAL_BASE_REG, // Global base reg for PIC. enumerator in enum:llvm::SPISD::__anon26141
H A DSparcISelLowering.cpp1694 case SPISD::GLOBAL_BASE_REG: return "SPISD::GLOBAL_BASE_REG";
1809 SDValue GlobalBase = DAG.getNode(SPISD::GLOBAL_BASE_REG, DL, VT);
1811 // GLOBAL_BASE_REG codegen'ed with call. Inform MFI that this
1888 SDValue Base = DAG.getNode(SPISD::GLOBAL_BASE_REG, DL, PtrVT);
1935 SDValue Base = DAG.getNode(SPISD::GLOBAL_BASE_REG, DL, PtrVT);
1937 // GLOBAL_BASE_REG codegen'ed with call. Inform MFI that this

Completed in 1150 milliseconds