Home
last modified time | relevance | path

Searched refs:LibCallName (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp1057 std::string LibCallName; in EmitAtomicExpr() local
1082 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 …]
DCGExprComplex.cpp270 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
628 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument
657 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
DCGBuiltin.cpp3892 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local
3905 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()