Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:Address

149   // Expand jump table branches as address arithmetic followed by an
249 // Handle the various types of symbolic address.
558 case 'a': // Address register
602 case 'a': // Address register
680 case 'a': // Address register
952 // to load all parts of it here (using the same address).
958 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, ArgValue,
961 Address, MachinePointerInfo(),
974 // Likewise the address (in the form of a frame index) of where the
1081 // Store the argument in a stack slot and pass its address.
1088 // to store all parts of it here (and pass just one address).
1094 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, SpillSlot,
1097 Chain, DL, PartValue, Address,
1111 // Work out the address of the stack slot. Unpromoted ints and
1118 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, StackPtr,
1122 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, Address,
1155 // The first call operand is the chain and the second is the target address.
2479 // The offset can be folded into the address if it is aligned to a halfword.
2564 // Merge them into a single 64-bit address.
2681 // Use LARL to load the address of the table.
2698 // Use LARL to load the address of the constant pool entry.
2716 // By definition, the frame address is the address of the back chain.
2748 // Return R14D, which has the return address. Mark it an implicit live-in.
3232 // Get the address of the containing word.
3336 // Get the address of the containing word.