HomeSort by relevance Sort by last modified time
    Searched defs:setRegAllocationHint (Results 1 - 3 of 3) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 752 /// setRegAllocationHint - Specify a register allocation hint for the
755 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) {
772 setRegAllocationHint(VReg, /*Type=*/0, PrefReg);
    [all...]

Completed in 304 milliseconds