Searched refs:LibCallName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1185 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 D | CGExprComplex.cpp | 283 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName, 691 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument 720 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
|
| H A D | CGBuiltin.cpp | 4570 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 D | PPCISelLowering.h | 1302 SDValue lowerToLibCall(const char *LibCallName, SDValue Op,
|
| H A D | PPCISelLowering.cpp | 18276 SDValue PPCTargetLowering::lowerToLibCall(const char *LibCallName, SDValue Op, in lowerToLibCall() argument 18283 DAG.getExternalSymbol(LibCallName, TLI.getPointerTy(DAG.getDataLayout())); in lowerToLibCall()
|