Searched refs:LibCallName (Results 1 – 3 of 3) sorted by relevance
1057 std::string LibCallName; in EmitAtomicExpr() local1082 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr()1101 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()1111 LibCallName = "__atomic_store"; in EmitAtomicExpr()1123 LibCallName = "__atomic_load"; in EmitAtomicExpr()1133 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr()1145 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr()1157 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr()1169 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr()1181 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr()[all …]
270 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,628 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument657 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
3811 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local3824 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()