/llvm-project/polly/lib/Support/ |
H A D | DumpFunctionPass.cpp | 32 static void runDumpFunction(llvm::Function &F, StringRef Suffix) { in runDumpFunction() 92 std::string Suffix; member in __anonf02921570111::DumpFunctionWrapperPass 99 explicit DumpFunctionWrapperPass(std::string Suffix) in DumpFunctionWrapperPass() 118 FunctionPass *polly::createDumpFunctionWrapperPass(std::string Suffix) { in createDumpFunctionWrapperPass()
|
H A D | GICHelper.cpp | 155 const std::string &Suffix) { in getIslCompatibleName() argument 163 const std::string &Suffix, in getIslCompatibleName() argument 180 const std::string &Suffix, in getIslCompatibleName() argument
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 33 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument 48 StringRef Suffix(" *|"); emitSourceFileHeader() local [all...] |
/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 115 EntryArrayTy EntryArray, StringRef Suffix, in createBinDesc() argument 190 StringRef Suffix) { in createUnregisterFunction() argument 213 StringRef Suffix) { in createRegisterFunction() argument 267 StringRef Suffix) { in createFatbinDesc() argument 330 createRegisterGlobalsFunction(Module & M,bool IsHIP,EntryArrayTy EntryArray,StringRef Suffix,bool EmitSurfacesAndTextures) createRegisterGlobalsFunction() argument 517 createRegisterFatbinFunction(Module & M,GlobalVariable * FatbinDesc,bool IsHIP,EntryArrayTy EntryArray,StringRef Suffix,bool EmitSurfacesAndTextures) createRegisterFatbinFunction() argument 593 wrapOpenMPBinaries(Module & M,ArrayRef<ArrayRef<char>> Images,EntryArrayTy EntryArray,llvm::StringRef Suffix,bool Relocatable) wrapOpenMPBinaries() argument 605 wrapCudaBinary(Module & M,ArrayRef<char> Image,EntryArrayTy EntryArray,llvm::StringRef Suffix,bool EmitSurfacesAndTextures) wrapCudaBinary() argument 618 wrapHIPBinary(Module & M,ArrayRef<char> Image,EntryArrayTy EntryArray,llvm::StringRef Suffix,bool EmitSurfacesAndTextures) wrapHIPBinary() argument [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | HeaderMap.cpp | 191 StringRef Suffix = getStringOrInvalid(B.Suffix); in dump() local 220 std::optional<StringRef> Suffix = getString(B.Suffix); in lookupFilename() local 245 std::optional<StringRef> Suffix = getString(B.Suffix); reverseLookupFilename() local [all...] |
/llvm-project/polly/include/polly/Support/ |
H A D | DumpFunctionPass.h | 29 std::string Suffix; member
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 270 ends_with(StringRef Suffix) ends_with() argument 275 ends_with(char Suffix) ends_with() argument 648 consume_back(StringRef Suffix) consume_back() argument 658 consume_back_insensitive(StringRef Suffix) consume_back_insensitive() argument [all...] |
/llvm-project/clang/lib/Basic/Targets/ |
H A D | Hexagon.cpp | 228 llvm::StringLiteral Suffix; global() member 251 for (const CPUSuffix &Suffix : Suffixes) fillValidCPUList() local
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | suspicious-call-argument.rst | 70 Suffix section in Heuristics
|
/llvm-project/libc/src/__support/CPP/ |
H A D | string_view.h | 156 // Check if this string ends with the given Suffix. in ends_with() argument 151 ends_with(const char Suffix) ends_with() argument
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CodeGenABITypes.h | 60 SmallVector<llvm::Value *, 1> Suffix; member
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SuspiciousCallArgumentCheck.h | 29 Suffix, enumerator
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstComments.cpp | 28 CASE_AVX_INS_COMMON(Inst,Suffix,src) global() argument 31 CASE_MASK_INS_COMMON(Inst,Suffix,src) global() argument 34 CASE_MASKZ_INS_COMMON(Inst,Suffix,src) global() argument 37 CASE_AVX512_INS_COMMON(Inst,Suffix,src) global() argument [all...] |
/llvm-project/llvm/docs/ |
H A D | AMDGPUInstructionSyntax.rst | 76 .. _amdgpu_syn_instruction_type:
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangHost.cpp | 69 for (const auto &Suffix : kResourceDirSuffixes) { in DefaultComputeClangResourceDirectory() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderMapTypes.h | 25 uint32_t Suffix; // Offset (into strings) of value suffix. member
|
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 51 StringRef Suffix; in GetSymbolFromOperand() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | Utils.cpp | 32 const char *Suffix, DominatorTree *DT, in splitEdge() argument
|
/llvm-project/flang/include/flang/Common/ |
H A D | interval.h | 105 Interval Suffix(std::size_t n) const { in Suffix() function
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | FileExtensionsUtils.cpp | 46 for (StringRef Suffix : Suffixes) { in parseFileExtensions() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MipsLinux.cpp | 126 const char *Suffix; in getCompilerRT() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 336 SmallVector<Arg, 1> Suffix; member 352 unsigned Suffix = 0; member
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StringSwitchTest.cpp | 116 enum class Suffix { Possible, PastTense, Process, InProgressAction, Unknown }; in TEST() enum 136 enum class Suffix { Possible, PastTense, Process, InProgressAction, Unknown }; in TEST() enum
|
/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 111 bool addErrorSuffix(const Twine &Suffix) { in addErrorSuffix() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName() local
|