Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
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,
1162 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub() local
1164 RHSIsKill, ExtendType, C->getZExtValue(), in emitAddSub()
1170 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub() local
1171 return emitAddSub_rx(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill, in emitAddSub()
[all …]
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1839 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitCMoveSelect() local
1848 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect()
1914 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitSSESelect() local
1941 ResultReg = fastEmitInst_rrr(BlendOpcode, RC, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
1949 RHSReg, RHSIsKill); in X86FastEmitSSESelect()
2008 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitPseudoSelect() local
2016 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2562 bool RHSIsKill; in fastLowerIntrinsicCall() local
2567 RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall()
2569 RHSIsKill); in fastLowerIntrinsicCall()
[all …]