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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineCSE.cpp 179 if (!MRI->constrainRegAttrs(SrcReg, Reg))
590 if (!MRI->constrainRegAttrs(NewReg, OldReg)) {
MachineRegisterInfo.cpp 93 MachineRegisterInfo::constrainRegAttrs(unsigned Reg,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 577 /// constrainRegAttrs(ToReg, FromReg)
685 /// InstructionSelect pass and constrainRegAttrs in every other pass,
703 bool constrainRegAttrs(unsigned Reg, unsigned ConstrainingReg,
    [all...]

Completed in 681 milliseconds