Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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 …]
H A DCGExprComplex.cpp270 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
628 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument
657 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
H A DCGBuiltin.cpp3811 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local
3824 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()