Searched defs:LHSIsKill (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1128 bool LHSIsKill = hasTrivialKill(LHS); in emitAddSub() local 1236 bool LHSIsKill, unsigned RHSReg, in emitAddSub_rr() 1270 bool LHSIsKill, uint64_t Imm, in emitAddSub_ri() 1315 bool LHSIsKill, unsigned RHSReg, in emitAddSub_rs() 1356 bool LHSIsKill, unsigned RHSReg, in emitAddSub_rx() 1426 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, in emitICmp_ri() 1446 bool LHSIsKill = hasTrivialKill(LHS); in emitFCmp() local 1504 bool LHSIsKill, unsigned RHSReg, in emitSubs_rr() 1511 bool LHSIsKill, unsigned RHSReg, in emitSubs_rs() 1540 bool LHSIsKill = hasTrivialKill(LHS); in emitLogicalOp() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1207 bool LHSIsKill = hasTrivialKill(LHS); in emitAddSub() local 1315 bool LHSIsKill, unsigned RHSReg, in emitAddSub_rr() 1353 bool LHSIsKill, uint64_t Imm, in emitAddSub_ri() 1398 bool LHSIsKill, unsigned RHSReg, in emitAddSub_rs() 1441 bool LHSIsKill, unsigned RHSReg, in emitAddSub_rx() 1513 bool AArch64FastISel::emitICmp_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill, in emitICmp_ri() 1533 bool LHSIsKill = hasTrivialKill(LHS); in emitFCmp() local 1591 bool LHSIsKill, unsigned RHSReg, in emitSubs_rr() 1598 bool LHSIsKill, unsigned RHSReg, in emitSubs_rs() 1627 bool LHSIsKill = hasTrivialKill(LHS); in emitLogicalOp() local [all …]
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2039 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitCMoveSelect() local 2108 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitSSESelect() local 2208 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitPseudoSelect() local 2748 bool LHSIsKill = hasTrivialKill(LHS); in fastLowerIntrinsicCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2129 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitCMoveSelect() local 2186 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitSSESelect() local 2344 bool LHSIsKill = hasTrivialKill(LHS); in X86FastEmitPseudoSelect() local 2909 bool LHSIsKill = hasTrivialKill(LHS); in fastLowerIntrinsicCall() local
|