Searched refs:LibCallName (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1102 std::string LibCallName; in EmitAtomicExpr() local 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() 1272 LibCallName = "__atomic_fetch_nand"; in EmitAtomicExpr() [all …]
|
| H A D | CGExprComplex.cpp | 270 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName, 628 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument 657 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
|
| H A D | CGBuiltin.cpp | 3967 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local 3980 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1289 SDValue lowerToLibCall(const char *LibCallName, SDValue Op,
|
| H A D | PPCISelLowering.cpp | 17827 SDValue PPCTargetLowering::lowerToLibCall(const char *LibCallName, SDValue Op, in lowerToLibCall() argument 17834 DAG.getExternalSymbol(LibCallName, TLI.getPointerTy(DAG.getDataLayout())); in lowerToLibCall()
|