Searched defs:LibCallName (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp839 std::string LibCallName; local
860 LibCallName = "__atomic_compare_exchange";
876 LibCallName = "__atomic_exchange";
885 LibCallName = "__atomic_store";
896 LibCallName = "__atomic_load";
905 LibCallName = "__atomic_fetch_add";
916 LibCallName = "__atomic_fetch_and";
927 LibCallName = "__atomic_fetch_or";
938 LibCallName = "__atomic_fetch_sub";
949 LibCallName
[all...]
H A DCGExprComplex.cpp240 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
574 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, argument
602 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName);
754 StringRef LibCallName; local
H A DCGBuiltin.cpp1379 const char *LibCallName = "__atomic_is_lock_free"; local
1392 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName);

Completed in 436 milliseconds