Searched defs:shouldSink (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 395 virtual bool shouldSink(const MachineInstr &MI) const { return true; } shouldSink() function |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonInstrInfo.cpp | 187 bool HexagonInstrInfo::shouldSink(const MachineInstr &MI) const { shouldSink() function in HexagonInstrInfo |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMBaseInstrInfo.cpp | 3294 bool ARMBaseInstrInfo::shouldSink(const MachineInstr &MI) const { shouldSink() function in ARMBaseInstrInfo |