Searched refs:RHSReg (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp162 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,
1156 unsigned RHSReg = getRegForValue(SI->getOperand(0)); local
1157 if (!RHSReg)
1160 return emitAddSub_rx(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg,
1164 unsigned RHSReg local
1184 unsigned RHSReg = getRegForValue(MulLHS); local
1209 unsigned RHSReg = getRegForValue(SI->getOperand(0)); local
1223 unsigned RHSReg = getRegForValue(RHS); local
1235 emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, bool SetFlags, bool WantResult) argument
1314 emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, bool SetFlags, bool WantResult) argument
1355 emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ExtType, uint64_t ShiftImm, bool SetFlags, bool WantResult) argument
1455 unsigned RHSReg = getRegForValue(RHS); local
1503 emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, bool WantResult) argument
1510 emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, bool WantResult) argument
1563 unsigned RHSReg = getRegForValue(MulLHS); local
1579 unsigned RHSReg = getRegForValue(SI->getOperand(0)); local
1590 unsigned RHSReg = getRegForValue(RHS); local
1650 emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, uint64_t ShiftImm) argument
3587 unsigned RHSReg = getRegForValue(RHS); local
3622 unsigned RHSReg = getRegForValue(RHS); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2035 unsigned RHSReg = getRegForValue(RHS); local
2041 if (!LHSReg || !RHSReg)
2045 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill,
2110 unsigned RHSReg = getRegForValue(RHS); local
2119 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS)
2141 unsigned VBlendReg = fastEmitInst_rrr(BlendOpcode, VR128, RHSReg, RHSIsKill,
2152 RHSReg, RHSIsKill);
2210 unsigned RHSReg = getRegForValue(RHS); local
2213 if (!LHSReg || !RHSReg)
2219 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKil
2769 unsigned RHSReg; local
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp271 unsigned RHSReg; local
273 RHSReg = materializeInt(C, MVT::i32);
275 RHSReg = getRegForValue(RHS);
276 if (!RHSReg)
283 emitInst(Opc, ResultReg).addReg(LHSReg).addReg(RHSReg);

Completed in 75 milliseconds