Searched refs:LibCallName (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1102 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 D | CGExprComplex.cpp | 275 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName, 684 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument 713 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
|
| H A D | CGBuiltin.cpp | 4007 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 D | PPCISelLowering.h | 1302 SDValue lowerToLibCall(const char *LibCallName, SDValue Op,
|
| H A D | PPCISelLowering.cpp | 18061 SDValue PPCTargetLowering::lowerToLibCall(const char *LibCallName, SDValue Op, in lowerToLibCall() argument 18068 DAG.getExternalSymbol(LibCallName, TLI.getPointerTy(DAG.getDataLayout())); in lowerToLibCall()
|