HomeSort by: relevance | last modified time | path
    Searched defs:addLiveIn (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 942 /// addLiveIn - Add the specified register as a live-in. Note that it
944 void addLiveIn(MCRegister Reg, Register vreg = Register()) {
MachineBasicBlock.h 367 void addLiveIn(MCRegister PhysReg,
371 void addLiveIn(const RegisterMaskPair &RegMaskPair) {
376 /// this than repeatedly calling isLiveIn before calling addLiveIn for every
386 Register addLiveIn(MCRegister PhysReg, const TargetRegisterClass *RC);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 634 Register MachineFunction::addLiveIn(MCRegister PReg,
652 MRI.addLiveIn(PReg, VReg);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 1241 // addLiveIn - This helper function adds the specified physical register to the
1245 addLiveIn(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC)
1248 MF.getRegInfo().addLiveIn(PReg, VReg);
2523 unsigned Reg = MF.addLiveIn(RA, getRegClassFor(VT));
3670 unsigned Reg = addLiveIn(DAG.getMachineFunction(), ArgReg, RC);
3683 unsigned Reg2 = addLiveIn(DAG.getMachineFunction(),
4357 unsigned VReg = addLiveIn(MF, ArgReg, RC);
4499 unsigned Reg = addLiveIn(MF, ArgRegs[I], RC);

Completed in 52 milliseconds