/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 115 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 D | TableGenBackend.cpp | 32 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument 46 StringRef Suffix(" *|"); emitSourceFileHeader() local [all...] |
/freebsd/contrib/bmake/ |
H A D | suff.c | 149 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 D | StringRef.h | 262 [[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 D | SmallString.h | 125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 53 std::optional<StringRef> Suffix; global() variable
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | Hexagon.cpp | 228 llvm::StringLiteral Suffix; member 263 for (const CPUSuffix &Suffix : Suffixes) in fillValidCPUList() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstComments.cpp | 28 #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 D | CodeGenABITypes.h | 60 SmallVector<llvm::Value *, 1> Suffix; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangHost.cpp | 69 for (const auto &Suffix : kResourceDirSuffixes) { in DefaultComputeClangResourceDirectory() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderMapTypes.h | 25 uint32_t Suffix; // Offset (into strings) of value suffix. member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 51 StringRef Suffix; in GetSymbolFromOperand() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 336 SmallVector<Arg, 1> Suffix; member 352 unsigned Suffix = 0; member
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MipsLinux.cpp | 126 const char *Suffix; in getCompilerRT() local
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | adfile.c | 306 char *Suffix) in FlGenerateFilename()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 111 bool addErrorSuffix(const Twine &Suffix) { in addErrorSuffix()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 146 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 D | CodeExtractor.h | 115 std::string Suffix; variable
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | MemoryModelRelaxationAnnotations.cpp | 60 StringRef Suffix) { in getTagMD()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLowerMASSVEntries.cpp | 99 StringRef Suffix = getCPUSuffix(Subtarget); in createMASSVFuncName() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 216 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmParser.cpp | 116 bool MCAsmParser::addErrorSuffix(const Twine &Suffix) { in addErrorSuffix()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 62 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 D | X86MCInstLower.cpp | 166 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
|