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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Signals.cpp 72 auto Desired = CallbackAndCookie::Status::Executing;
73 if (!RunMe.Flag.compare_exchange_strong(Expected, Desired))
88 auto Desired = CallbackAndCookie::Status::Initializing;
89 if (!SetMe.Flag.compare_exchange_strong(Expected, Desired))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 218 /// \param Desired Desired value.
225 EmitAtomicCompareExchange(RValue Expected, RValue Desired,
374 llvm::Value *Desired = CGF.Builder.CreateLoad(Val2);
377 Ptr.getPointer(), Expected, Desired, SuccessOrder, FailureOrder,
1073 // void *desired, int success, int failure)
1074 // bool __atomic_compare_exchange_N(T *mem, T *expected, T desired,
1709 // void *desired, int success, int failure);
1731 RValue Expected, RValue Desired, llvm::AtomicOrdering Success,
1742 Address DesiredAddr = materializeRValue(Desired);
    [all...]
CGExprConstant.cpp 482 // If we're using the packed layout, pad it out to the desired size if
495 // Pick the type to use. If the type is layout identical to the desired
1234 llvm::ArrayType *Desired =
1236 return EmitArrayConstant(CGM, Desired, CommonElementType, NumElements, Elts,
1642 // desired value of the referee.
2154 llvm::ArrayType *Desired =
2156 return EmitArrayConstant(CGM, Desired, CommonElementType, NumElements, Elts,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 16673 auto Desired = splitInt128(N->getOperand(2), DAG);
16675 SDValue Ops[] = {N->getOperand(1), Desired.first, Desired.second,
17553 // Repeatedly unpack Val until the result is of the desired element type.
17586 // Repeatedly truncate Val until the result is of the desired element type.

Completed in 42 milliseconds