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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp 288 /// isTwoAddrUse - Return true if the specified MI is using the specified
290 static bool isTwoAddrUse(MachineInstr *UseMI, unsigned Reg) {
323 if (isTwoAddrUse(UseMI, Reg))
451 /// isTwoAddrUse - Return true if the specified MI uses the specified register
453 static bool isTwoAddrUse(MachineInstr &MI, unsigned Reg, unsigned &DstReg) {
491 if (isTwoAddrUse(UseMI, Reg, DstReg)) {
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 475 static bool isTwoAddrUse(MachineInstr &MI, unsigned Reg, unsigned &DstReg) {
510 if (isTwoAddrUse(UseMI, Reg, DstReg)) {
856 if (isTwoAddrUse(*KillMI, Reg, DstReg))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 504 static bool isTwoAddrUse(MachineInstr &MI, unsigned Reg, unsigned &DstReg) {
539 if (isTwoAddrUse(UseMI, Reg, DstReg)) {
    [all...]

Completed in 442 milliseconds