HomeSort by: relevance | last modified time | path
    Searched refs:Strex (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1289 // to ldrex/strex loops already.
19366 // For the real atomic operations, we have ldrex/strex up to 32 bits,
19388 // Similar to shouldExpandAtomicRMWInIR, ldrex/strex can be used up to 32
19543 Function *Strex = Intrinsic::getDeclaration(M, Int);
19551 return Builder.CreateCall(Strex, {Lo, Hi, Addr});
19556 Function *Strex = Intrinsic::getDeclaration(M, Int, Tys);
19559 Strex, {Builder.CreateZExtOrBitCast(
19560 Val, Strex->getFunctionType()->getParamType(0)),

Completed in 26 milliseconds