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