Home
last modified time | relevance | path

Searched defs:Suffix (Results 1 – 25 of 144) sorted by relevance

123456

/llvm-project/polly/lib/Support/
H A DDumpFunctionPass.cpp32 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 DGICHelper.cpp155 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 DTableGenBackend.cpp33 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 DOffloadWrapper.cpp115 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 DHeaderMap.cpp191 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 DDumpFunctionPass.h29 std::string Suffix; member
/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h270 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 DHexagon.cpp228 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 Dsuspicious-call-argument.rst70 Suffix section in Heuristics
/llvm-project/libc/src/__support/CPP/
H A Dstring_view.h156 // 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 DCodeGenABITypes.h60 SmallVector<llvm::Value *, 1> Suffix; member
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h29 Suffix, enumerator
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp28 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 DAMDGPUInstructionSyntax.rst76 .. _amdgpu_syn_instruction_type:
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp69 for (const auto &Suffix : kResourceDirSuffixes) { in DefaultComputeClangResourceDirectory() local
/llvm-project/clang/include/clang/Lex/
H A DHeaderMapTypes.h25 uint32_t Suffix; // Offset (into strings) of value suffix. member
/llvm-project/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp51 StringRef Suffix; in GetSymbolFromOperand() local
/llvm-project/polly/lib/CodeGen/
H A DUtils.cpp32 const char *Suffix, DominatorTree *DT, in splitEdge() argument
/llvm-project/flang/include/flang/Common/
H A Dinterval.h105 Interval Suffix(std::size_t n) const { in Suffix() function
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFileExtensionsUtils.cpp46 for (StringRef Suffix : Suffixes) { in parseFileExtensions() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp126 const char *Suffix; in getCompilerRT() local
/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h336 SmallVector<Arg, 1> Suffix; member
352 unsigned Suffix = 0; member
/llvm-project/llvm/unittests/ADT/
H A DStringSwitchTest.cpp116 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 DMCAsmParserExtension.h111 bool addErrorSuffix(const Twine &Suffix) { in addErrorSuffix() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName() local

123456