Searched refs:LocMemOffset (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2696 unsigned LocMemOffset = VA.getLocMemOffset(); local
2704 for (; RemainingSize >= 4 && LocMemOffset < 4 * 4;
2705 Offset += 4, RemainingSize -= 4, LocMemOffset += 4) {
2712 unsigned DstReg = O32IntRegs[LocMemOffset / 4];
2721 if (LocMemOffset < 4 * 4) {
2761 unsigned DstReg = O32IntRegs[LocMemOffset / 4];
2770 DAG.getIntPtrConstant(LocMemOffset));
2791 unsigned LocMemOffset = 0; local
2795 LocMemOffset = VA.getLocMemOffset();
2859 DAG.getIntPtrConstant(LocMemOffset));
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp472 unsigned LocMemOffset = VA.getLocMemOffset(); local
473 SDValue PtrOff = DAG.getConstant(LocMemOffset, StackPtr.getValueType());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FastISel.cpp1786 unsigned LocMemOffset = VA.getLocMemOffset(); local
1789 AM.Disp = LocMemOffset;
H A DX86ISelLowering.cpp2130 unsigned LocMemOffset = VA.getLocMemOffset(); local
2131 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
2137 MachinePointerInfo::getStack(LocMemOffset),
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3130 unsigned LocMemOffset = ByValVA.getLocMemOffset(); local
3132 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
3162 unsigned LocMemOffset = VA.getLocMemOffset(); local
3165 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
3173 CalculateTailCallArgDest(DAG, MF, false, Arg, SPDiff, LocMemOffset,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp1257 unsigned LocMemOffset = VA.getLocMemOffset(); local
1258 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
1261 MachinePointerInfo::getStack(LocMemOffset),
1430 unsigned LocMemOffset = VA.getLocMemOffset(); local
1431 SDValue StkPtrOff = DAG.getIntPtrConstant(LocMemOffset);

Completed in 318 milliseconds