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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 249 /// setRegAllocationHint - Specify a register allocation hint for the
251 void setRegAllocationHint(unsigned Reg, unsigned Type, unsigned PrefReg) {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 668 /// setRegAllocationHint - Specify a register allocation hint for the
670 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) {
679 setRegAllocationHint(VReg, /*Type=*/0, PrefReg);
    [all...]

Completed in 964 milliseconds