Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp75 bool InstructionSelector::isObviouslySafeToFold(MachineInstr &MI, in isObviouslySafeToFold() function in InstructionSelector
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h458 bool isObviouslySafeToFold(MachineInstr &MI, MachineInstr &IntoMI) const;
DInstructionSelectorImpl.h622 if (!isObviouslySafeToFold(*State.MIs[InsnID], *State.MIs[0])) { in executeMatchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGlobalISel.rst562 * isObviouslySafeToFold() - Check for reasons an instruction can't be sunk and folded into another.