Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DMatchDataInfo.h43 std::string VarName; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.cpp121 StringRef VarName(AsmString.data()+DollarPos+1, VarEnd-DollarPos-1); in AsmWriterInst() local
H A DCodeEmitterGen.cpp81 int CodeEmitterGen::getVariableBit(const std::string &VarName, in getVariableBit()
97 const std::string &VarName, in addCodeToMergeInOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A 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
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h174 UndefVarError(StringRef VarName) : VarName(VarName) {} in UndefVarError()
357 Substitution(FileCheckPatternContext *Context, StringRef VarName, in Substitution()
376 StringSubstitution(FileCheckPatternContext *Context, StringRef VarName, in StringSubstitution()
H A DFileCheck.cpp1358 FileCheckPatternContext::getPatternVarValue(StringRef VarName) { in getPatternVarValue()
1373 FileCheckPatternContext::makeStringSubstitution(StringRef VarName, in makeStringSubstitution()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h29 const char *VarName; member
H A DSourcePrinter.cpp57 const char *VarName = VarDie.getName(DINameKind::ShortName); in addVariable() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp144 QualType T, DeclarationName VarName, ArrayRef<OMPClause *> Clauses, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h296 DeclarationName VarName; variable
303 QualType Ty, DeclarationName VarName, in OMPDeclareMapperDecl()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h166 VarName, enumerator
H A DRecord.cpp3267 Init *MapResolver::resolve(Init *VarName) { in resolve()
3285 Init *RecordResolver::resolve(Init *VarName) { in resolve()
3310 Init *TrackUnresolvedResolver::resolve(Init *VarName) { in resolve()
3330 Init *HasReferenceResolver::resolve(Init *VarName) in resolve()
H A DTGParser.cpp3095 StringInit *VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList() local
3107 StringInit *VarName = nullptr; in ParseDagArgList() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp955 std::string VarName = in lowerKernelScopeStructVariables() local
1370 Module &M, std::string VarName, in createLDSVariableReplacement()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6294 StringRef VarName, in Write_protocol_list_initializer()
6318 StringRef VarName, in Write_method_list_t_initializer()
6359 StringRef VarName, in Write_prop_list_t_initializer()
6412 StringRef VarName, in Write__class_ro_t_initializer()
6472 StringRef VarName, in Write_class_t()
6696 StringRef VarName, in Write__extendedMethodTypes_initializer()
6766 StringRef VarName, in Write__ivar_list_t_initializer()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp550 #define OMP_ATTRS_SET(VarName, AttrSet) AttributeSet VarName = AttrSet; in addAttributes() argument
5252 std::string VarName) { in createOffloadMaptypes()
6354 std::string VarName) { in createOffloadMapnames()
6371 #define OMP_TYPE(VarName, InitValue) VarName = InitValue; in initializeTypes() argument
6372 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ in initializeTypes() argument
6375 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ in initializeTypes() argument
6378 #define OMP_STRUCT_TYPE(VarName, StructName, Packed, ...) \ in initializeTypes() argument
6733 StringRef VarName; in registerTargetGlobalVariable() local
6994 StringRef VarName, Constant *Addr, int64_t VarSize, in registerDeviceGlobalVarEntryInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1202 StringRef VarName) { in maybeSetComdat()
1268 std::string VarName; in setupProfileSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1238 Init *VarName; variable
2257 bool isComplete(Init *VarName) const { in isComplete()
2295 Init *resolve(Init *VarName) override { in resolve()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp601 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp569 #define OMP_TYPE(VarName, ...) \ in initializeRuntimeFunctions() argument
573 #define OMP_ARRAY_TYPE(VarName, ...) \ in initializeRuntimeFunctions() argument
579 #define OMP_FUNCTION_TYPE(VarName, ...) \ in initializeRuntimeFunctions() argument
585 #define OMP_STRUCT_TYPE(VarName, ...) \ in initializeRuntimeFunctions() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1673 StringRef VarName = Entity.getCapturedVarName(); in CheckConstructorAccess() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp404 std::string VarName = std::string(getInstrProfNameVarPrefix()); in getPGOFuncNameVarName() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp390 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1123 std::string VarName = S.substr(Pos + 1, End - Pos - 1); in replaceParamsIn() local
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiInternalFormRepresentation.h816 EFI_STRING_ID VarName; member
1538 EFI_STRING_ID VarName; member
1565 EFI_STRING_ID VarName; member

12