Searched refs:LibCallName (Results 1 – 3 of 3) sorted by relevance
790 std::string LibCallName; in EmitAtomicExpr() local807 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr()822 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()831 LibCallName = "__atomic_store"; in EmitAtomicExpr()842 LibCallName = "__atomic_load"; in EmitAtomicExpr()847 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr()854 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr()861 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr()868 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr()875 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr()[all …]
238 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,573 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument593 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName); in EmitComplexBinOpLibCall()747 StringRef LibCallName; in EmitBinDiv() local
1149 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local1164 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()