Home
last modified time | relevance | path

Searched refs:tryCombineInstruction (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h213 bool tryCombineInstruction(MachineInstr &MI, in tryCombineInstruction() function
229 Changed |= tryCombineInstruction(Use, DeadInsts); in tryCombineInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizer.cpp158 if (ArtCombiner.tryCombineInstruction(MI, DeadInstructions)) { in runOnMachineFunction()