Searched refs:RHSIsKill (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp205 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
211 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
216 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
243 unsigned RHSReg, bool RHSIsKill, bool WantResult = true);
245 unsigned RHSReg, bool RHSIsKill,
253 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
1238 bool RHSIsKill = hasTrivialKill(SI->getOperand(0));
1240 RHSIsKill, ExtendType, C->getZExtValue(),
1246 bool RHSIsKill = hasTrivialKill(RHS);
1247 return emitAddSub_rx(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill,
1314 emitAddSub_rr(bool UseAdd, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 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
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
1737 emitLogicalOp_rs(unsigned ISDOpc, MVT RetVT, unsigned LHSReg, bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, uint64_t ShiftImm) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2126 bool RHSIsKill = hasTrivialKill(RHS); local
2136 unsigned ResultReg = fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill,
2189 bool RHSIsKill = hasTrivialKill(RHS); local
2223 unsigned MovReg = fastEmitInst_rrrr(MovOpcode, VR128X, RHSReg, RHSIsKill,
2246 unsigned VBlendReg = fastEmitInst_rrr(BlendOpcode, VR128, RHSReg, RHSIsKill,
2271 RHSReg, RHSIsKill);
2347 bool RHSIsKill = hasTrivialKill(RHS); local
2355 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC);
2933 bool RHSIsKill; local
2938 RHSIsKill
[all...]

Completed in 92 milliseconds