Searched refs:LibCallName (Results 1 – 3 of 3) sorted by relevance
851 std::string LibCallName; in EmitAtomicExpr() local872 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr()888 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()897 LibCallName = "__atomic_store"; in EmitAtomicExpr()908 LibCallName = "__atomic_load"; in EmitAtomicExpr()917 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr()928 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr()939 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr()950 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr()961 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr()[all …]
240 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,573 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument601 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName); in EmitComplexBinOpLibCall()753 StringRef LibCallName; in EmitBinDiv() local
1286 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local1301 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()