Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28262 Function *Stxr = Intrinsic::getOrInsertDeclaration(M, Int); in emitStoreConditional() local
28271 return Builder.CreateCall(Stxr, {Lo, Hi, Addr}); in emitStoreConditional()
28277 Function *Stxr = Intrinsic::getOrInsertDeclaration(M, Int, Tys); in emitStoreConditional() local
28284 Stxr, {Builder.CreateZExtOrBitCast( in emitStoreConditional()
28285 Val, Stxr->getFunctionType()->getParamType(0)), in emitStoreConditional()