Searched refs:LibCallName (Results 1 – 3 of 3) sorted by relevance
839 std::string LibCallName; in EmitAtomicExpr() local860 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr()876 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()885 LibCallName = "__atomic_store"; in EmitAtomicExpr()896 LibCallName = "__atomic_load"; in EmitAtomicExpr()905 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr()916 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr()927 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr()938 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr()949 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr()[all …]
240 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,574 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument602 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName); in EmitComplexBinOpLibCall()754 StringRef LibCallName; in EmitBinDiv() local
1379 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local1392 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()