Home
last modified time | relevance | path

Searched refs:ARegDefs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoadStoreWidening.cpp288 DenseSet<Register> ARegDefs; in canSwapInstructions() local
290 addDefsUsesToList(A, ARegDefs, ARegUses); in canSwapInstructions()
297 if ((BOp.isDef() || BOp.readsReg()) && ARegDefs.contains(BOp.getReg())) in canSwapInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp210 bool canSwapInstructions(const DenseSet<Register> &ARegDefs,
917 const DenseSet<Register> &ARegDefs, const DenseSet<Register> &ARegUses, in canSwapInstructions() argument
925 if ((BOp.isDef() || BOp.readsReg()) && ARegDefs.contains(BOp.getReg())) in canSwapInstructions()