Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h76 void applyCombineCopy(MachineInstr &MI);
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGICombiner.inc153 Helper.applyCombineCopy(*MIs[0]);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DCombine.td108 (apply [{ Helper.applyCombineCopy(*${mi}); }])>;
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h125 void applyCombineCopy(MachineInstr &MI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp67 applyCombineCopy(MI); in tryCombineCopy()
108 void CombinerHelper::applyCombineCopy(MachineInstr &MI) { in applyCombineCopy() function in CombinerHelper
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td120 (apply [{ Helper.applyCombineCopy(*${mi}); }])>;
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp81 applyCombineCopy(MI); in tryCombineCopy()
93 void CombinerHelper::applyCombineCopy(MachineInstr &MI) { in applyCombineCopy() function in CombinerHelper