Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1185 std::string LibCallName; in EmitAtomicExpr() local
1235 LibCallName = "__atomic_exchange"; in EmitAtomicExpr()
1248 LibCallName = "__atomic_store"; in EmitAtomicExpr()
1263 LibCallName = "__atomic_load"; in EmitAtomicExpr()
1276 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr()
1291 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr()
1306 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr()
1321 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr()
1336 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr()
1379 LibCallName = "__atomic_fetch_nand"; in EmitAtomicExpr()
[all …]
H A DCGExprComplex.cpp283 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
691 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument
720 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
H A DCGBuiltin.cpp4570 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local
4583 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1302 SDValue lowerToLibCall(const char *LibCallName, SDValue Op,
H A DPPCISelLowering.cpp18276 SDValue PPCTargetLowering::lowerToLibCall(const char *LibCallName, SDValue Op, in lowerToLibCall() argument
18283 DAG.getExternalSymbol(LibCallName, TLI.getPointerTy(DAG.getDataLayout())); in lowerToLibCall()