Home
last modified time | relevance | path

Searched defs:VarName (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
H A DOMPConstants.cpp46 #define OMP_TYPE(VarName, InitValue) Type *llvm::omp::types::VarName = nullptr; argument
47 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
50 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
65 #define OMP_TYPE(VarName, InitValue) VarName = InitValue; in initializeTypes() argument
66 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ in initializeTypes() argument
69 #define OMP_STRUCT_TYPE(VarName, StructName, ...) \ in initializeTypes() argument
79 #define OMP_TYPE(VarName, InitValue) VarName = nullptr; in uninitializeTypes() argument
80 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ in uninitializeTypes() argument
83 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ in uninitializeTypes() argument
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_reflection.cpp736 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName, in genInitBoolExportVariable()
748 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName, in genInitPrimitiveExportVariable()
758 const std::string &VarName, in genInitExportVariable()
1822 const char *VarName) { in genTypeCheck()
1863 const std::string &VarName = EV->getName(); in genPrimitiveTypeExportVariable() local
1970 const std::string &VarName = EV->getName(); in genPointerTypeExportVariable() local
2000 std::string VarName = EV->getName(); in genVectorTypeExportVariable() local
2014 const std::string &VarName = EV->getName(); in genMatrixTypeExportVariable() local
2046 std::string VarName = EV->getName(); in genConstantArrayTypeExportVariable() local
2062 std::string VarName = EV->getName(); in genRecordTypeExportVariable() local
[all …]
Dslang_rs_reflection_cpp.cpp592 const std::string &VarName = EV->getName(); in genPointerTypeExportVariable() local
766 const char *VarName, in genPackVarOfType()
856 const char *VarName) { in genTypeCheck()
919 const std::string &VarName, in genInitExportVariable()
999 void RSReflectionCpp::genZeroInitExportVariable(const std::string &VarName) { in genZeroInitExportVariable()
1005 RSReflectionCpp::genInitPrimitiveExportVariable(const std::string &VarName, in genInitPrimitiveExportVariable()
1057 void RSReflectionCpp::genInitBoolExportVariable(const std::string &VarName, in genInitBoolExportVariable()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h87 #define OMP_TYPE(VarName, InitValue) extern Type *VarName; argument
88 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
91 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h370 const std::string VarName; variable
382 const std::string &VarName) in OffloadEntryInfoDeviceGlobalVar()
410 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo()
2282 #define OMP_TYPE(VarName, InitValue) Type *VarName = nullptr; argument
2283 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
2286 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
2289 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h359 const std::string VarName; variable
371 const std::string &VarName) in OffloadEntryInfoDeviceGlobalVar()
399 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo()
2262 #define OMP_TYPE(VarName, InitValue) Type *VarName = nullptr; argument
2263 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
2266 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
2269 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h370 const std::string VarName; variable
382 const std::string &VarName) in OffloadEntryInfoDeviceGlobalVar()
410 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo()
2282 #define OMP_TYPE(VarName, InitValue) Type *VarName = nullptr; argument
2283 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
2286 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
2289 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h370 const std::string VarName; variable
382 const std::string &VarName) in OffloadEntryInfoDeviceGlobalVar()
410 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo()
2282 #define OMP_TYPE(VarName, InitValue) Type *VarName = nullptr; argument
2283 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
2286 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
2289 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1552 #define OMP_TYPE(VarName, InitValue) Type *VarName = nullptr; argument
1553 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
1556 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
1559 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
2110 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheckImpl.h66 UndefVarError(StringRef VarName) : VarName(VarName) {} in UndefVarError()
189 Substitution(FileCheckPatternContext *Context, StringRef VarName, in Substitution()
208 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, in StringSubstitution()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp213 std::string VarName; member in __anon1fdae45c0111::ForExprAST
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
717 const std::string &VarName) { in CreateEntryBlockAlloca()
981 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp213 std::string VarName; member in __anon36e2025a0111::ForExprAST
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
717 const std::string &VarName) { in CreateEntryBlockAlloca()
981 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp213 std::string VarName; member in __anonab5e735b0111::ForExprAST
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
717 const std::string &VarName) { in CreateEntryBlockAlloca()
981 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp213 std::string VarName; member in __anon4ef9f7db0111::ForExprAST
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
718 const std::string &VarName) { in CreateEntryBlockAlloca()
982 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp210 std::string VarName; member in __anonc37668dc0111::ForExprAST
214 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
713 const std::string &VarName) { in CreateEntryBlockAlloca()
977 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp214 std::string VarName; member in ForExprAST
218 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
706 const std::string &VarName) { in CreateEntryBlockAlloca()
970 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp229 std::string VarName; member in ForExprAST
233 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
728 const std::string &VarName) { in CreateEntryBlockAlloca()
992 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
H A DFileCheckImpl.h222 UndefVarError(StringRef VarName) : VarName(VarName) {} in UndefVarError()
406 Substitution(FileCheckPatternContext *Context, StringRef VarName, in Substitution()
425 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, in StringSubstitution()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp314 std::string VarName; member in __anon37f2d9dd0211::ForExprAST
318 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST()
887 const std::string &VarName) { in CreateEntryBlockAlloca()
1163 const std::string &VarName = VarNames[i].first; in codegen() local
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp47 int CodeEmitterGen::getVariableBit(const std::string &VarName, in getVariableBit()
62 AddCodeToMergeInOperand(Record *R, BitsInit *BI, const std::string &VarName, in AddCodeToMergeInOperand()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp176 std::string VarName; member in ForExprAST
620 const std::string &VarName) { in CreateEntryBlockAlloca()
874 const std::string &VarName = VarNames[i].first; in Codegen() local
H A Dtoy.cpp177 std::string VarName; member in ForExprAST
904 const std::string &VarName) { in CreateEntryBlockAlloca()
1154 const std::string &VarName = VarNames[i].first; in Codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp191 std::string VarName; member in ForExprAST
635 const std::string &VarName) { in CreateEntryBlockAlloca()
892 const std::string &VarName = VarNames[i].first; in Codegen() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
H A DAndroidRemoteContext.java71 static class VarName { class in AndroidRemoteContext
76 VarName(String name, int id, int type) { in VarName() method in AndroidRemoteContext.VarName
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp175 std::string VarName; member in ForExprAST
864 const std::string &VarName) { in CreateEntryBlockAlloca()
1114 const std::string &VarName = VarNames[i].first; in Codegen() local

1234