Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp190 bool InstrUsesReg(const MbbIterator &Instr, const MachineOperand *Reg) { in InstrUsesReg() function
355 if (InstrUsesReg(First, Base)) in findClosestSuitableAluInstr()
357 if (Offset->isReg() && InstrUsesReg(First, Offset)) in findClosestSuitableAluInstr()
/external/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp190 bool InstrUsesReg(const MbbIterator &Instr, const MachineOperand *Reg) { in InstrUsesReg() function
352 if (InstrUsesReg(First, Base)) in findClosestSuitableAluInstr()
354 if (Offset->isReg() && InstrUsesReg(First, Offset)) in findClosestSuitableAluInstr()