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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1837 bool LHSIsKill = hasTrivialKill(LHS); local
1844 LHSReg, LHSIsKill);
1908 bool LHSIsKill = hasTrivialKill(LHS); local
1926 LHSReg, LHSIsKill);
1983 bool LHSIsKill = hasTrivialKill(LHS); local
1994 FastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC);
2413 bool LHSIsKill = hasTrivialKill(LHS);
2418 ResultReg = FastEmit_ri(VT, VT, BaseOpc, LHSReg, LHSIsKill,
2429 ResultReg = FastEmit_rr(VT, VT, BaseOpc, LHSReg, LHSIsKill, RHSReg,
2443 .addReg(LHSReg, getKillRegState(LHSIsKill));
[all...]

Completed in 51 milliseconds