Searched refs:LHSReg (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp204 unsigned emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg,
207 unsigned emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg,
210 unsigned emitAddSub_rs(bool UseAdd, MVT RetVT, unsigned LHSReg,
215 unsigned emitAddSub_rx(bool UseAdd, MVT RetVT, unsigned LHSReg,
225 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm);
242 unsigned emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill,
244 unsigned emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill,
250 unsigned emitLogicalOp_ri(unsigned ISDOpc, MVT RetVT, unsigned LHSReg,
252 unsigned emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg,
255 unsigned emitAnd_ri(MVT RetVT, unsigned LHSReg, boo
1204 unsigned LHSReg = getRegForValue(LHS); local
1314 emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, bool SetFlags, bool WantResult) argument
1352 emitAddSub_ri(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm, bool SetFlags, bool WantResult) argument
1397 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
1440 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
1513 emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm) argument
1530 unsigned LHSReg = getRegForValue(LHS); local
1590 emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, bool WantResult) argument
1597 emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, AArch64_AM::ShiftExtendType ShiftType, uint64_t ShiftImm, bool WantResult) argument
1624 unsigned LHSReg = getRegForValue(LHS); local
1691 emitLogicalOp_ri(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm) argument
1737 emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, uint64_t ShiftImm) argument
1780 emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm) argument
3752 unsigned LHSReg = getRegForValue(LHS); local
3787 unsigned LHSReg = getRegForValue(LHS); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp51 // if \p LHSReg and \p RHSReg are in the relationship defined by \p Cond, or
54 ARMCC::CondCodes Cond, unsigned LHSReg, unsigned RHSReg,
504 unsigned LHSReg, unsigned RHSReg,
507 return MRI.getType(LHSReg) == MRI.getType(RHSReg) &&
508 validReg(MRI, LHSReg, ExpectedSize, ExpectedRegBankID) &&
545 auto LHSReg = MIB->getOperand(2).getReg(); local
547 if (!validOpRegPair(MRI, LHSReg, RHSReg, Helper.OperandSize,
557 if (!insertComparison(Helper, I, ResReg, ARMConds.first, LHSReg, RHSReg,
563 if (!insertComparison(Helper, I, IntermediateRes, ARMConds.first, LHSReg,
566 if (!insertComparison(Helper, I, ResReg, ARMConds.second, LHSReg, RHSRe
503 validOpRegPair(MachineRegisterInfo &MRI, unsigned LHSReg, unsigned RHSReg, unsigned ExpectedSize, unsigned ExpectedRegBankID) const argument
575 insertComparison(CmpConstants Helper, InsertInfo I, unsigned ResReg, ARMCC::CondCodes Cond, unsigned LHSReg, unsigned RHSReg, unsigned PrevRes) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2128 unsigned LHSReg = getRegForValue(LHS); local
2131 if (!LHSReg || !RHSReg)
2137 LHSReg, LHSIsKill, CC);
2185 unsigned LHSReg = getRegForValue(LHS); local
2197 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS)
2225 LHSReg, LHSIsKill);
2247 LHSReg, LHSIsKill, CmpReg, true);
2269 LHSReg, LHSIsKill);
2343 unsigned LHSReg = getRegForValue(LHS); local
2349 if (!LHSReg || !RHSRe
2906 unsigned LHSReg = getRegForValue(LHS); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp317 unsigned LHSReg = getRegForValue(LHS); local
318 if (!LHSReg)
333 emitInst(Opc, ResultReg).addReg(LHSReg).addReg(RHSReg);

Completed in 124 milliseconds