Home
last modified time | relevance | path

Searched refs:ResultReg1 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3691 unsigned ResultReg1 = 0, ResultReg2 = 0, MulReg = 0; in fastLowerIntrinsicCall() local
3696 ResultReg1 = emitAdd(VT, LHS, RHS, /*SetFlags=*/true); in fastLowerIntrinsicCall()
3700 ResultReg1 = emitAdd(VT, LHS, RHS, /*SetFlags=*/true); in fastLowerIntrinsicCall()
3704 ResultReg1 = emitSub(VT, LHS, RHS, /*SetFlags=*/true); in fastLowerIntrinsicCall()
3708 ResultReg1 = emitSub(VT, LHS, RHS, /*SetFlags=*/true); in fastLowerIntrinsicCall()
3772 ResultReg1 = createResultReg(TLI.getRegClassFor(VT)); in fastLowerIntrinsicCall()
3774 TII.get(TargetOpcode::COPY), ResultReg1).addReg(MulReg); in fastLowerIntrinsicCall()
3777 if (!ResultReg1) in fastLowerIntrinsicCall()
3784 assert((ResultReg1 + 1) == ResultReg2 && in fastLowerIntrinsicCall()
3786 updateValueMap(II, ResultReg1, 2); in fastLowerIntrinsicCall()
[all …]