Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp55 bool InstructionSelector::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold() function in InstructionSelector
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h569 bool isObviouslySafeToFold(MachineInstr &MI, MachineInstr &IntoMI) const;
H A DInstructionSelectorImpl.h813 if (!isObviouslySafeToFold(*State.MIs[InsnID], *State.MIs[0])) { in executeMatchTable()
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DInstructionSelect.rst90 * isObviouslySafeToFold() - Check for reasons an instruction can't be sunk and folded into another.