HomeSort by relevance Sort by last modified time
    Searched refs:AddLiveIn (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 36 /// AddLiveIn - This helper function adds the specified physical register to the
39 static unsigned AddLiveIn(MachineFunction &MF, unsigned PReg,
43 MF.getRegInfo().addLiveIn(PReg, VReg);
417 args_float[ArgNo] = AddLiveIn(MF, args_float[ArgNo],
422 args_float[ArgNo] = AddLiveIn(MF, args_float[ArgNo],
427 args_int[ArgNo] = AddLiveIn(MF, args_int[ArgNo],
451 args_int[i] = AddLiveIn(MF, args_int[i], &Alpha::GPRCRegClass);
460 args_float[i] = AddLiveIn(MF, args_float[i], &Alpha::F8RCRegClass);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 688 // AddLiveIn - This helper function adds the specified physical register to the
692 AddLiveIn(MachineFunction &MF, unsigned PReg, TargetRegisterClass *RC)
696 MF.getRegInfo().addLiveIn(PReg, VReg);
    [all...]

Completed in 777 milliseconds