Searched defs:LocMemOffset (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp481 unsigned LocMemOffset = VA.getLocMemOffset(); local
482 SDValue PtrOff = DAG.getConstant(LocMemOffset, StackPtr.getValueType());
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2065 unsigned LocMemOffset = VA.getLocMemOffset(); local
2070 AM.Disp = LocMemOffset;
H A DX86ISelLowering.cpp2421 unsigned LocMemOffset = VA.getLocMemOffset(); local
2422 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
2428 MachinePointerInfo::getStack(LocMemOffset),
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1359 unsigned LocMemOffset = VA.getLocMemOffset(); local
1360 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
1363 MachinePointerInfo::getStack(LocMemOffset),
1552 unsigned LocMemOffset = VA.getLocMemOffset(); local
1553 SDValue StkPtrOff = DAG.getIntPtrConstant(LocMemOffset);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3641 unsigned LocMemOffset = ByValVA.getLocMemOffset(); local
3643 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
3674 unsigned LocMemOffset = VA.getLocMemOffset(); local
3677 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset);
3685 CalculateTailCallArgDest(DAG, MF, false, Arg, SPDiff, LocMemOffset,

Completed in 227 milliseconds