• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/

Lines Matching defs:Load

2568     // Load the LR and FP stack slot for later adjusting.
2741 // 2. Load the address of the function entry point from the function
2743 // 3. Load the TOC of the callee from the function descriptor into r2.
2744 // 4. Load the environment pointer from the function descriptor into
2757 // Load the address of the function entry point from the function
2765 // Load environment pointer into r11.
2780 // Load TOC of the callee into r2. We are using a target-specific load
3096 // Load the return address and frame pointer so it can be moved somewhere else
3266 // Load the return address and frame pointer so it can be move somewhere else
3349 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg,
3352 MemOpChains.push_back(Load.getValue(1));
3353 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
3421 // Load the slot into the register.
3422 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, PtrOff,
3425 MemOpChains.push_back(Load.getValue(1));
3426 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
3440 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg,
3443 MemOpChains.push_back(Load.getValue(1));
3444 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
3479 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff,
3482 MemOpChains.push_back(Load.getValue(1));
3483 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
3488 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff,
3491 MemOpChains.push_back(Load.getValue(1));
3492 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
3537 SDValue Load = DAG.getLoad(MVT::v4f32, dl, Store, PtrOff,
3540 MemOpChains.push_back(Load.getValue(1));
3541 RegsToPass.push_back(std::make_pair(VR[VR_idx++], Load));
3549 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
3551 MemOpChains.push_back(Load.getValue(1));
3552 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
3610 // Load r2 into a virtual register and store it to the TOC save area.
3711 // Load the old link SP.
3947 // Load the value as a double.
3997 // Load FP Control Word from low 32 bits of stack slot.
4669 // Load it out.
5559 SDValue Load = N->getOperand(0);
5560 LoadSDNode *LD = cast<LoadSDNode>(Load);
5583 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1));