Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp115 EntryArrayTy EntryArray, StringRef Suffix, in createBinDesc()
190 StringRef Suffix) { in createUnregisterFunction()
213 StringRef Suffix) { in createRegisterFunction()
267 StringRef Suffix) { in createFatbinDesc()
330 StringRef Suffix, in createRegisterGlobalsFunction()
517 StringRef Suffix, in createRegisterFatbinFunction()
593 llvm::StringRef Suffix, bool Relocatable) { in wrapOpenMPBinaries()
605 llvm::StringRef Suffix, in wrapCudaBinary()
618 EntryArrayTy EntryArray, llvm::StringRef Suffix, in wrapHIPBinary()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp32 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument
46 StringRef Suffix(" *|"); emitSourceFileHeader() local
[all...]
/freebsd/contrib/bmake/
H A Dsuff.c149 typedef struct Suffix { struct
151 char *name;
153 size_t nameLen;
158 bool include:1;
183 SuffixList parents; argument
185 SuffixList children; argument
186 } Suffix; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h262 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with()
267 [[nodiscard]] bool ends_with(char Suffix) const { in ends_with()
640 bool consume_back(StringRef Suffix) { in consume_back()
650 bool consume_back_insensitive(StringRef Suffix) { in consume_back_insensitive()
H A DSmallString.h125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGlobPattern.h53 std::optional<StringRef> Suffix; global() variable
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp228 llvm::StringLiteral Suffix; member
263 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h60 SmallVector<llvm::Value *, 1> Suffix; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp69 for (const auto &Suffix : kResourceDirSuffixes) { in DefaultComputeClangResourceDirectory() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderMapTypes.h25 uint32_t Suffix; // Offset (into strings) of value suffix. member
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp51 StringRef Suffix; in GetSymbolFromOperand() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h336 SmallVector<Arg, 1> Suffix; member
352 unsigned Suffix = 0; member
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp126 const char *Suffix; in getCompilerRT() local
/freebsd/sys/contrib/dev/acpica/common/
H A Dadfile.c306 char *Suffix) in FlGenerateFilename()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h111 bool addErrorSuffix(const Twine &Suffix) { in addErrorSuffix()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp146 StringRef Suffix = WantPublic ? "" : "_private"; in findAPINotesFile() local
161 StringRef Suffix = Public ? "" : "_private"; in loadFrameworkAPINotes() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h115 std::string Suffix; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp60 StringRef Suffix) { in getTagMD()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp99 StringRef Suffix = getCPUSuffix(Subtarget); in createMASSVFuncName() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp216 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp116 bool MCAsmParser::addErrorSuffix(const Twine &Suffix) { in addErrorSuffix()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp62 std::vector<std::string> &Suffix) { in doTest()
199 std::vector<Function *> &Suffix) override { in doTest()
461 std::vector<BasicBlock *> &Suffix) override { in doTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp166 StringRef Suffix; in GetSymbolFromOperand() local
1911 #define INSTR_CASE(Prefix, Instr, Suffix, Postfix) \ in addConstantComments() argument
2002 #define MOV_CASE(Prefix, Suffix) \ in addConstantComments() argument
2010 #define MOV_AVX512_CASE(Suffix, Postfix) \ in addConstantComments() argument
2130 #define MOVX_CASE(Prefix, Ext, Type, Suffix, Postfix) \ in addConstantComments() argument

12345