H A D | 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, 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...] |