Searched refs:LibCallName (Results 1 – 3 of 3) sorted by relevance
987 std::string LibCallName; in EmitAtomicExpr() local1030 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()1040 LibCallName = "__atomic_store"; in EmitAtomicExpr()1052 LibCallName = "__atomic_load"; in EmitAtomicExpr()1062 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr()1074 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr()1086 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr()1098 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr()1110 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr()1136 LibCallName = "__atomic_fetch_nand"; in EmitAtomicExpr()[all …]
266 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,603 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument631 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName); in EmitComplexBinOpLibCall()
2709 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local2722 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()