Home
last modified time | relevance | path

Searched defs:mangledName (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp465 static bool eatTerm(StringRef& mangledName, const char c) { in eatTerm()
474 static bool eatTerm(StringRef& mangledName, const char (&str)[N]) { in eatTerm()
494 static StringRef eatLengthPrefixedName(StringRef& mangledName) { in eatLengthPrefixedName()
529 static int parseVecSize(StringRef& mangledName) { in parseVecSize()
540 static AMDGPULibFunc::ENamePrefix parseNamePrefix(StringRef& mangledName) { in parseNamePrefix()
652 bool AMDGPUMangledLibFunc::parseFuncName(StringRef &mangledName) { in parseFuncName()
695 StringRef AMDGPUMangledLibFunc::getUnmangledName(StringRef mangledName) { in getUnmangledName()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp471 static bool eatTerm(StringRef& mangledName, const char c) { in eatTerm()
480 static bool eatTerm(StringRef& mangledName, const char (&str)[N]) { in eatTerm()
498 static StringRef eatLengthPrefixedName(StringRef& mangledName) { in eatLengthPrefixedName()
533 static int parseVecSize(StringRef& mangledName) { in parseVecSize()
544 static AMDGPULibFunc::ENamePrefix parseNamePrefix(StringRef& mangledName) { in parseNamePrefix()
656 bool AMDGPUMangledLibFunc::parseFuncName(StringRef &mangledName) { in parseFuncName()
699 StringRef AMDGPUMangledLibFunc::getUnmangledName(StringRef mangledName) { in getUnmangledName()
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLVariable.cpp88 std::string_view ExtendedVariable::mangledName() const { in mangledName() function in SkSL::ExtendedVariable
131 std::string mangledName; in Convert() local
152 std::string mangledName, in Make()
H A DSkSLVariable.h132 virtual std::string_view mangledName() const { return this->name(); } in mangledName() function
162 Storage storage, std::string mangledName) in ExtendedVariable()
H A DSkSLFunctionDeclaration.cpp519 std::string FunctionDeclaration::mangledName() const { in mangledName() function in SkSL::FunctionDeclaration
/aosp_15_r20/cts/common/device-side/nativetesthelper/jni/
H A Dgtest_wrapper.cpp78 std::string mangledName = nativeName; in registerAndMangleTestName() local
86 jobject createTestDescription(JNIEnv* env, jstring className, const std::string& mangledName) { in createTestDescription()
95 std::string mangledName = registerAndMangleTestName(nativeNameStream.str()); in createTestDescription() local
147 for (const std::string& mangledName : mangledNames) { in reportDisabledTests() local
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLShaderBuilder.cpp55 const char* mangledName, in appendFunctionDecl()
69 const char* mangledName, in emitFunction()
85 const char* mangledName, in emitFunctionPrototype()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp395 std::string mangledName = fCallbacks->getMangledName(specializedName.c_str()); in functionName() local
510 std::string mangledName = fCallbacks->getMangledName(std::string(var.name()).c_str()); in writeGlobalVarDeclaration() local
527 std::string mangledName = fCallbacks->getMangledName(type.displayName().c_str()); in writeStructDefinition() local
H A DSkSLSPIRVCodeGenerator.cpp4401 std::string mangledName = f.mangledName(); in writeFunctionStart() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.cpp450 TString mangledName(1, GetSizeMangledName(primarySize, secondarySize)); in buildMangledName() local
844 TString mangledName; in buildMangledFieldList() local
H A DStaticType.h50 char *mangledName = typeName.getName(); in BuildStaticMangledName() local
H A DSymbolTable.cpp137 const ImmutableString &mangledName, in markFunctionHasPrototypeDeclaration()
H A DTypes.h112 const char *mangledName) in TType()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DSymbolTable.h132 const TString *mangledName; variable
161 : TSymbol(name, mangledName), in TSymbol() argument
346 TString mangledName; variable
H A DIntermediate.cpp68 …l* TIntermediate::addSymbol(long long id, const TString& name, const TString& mangledName, const T… in addSymbol()
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DType_test.cpp56 char *mangledName = typeName.getName(); in TEST() local
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dbacktrace.cpp76 char mangledName[kMaxNameSize + 1]; in demangleSymbol() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
H A DIsGetterRenaming2527Test.java59 String mangledName = BeanUtil.stdManglePropertyName(origSimple, 2); in findRenameByField() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DNameMangleListener.java115 final String mangledName = mangleTestRunName(runName); in testRunStarted() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNode_util.cpp25 const ImmutableString &mangledName = TFunctionLookup::GetMangledName(name, *arguments); in LookUpBuiltInFunction() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h342 TString mangledName; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DDrawMeshOp.cpp260 const char* mangledName = nullptr; in declareUniform() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h1235 TString mangledName; // mangled function name, or a copy of name if not a function variable
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslParseHelper.cpp9827 const TString mangledName = patchConstantFunctionName + "("; in findPatchConstantFunction() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp9831 const TString mangledName = patchConstantFunctionName + "("; in findPatchConstantFunction() local

12