HomeSort by: relevance | last modified time | path
    Searched defs:Exchange (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 281 /// T Exchange,
285 /// cmpxchg *Destination, Comparand, Exchange.
286 /// So we need to swap Comparand and Exchange when invoking
304 auto *Exchange = CGF.EmitScalarExpr(E->getArg(1));
316 Destination, Comparand, Exchange,
361 llvm::Value *Exchange = CGF.Builder.CreateOr(ExchangeHigh, ExchangeLow);
366 auto *CXI = CGF.Builder.CreateAtomicCmpXchg(Destination, Comparand, Exchange,
4358 llvm::Value *Exchange = EmitScalarExpr(E->getArg(1));
4359 RTy = Exchange->getType();
4360 Exchange = Builder.CreatePtrToInt(Exchange, IntType)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 66 bool Exchange = false;
144 bool Exchange = false) {
150 if (Exchange)
151 Mul1->Exchange = true;
235 /// exchange the halfwords of the second operand before performing the
633 Value *Acc, bool Exchange,
639 if (Exchange)
731 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter);

Completed in 33 milliseconds