Searched refs:Suffix (Results 51 - 75 of 118) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp711 const char *Suffix, DominatorTree *DT,
722 std::string NewName = std::string(Suffix) + ".split-lp";
724 SplitLandingPadPredecessors(BB, Preds, Suffix, NewName.c_str(), NewBBs, DT,
731 BB->getContext(), BB->getName() + Suffix, BB->getParent(), BB);
709 SplitBlockPredecessors(BasicBlock *BB, ArrayRef<BasicBlock *> Preds, const char *Suffix, DominatorTree *DT, LoopInfo *LI, MemorySSAUpdater *MSSAU, bool PreserveLCSSA) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1444 #define VPERM_CASES(Suffix) \
1445 case X86::VPERMI2##Suffix##128rr: case X86::VPERMT2##Suffix##128rr: \
1446 case X86::VPERMI2##Suffix##256rr: case X86::VPERMT2##Suffix##256rr: \
1447 case X86::VPERMI2##Suffix##rr: case X86::VPERMT2##Suffix##rr: \
1448 case X86::VPERMI2##Suffix##128rm: case X86::VPERMT2##Suffix##128rm: \
1449 case X86::VPERMI2##Suffix##25
[all...]
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dposix1.mk38 # Suffix substitution
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h334 bool addLibStdCXXIncludePaths(Twine Base, Twine Suffix, StringRef GCCTriple,
H A DCommonArgs.cpp365 const char *Suffix = ".dll"; local
367 const char *Suffix = ".dylib"; local
369 const char *Suffix = ".so"; local
375 Suffix, local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp210 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.h93 template <bool SignedExtend, int ExtWidth, char SrcRegKind, char Suffix>
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h536 std::string GetTemporaryPath(StringRef Prefix, StringRef Suffix) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp380 const Twine &Suffix, unsigned Type,
383 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix);
379 getELFNamedSection(const Twine &Prefix, const Twine &Suffix, unsigned Type, unsigned Flags, unsigned EntrySize) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp403 static bool consumeNameSuffix(StringRef &FullName, StringRef Suffix) { argument
405 if (!Name.endswith(Suffix))
407 Name = Name.drop_back(Suffix.size());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp625 StringRef Suffix = arm::getLLVMArchSuffixForARM(CPU, MArch, Triple); local
628 if (Suffix.empty())
631 MArch = std::string("arm") + Suffix.str();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h878 /// is not know to the caller, Prefix and Suffix cannot have path separators.
883 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
889 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
914 getPotentiallyUniqueTempFileName(const Twine &Prefix, StringRef Suffix,
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1056 char Suffix = '\0';
1059 case 8: Suffix = 'b'; break;
1060 case 16: Suffix = 'h'; break;
1061 case 32: Suffix = 's'; break;
1062 case 64: Suffix = 'd'; break;
1066 if (Suffix != '\0') {
1068 S.insert(Pos, &Suffix, 1);
H A DClangAttrEmitter.cpp1388 llvm::SmallString<8> Suffix; local
1397 Suffix = "))";
1400 Suffix = "]]";
1408 Suffix = ")";
1411 Suffix = "]";
1414 Suffix = "";
1417 Suffix = "\n";
1519 OS << Suffix + "\";\n"; local
H A DClangDiagnosticsEmitter.cpp883 std::string Suffix; local
885 Suffix += " |nbsp| ";
897 S += Suffix;
H A DMveEmitter.cpp909 std::string Suffix;
911 Suffix = (Twine(", ") + IA.ExtraCheckArgs).str();
914 Suffix + ")")
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2283 // suffix then Suffix is set to the substring in Name that contains the suffix
2300 // Suffix values. Calling code needs to be tolerant of guessLibraryShortName()
2311 StringRef &Suffix) {
2316 Suffix = StringRef();
2327 Suffix = Foo.slice(Idx, Foo.npos);
2328 if (Suffix != "_debug" && Suffix != "_profile")
2329 Suffix = StringRef();
2395 Suffix = Name.slice(Idx, a);
2396 if (Suffix !
2309 guessLibraryShortName(StringRef Name, bool &isFramework, StringRef &Suffix) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1797 StringRef Suffix(Multilib.gccSuffix());
1798 assert(Suffix.front() == '/');
1799 llvm::outs() << Suffix.substr(1) << "\n";
4503 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
4510 const char *Middle = Suffix ? "-%%%%%%." : "-%%%%%%";
4512 CrashDirectory + Middle + Suffix, TmpName);
4518 TmpName = GetTemporaryPath(Split.first, Suffix);
4582 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode());
4583 assert(Suffix && "All types used for output should have a suffix.");
4601 Suffixed += Suffix;
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h468 StringRef Suffix) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp89 unsigned count, StringRef Suffix) {
93 std::string SaveTempPath = (TempDir + llvm::Twine(count) + Suffix).str();
88 saveTempBitcode(const Module &TheModule, StringRef TempDir, unsigned count, StringRef Suffix) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp266 static std::string getInstrName(const Value *I, const std::string Suffix) { argument
269 return (I->getName() + Suffix).str();
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp436 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s"); local
440 sys::fs::createUniqueFile(Bitcode + "-%%%%%%%" + Suffix, UniqueFile);
H A DCrashDebugger.cpp90 std::vector<std::string> &Suffix) {
110 outs() << "Checking to see if these passes crash: " << getPassesString(Suffix)
113 if (BD.runPasses(BD.getProgram(), Suffix))
89 doTest(std::vector<std::string> &Prefix, std::vector<std::string> &Suffix) argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp216 StringRef Suffix,
227 Path += Suffix;
215 linkToBuildIdDir(const CopyConfig &Config, StringRef ToLink, StringRef Suffix, ArrayRef<uint8_t> BuildIdBytes) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp463 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \

Completed in 192 milliseconds

12345