Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp62 bool InstructionSelector::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold() function in InstructionSelector
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h564 bool isObviouslySafeToFold(MachineInstr &MI, MachineInstr &IntoMI) const;
H A DInstructionSelectorImpl.h793 if (!isObviouslySafeToFold(*State.MIs[InsnID], *State.MIs[0])) { in executeMatchTable()