Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp62 bool doSubstitute(unsigned NewSize, unsigned OldSize);
340 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() function in MachineCombiner
422 if (SubstituteAlways || doSubstitute(NewInstCount, OldInstCount) || in combineInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp86 bool doSubstitute(unsigned NewSize, unsigned OldSize);
410 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute() function in MachineCombiner
586 if (SubstituteAlways || doSubstitute(NewInstCount, OldInstCount)) { in combineInstructions()