Home
last modified time | relevance | path

Searched refs:matchCombineCopy (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h75 bool matchCombineCopy(MachineInstr &MI);
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGICombiner.inc150 return Helper.matchCombineCopy(*MIs[0]);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DCombine.td107 [{ return Helper.matchCombineCopy(*${mi}); }]),
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h124 bool matchCombineCopy(MachineInstr &MI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp66 if (matchCombineCopy(MI)) { in tryCombineCopy()
72 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy() function in CombinerHelper
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td119 [{ return Helper.matchCombineCopy(*${mi}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp80 if (matchCombineCopy(MI)) { in tryCombineCopy()
86 bool CombinerHelper::matchCombineCopy(MachineInstr &MI) { in matchCombineCopy() function in CombinerHelper