Home
last modified time | relevance | path

Searched refs:constrainRegAttrs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp197 if (!MRI->constrainRegAttrs(SrcReg, Reg)) in INITIALIZE_PASS_DEPENDENCY()
630 if (!MRI->constrainRegAttrs(NewReg, OldReg)) { in ProcessBlockCSE()
DMachineRegisterInfo.cpp92 MachineRegisterInfo::constrainRegAttrs(unsigned Reg, in constrainRegAttrs() function in MachineRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h706 bool constrainRegAttrs(unsigned Reg, unsigned ConstrainingReg,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp46 if (MRI.constrainRegAttrs(ToReg, FromReg)) in replaceRegWith()