Home
last modified time | relevance | path

Searched refs:hasIdenticalMMOs (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp413 static bool hasIdenticalMMOs(ArrayRef<MachineMemOperand *> LHS, in hasIdenticalMMOs() function
457 if (hasIdenticalMMOs(MIs[0]->memoperands(), MI.memoperands())) in cloneMergedMemRefs()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp905 static bool hasIdenticalMMOs(const MachineInstr &MI1, const MachineInstr &MI2) { in hasIdenticalMMOs() function
929 if (hasIdenticalMMOs(*this, Other)) in mergeMemRefsWith()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp405 static bool hasIdenticalMMOs(ArrayRef<MachineMemOperand *> LHS, in hasIdenticalMMOs() function
449 if (hasIdenticalMMOs(MIs[0]->memoperands(), MI.memoperands())) in cloneMergedMemRefs()