Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp115 EntryArrayTy EntryArray, StringRef Suffix, in createBinDesc() argument
188 createRegisterFunction(Module & M,GlobalVariable * BinDesc,StringRef Suffix) createRegisterFunction() argument
216 createUnregisterFunction(Module & M,GlobalVariable * BinDesc,StringRef Suffix) createUnregisterFunction() argument
259 createFatbinDesc(Module & M,ArrayRef<char> Image,bool IsHIP,StringRef Suffix) createFatbinDesc() argument
322 createRegisterGlobalsFunction(Module & M,bool IsHIP,EntryArrayTy EntryArray,StringRef Suffix,bool EmitSurfacesAndTextures) createRegisterGlobalsFunction() argument
509 createRegisterFatbinFunction(Module & M,GlobalVariable * FatbinDesc,bool IsHIP,EntryArrayTy EntryArray,StringRef Suffix,bool EmitSurfacesAndTextures) createRegisterFatbinFunction() argument
585 wrapOpenMPBinaries(Module & M,ArrayRef<ArrayRef<char>> Images,EntryArrayTy EntryArray,llvm::StringRef Suffix) wrapOpenMPBinaries() argument
597 wrapCudaBinary(Module & M,ArrayRef<char> Image,EntryArrayTy EntryArray,llvm::StringRef Suffix,bool EmitSurfacesAndTextures) wrapCudaBinary() argument
610 wrapHIPBinary(Module & M,ArrayRef<char> Image,EntryArrayTy EntryArray,llvm::StringRef Suffix,bool EmitSurfacesAndTextures) wrapHIPBinary() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp33 StringRef Suffix) { in printLine()
48 StringRef Suffix(" *|"); in emitSourceFileHeader() local
/freebsd-src/contrib/bmake/
H A Dsuff.c149 typedef struct Suffix { struct
186 } Suffix; typedef
151 nameSuffix global() argument
153 nameLenSuffix global() argument
158 includeSuffix global() argument
183 parentsSuffix global() argument
185 childrenSuffix global() argument
[all...]
/freebsd-src/contrib/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); in reverseLookupFilename() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h271 /// Check if this string ends with the given \p Suffix, ignoring case. in ends_with() argument
278 endswith(StringRef Suffix) endswith() argument
651 consume_back(StringRef Suffix) consume_back() argument
661 consume_back_insensitive(StringRef Suffix) consume_back_insensitive() argument
[all...]
H A DSmallString.h125 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp228 llvm::StringLiteral Suffix; member
251 for (const CPUSuffix &Suffix : Suffixes) fillValidCPUList() local
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h59 SmallVector<llvm::Value *, 1> Suffix; global() member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp69 for (const auto &Suffix : kResourceDirSuffixes) { in DefaultComputeClangResourceDirectory() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderMapTypes.h25 uint32_t Suffix; // Offset (into strings) of value suffix. member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp51 StringRef Suffix; in GetSymbolFromOperand() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h341 SmallVector<Arg, 1> Suffix; global() member
357 unsigned Suffix = 0; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp127 const char *Suffix; getCompilerRT() local
/freebsd-src/sys/contrib/dev/acpica/common/
H A Dadfile.c306 char *Suffix) in FlGenerateFilename() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h111 bool addErrorSuffix(const Twine &Suffix) { in addErrorSuffix()
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp145 StringRef Suffix = WantPublic ? "" : "_private"; findAPINotesFile() local
160 StringRef Suffix = Public ? "" : "_private"; loadFrameworkAPINotes() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h115 std::string Suffix; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp97 StringRef Suffix = getCPUSuffix(Subtarget); createMASSVFuncName() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp213 IMAGE_TYPE(ImgType,Id,SingletonId,Access,Suffix) TypeIdxFromBuiltin() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp117 addErrorSuffix(const Twine & Suffix) addErrorSuffix() argument
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp62 std::vector<std::string> &Suffix) { in doTest() argument
199 doTest(std::vector<Function * > & Prefix,std::vector<Function * > & Suffix) doTest() argument
461 doTest(std::vector<BasicBlock * > & Prefix,std::vector<BasicBlock * > & Suffix) doTest() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp184 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getOpenCLType() argument
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DMultilibBuilder.cpp52 MultilibBuilder::MultilibBuilder(StringRef Suffix) in MultilibBuilder()

12345