Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp987 std::string LibCallName; in EmitAtomicExpr() local
1030 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 …]
H A DCGExprComplex.cpp266 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
603 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument
631 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName); in EmitComplexBinOpLibCall()
H A DCGBuiltin.cpp2709 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local
2722 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()