Home
last modified time | relevance | path

Searched defs:isSafeToMove (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp30 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp532 static bool isSafeToMove(const MachineInstr &From, const MachineInstr &To) { in isSafeToMove() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp381 bool LoongArchInstrInfo::isSafeToMove(const MachineInstr &MI, in isSafeToMove() function in LoongArchInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp333 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp644 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, in isSafeToMove() function in ReachingDefAnalysis
H A DMachineInstr.cpp1323 bool MachineInstr::isSafeToMove(bool &SawStore) const { in isSafeToMove() function in MachineInstr
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1005 bool Vectorizer::isSafeToMove( in isSafeToMove() function in Vectorizer
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1738 virtual bool isSafeToMove(const MachineInstr &MI, in isSafeToMove() function