Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DAsmWriterInst.cpp122 StringRef VarName(AsmString.data() + DollarPos + 1, in AsmWriterInst() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h385 const std::string VarName; variable
397 const std::string &VarName) in OffloadEntryInfoDeviceGlobalVar()
425 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo()
2868 #define OMP_TYPE(VarName, InitValue) Type *VarName = nullptr; argument
2869 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
2872 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ argument
2875 #define OMP_STRUCT_TYPE(VarName, StrName, ...) \ argument
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h199 UndefVarError(StringRef VarName) UndefVarError() argument
383 Substitution(FileCheckPatternContext * Context,StringRef VarName,size_t InsertIdx) Substitution() argument
402 StringSubstitution(FileCheckPatternContext * Context,StringRef VarName,size_t InsertIdx) StringSubstitution() argument
[all...]
H A DFileCheck.cpp1360 FileCheckPatternContext::getPatternVarValue(StringRef VarName) { in getPatternVarValue()
1375 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/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp81 int CodeEmitterGen::getVariableBit(const std::string &VarName, BitsInit *BI, in getVariableBit()
97 const std::string &VarName, in addCodeToMergeInOperand()
H A DGICombinerEmitter.cpp
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp146 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.h167 VarName, enumerator
H A DRecord.cpp3265 Init *MapResolver::resolve(Init *VarName) { in resolve()
3283 Init *RecordResolver::resolve(Init *VarName) { in resolve()
3308 Init *TrackUnresolvedResolver::resolve(Init *VarName) { in resolve()
3328 Init *HasReferenceResolver::resolve(Init *VarName) in resolve()
H A DTGParser.cpp3101 StringInit *VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList() local
3113 StringInit *VarName = nullptr; in ParseDagArgList() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp790 std::string VarName = in lowerKernelScopeStructVariables() local
1160 Module &M, std::string VarName, in createLDSVariableReplacement()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1080 GlobalVariable *InstrLowerer::getOrCreateBiasVar(StringRef VarName) { in getOrCreateBiasVar()
1608 std::string VarName; in setupProfileSection() local
2137 const StringRef VarName(INSTR_PROF_QUOTE(INSTR_PROF_PROFILE_SAMPLING_VAR)); in createProfileSamplingVar() local
H A DMemProfiler.cpp527 const StringRef VarName(MemProfHistogramFlagVar); in createMemprofHistogramFlagVar() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6292 StringRef VarName, in Write_protocol_list_initializer()
6316 StringRef VarName, in Write_method_list_t_initializer()
6357 StringRef VarName, in Write_prop_list_t_initializer()
6410 StringRef VarName, in Write__class_ro_t_initializer()
6470 StringRef VarName, in Write_class_t()
6694 StringRef VarName, in Write__extendedMethodTypes_initializer()
6764 StringRef VarName, in Write__ivar_list_t_initializer()
/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.cpp624 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn() local
H A DCodeGenPGO.cpp1336 const StringRef VarName(INSTR_PROF_QUOTE(INSTR_PROF_RAW_VERSION_VAR)); in setProfileVersion() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp553 #define OMP_ATTRS_SET(VarName, AttrSet) AttributeSet VarName = AttrSet; in addAttributes() argument
7215 std::string VarName) { in createOffloadMaptypes()
8322 std::string VarName) { in createOffloadMapnames()
8339 #define OMP_TYPE(VarName, InitValue) VarName = InitValue; in initializeTypes() argument
8340 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ in initializeTypes() argument
8343 #define OMP_FUNCTION_TYPE(VarName, IsVarArg, ReturnType, ...) \ in initializeTypes() argument
8346 #define OMP_STRUCT_TYPE(VarName, StructName, Packed, ...) \ in initializeTypes() argument
8712 StringRef VarName; in registerTargetGlobalVariable() local
8944 StringRef VarName, Constant *Addr, int64_t VarSize, in registerDeviceGlobalVarEntryInfo()
/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.cpp1688 StringRef VarName = Entity.getCapturedVarName(); in CheckConstructorAccess() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp391 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar()

12