Searched refs:LHSIsKill (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 206 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 209 bool LHSIsKill, uint64_t Imm, bool SetFlags = false, 212 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 217 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 226 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); 243 unsigned emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 245 unsigned emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 252 bool LHSIsKill, uint64_t Imm); 254 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 256 unsigned emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 162 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 165 bool LHSIsKill, uint64_t Imm, bool SetFlags = false, 168 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 173 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 182 bool emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); 197 unsigned emitSubs_rr(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 199 unsigned emitSubs_rs(MVT RetVT, unsigned LHSReg, bool LHSIsKill, 206 bool LHSIsKill, uint64_t Imm); 208 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill, 210 unsigned emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, uint64_t Imm); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2144 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitCMoveSelect() local 2152 LHSReg, LHSIsKill); in X86FastEmitCMoveSelect() 2214 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitSSESelect() local 2253 LHSReg, LHSIsKill); in X86FastEmitSSESelect() 2275 LHSReg, LHSIsKill, CmpReg, true); in X86FastEmitSSESelect() 2284 LHSReg, LHSIsKill); in X86FastEmitSSESelect() 2357 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitPseudoSelect() local 2368 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect() 2931 bool LHSIsKill = hasTrivialKill(LHS); in fastLowerIntrinsicCall() local 2946 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2039 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitCMoveSelect() local 2046 LHSReg, LHSIsKill); in X86FastEmitCMoveSelect() 2108 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitSSESelect() local 2142 LHSReg, LHSIsKill, CmpReg, true); in X86FastEmitSSESelect() 2150 LHSReg, LHSIsKill); in X86FastEmitSSESelect() 2208 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitPseudoSelect() local 2219 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect() 2748 bool LHSIsKill = hasTrivialKill(LHS); in fastLowerIntrinsicCall() local 2763 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall() 2765 ResultReg = fastEmit_ri(VT, VT, BaseOpc, LHSReg, LHSIsKill, in fastLowerIntrinsicCall() [all …]
|