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

/external/clang/lib/CodeGen/
H A DCGAtomic.cpp851 std::string LibCallName; local
872 LibCallName = "__atomic_compare_exchange";
888 LibCallName = "__atomic_exchange";
897 LibCallName = "__atomic_store";
908 LibCallName = "__atomic_load";
917 LibCallName = "__atomic_fetch_add";
928 LibCallName = "__atomic_fetch_and";
939 LibCallName = "__atomic_fetch_or";
950 LibCallName = "__atomic_fetch_sub";
961 LibCallName
[all...]
H A DCGExprComplex.cpp240 ComplexPairTy EmitComplexBinOpLibCall(StringRef LibCallName,
573 ComplexPairTy ComplexExprEmitter::EmitComplexBinOpLibCall(StringRef LibCallName, argument
601 llvm::Constant *Func = CGF.CGM.CreateBuiltinFunction(FTy, LibCallName);
753 StringRef LibCallName; local
H A DCGBuiltin.cpp1286 const char *LibCallName = "__atomic_is_lock_free"; local
1301 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName);

Completed in 164 milliseconds