Searched refs:LibCallName (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 1064 std::string LibCallName; in EmitAtomicExpr() local 1087 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr() 1108 LibCallName = "__atomic_exchange"; in EmitAtomicExpr() 1121 LibCallName = "__atomic_store"; in EmitAtomicExpr() 1136 LibCallName = "__atomic_load"; in EmitAtomicExpr() 1196 LibCallName = in EmitAtomicExpr() 1197 std::string("__opencl") + StringRef(LibCallName).drop_front(1).str(); in EmitAtomicExpr() 1213 RValue Res = emitAtomicLibcall(*this, LibCallName, RetTy, Args); in EmitAtomicExpr()
|
H A D | CGExprComplex.cpp | 288 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName, 761 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument 790 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
|
H A D | CGBuiltin.cpp | 4755 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local 4768 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1313 SDValue lowerToLibCall(const char *LibCallName, SDValue Op,
|
H A D | PPCISelLowering.cpp | 18490 SDValue PPCTargetLowering::lowerToLibCall(const char *LibCallName, SDValue Op, in lowerToLibCall() argument 18497 DAG.getExternalSymbol(LibCallName, TLI.getPointerTy(DAG.getDataLayout())); in lowerToLibCall()
|