Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp1238 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub() local
1246 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub() local
1266 bool RHSIsKill = hasTrivialKill(MulLHS); in emitAddSub() local
1291 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub() local
1305 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub() local
1316 bool RHSIsKill, bool SetFlags, in emitAddSub_rr()
1399 bool RHSIsKill, in emitAddSub_rs()
1442 bool RHSIsKill, in emitAddSub_rx()
1545 bool RHSIsKill = hasTrivialKill(RHS); in emitFCmp() local
1592 bool RHSIsKill, bool WantResult) { in emitSubs_rr()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp2126 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitCMoveSelect() local
2189 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitSSESelect() local
2347 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitPseudoSelect() local
2933 bool RHSIsKill; in fastLowerIntrinsicCall() local