Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1105 std::string LibCallName; in EmitAtomicExpr() local
1128 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr()
1149 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()
1162 LibCallName = "__atomic_store"; in EmitAtomicExpr()
1177 LibCallName = "__atomic_load"; in EmitAtomicExpr()
1239 LibCallName = in EmitAtomicExpr()
1240 std::string("__opencl") + StringRef(LibCallName).drop_front(1).str(); in EmitAtomicExpr()
1256 RValue Res = emitAtomicLibcall(*this, LibCallName, RetTy, Args); in EmitAtomicExpr()
H A DCGExprComplex.cpp287 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
761 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument
790 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
H A DCGBuiltin.cpp4975 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local
4988 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1332 SDValue lowerToLibCall(const char *LibCallName, SDValue Op,
H A DPPCISelLowering.cpp19492 SDValue PPCTargetLowering::lowerToLibCall(const char *LibCallName, SDValue Op, in lowerToLibCall() argument
19499 DAG.getExternalSymbol(LibCallName, TLI.getPointerTy(DAG.getDataLayout())); in lowerToLibCall()