HomeSort by relevance Sort by last modified time
    Searched refs:RHSReg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 162 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
168 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
173 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
198 unsigned RHSReg, bool RHSIsKill, bool WantResult = true);
200 unsigned RHSReg, bool RHSIsKill,
208 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 271 unsigned RHSReg;
273 RHSReg = materializeInt(C, MVT::i32);
275 RHSReg = getRegForValue(RHS);
276 if (!RHSReg)
283 emitInst(Opc, ResultReg).addReg(LHSReg).addReg(RHSReg);
    [all...]

Completed in 194 milliseconds