Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp1102 std::string LibCallName; in EmitAtomicExpr() local
1129 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr()
1149 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()
1160 LibCallName = "__atomic_store"; in EmitAtomicExpr()
1173 LibCallName = "__atomic_load"; in EmitAtomicExpr()
1184 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr()
1197 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr()
1210 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr()
1222 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr()
1235 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr()
[all …]
H A DCGExprComplex.cpp275 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
684 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument
713 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
H A DCGBuiltin.cpp4007 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local
4020 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1302 SDValue lowerToLibCall(const char *LibCallName, SDValue Op,
H A DPPCISelLowering.cpp18061 SDValue PPCTargetLowering::lowerToLibCall(const char *LibCallName, SDValue Op, in lowerToLibCall() argument
18068 DAG.getExternalSymbol(LibCallName, TLI.getPointerTy(DAG.getDataLayout())); in lowerToLibCall()