Searched refs:emitAdd (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 200 return Discard(this->emitAdd(*T, BO)); in VisitBinaryOperator() 521 if (!this->emitAdd(*LT, E)) in VisitCompoundAssignOperator() 1328 this->emitAdd(*T, E); in VisitUnaryOperator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 234 unsigned emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, 1538 unsigned AArch64FastISel::emitAdd(MVT RetVT, const Value *LHS, const Value *RHS, in emitAdd() function in AArch64FastISel 1907 ResultReg = emitAdd(VT, I->getOperand(0), I->getOperand(1)); in selectAddSub() 3696 ResultReg1 = emitAdd(VT, LHS, RHS, /*SetFlags=*/true); in fastLowerIntrinsicCall() 3700 ResultReg1 = emitAdd(VT, LHS, RHS, /*SetFlags=*/true); in fastLowerIntrinsicCall()
|