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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1834 bool RHSIsKill = hasTrivialKill(RHS); local
1843 unsigned ResultReg = FastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill,
1911 bool RHSIsKill = hasTrivialKill(RHS); local
1928 RHSReg, RHSIsKill);
1986 bool RHSIsKill = hasTrivialKill(RHS); local
1994 FastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC);
2423 bool RHSIsKill; local
2428 RHSIsKill = hasTrivialKill(RHS);
2430 RHSIsKill);
2445 TLI.getRegClassFor(VT), RHSReg, RHSIsKill);
[all...]

Completed in 78 milliseconds