Searched refs:LibCallName (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 1049 std::string LibCallName; in EmitAtomicExpr() local 1074 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr() 1093 LibCallName = "__atomic_exchange"; in EmitAtomicExpr() 1103 LibCallName = "__atomic_store"; in EmitAtomicExpr() 1115 LibCallName = "__atomic_load"; in EmitAtomicExpr() 1125 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr() 1137 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr() 1149 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr() 1161 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr() 1173 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr() [all …]
|
D | CGExprComplex.cpp | 270 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName, 627 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument 656 FTy, LibCallName, llvm::AttributeList(), true); in EmitComplexBinOpLibCall()
|
D | CGBuiltin.cpp | 3591 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local 3604 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 839 std::string LibCallName; in EmitAtomicExpr() local 860 LibCallName = "__atomic_compare_exchange"; in EmitAtomicExpr() 876 LibCallName = "__atomic_exchange"; in EmitAtomicExpr() 885 LibCallName = "__atomic_store"; in EmitAtomicExpr() 896 LibCallName = "__atomic_load"; in EmitAtomicExpr() 905 LibCallName = "__atomic_fetch_add"; in EmitAtomicExpr() 916 LibCallName = "__atomic_fetch_and"; in EmitAtomicExpr() 927 LibCallName = "__atomic_fetch_or"; in EmitAtomicExpr() 938 LibCallName = "__atomic_fetch_sub"; in EmitAtomicExpr() 949 LibCallName = "__atomic_fetch_xor"; in EmitAtomicExpr() [all …]
|
D | CGExprComplex.cpp | 240 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName, 574 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, in EmitComplexBinOpLibCall() argument 602 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName); in EmitComplexBinOpLibCall() 754 StringRef LibCallName; in EmitBinDiv() local
|
D | CGBuiltin.cpp | 1379 const char *LibCallName = "__atomic_is_lock_free"; in EmitBuiltinExpr() local 1392 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
|