Searched refs:Exts (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/ |
| H A D | RISCV.cpp | 105 StringRef &MArch, StringRef &Exts) { in getExtensionFeatures() argument 106 if (Exts.empty()) in getExtensionFeatures() 112 Exts.split(Split, StringRef("_")); in getExtensionFeatures() 266 StringRef Exts = MArch.substr(5); in getRISCVTargetFeatures() local 272 size_t Pos = Exts.find_first_of("sx"); in getRISCVTargetFeatures() 274 OtherExts = Exts.substr(Pos); in getRISCVTargetFeatures() 275 Exts = Exts.substr(0, Pos); in getRISCVTargetFeatures() 280 Exts, Major, Minor)) in getRISCVTargetFeatures() 289 for (auto I = Exts.begin(), E = Exts.end(); I != E; ++I) { in getRISCVTargetFeatures()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyMetadata.cpp | 131 const char* Exts[] = { in runOnModule() local 143 for (auto &I : Exts) in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3698 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument 3729 if (Exts) in promoteOperandForTruncAndAnyExt() 3730 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt() 3746 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument 3826 if (Exts) in promoteOperandForOther() 3827 Exts->push_back(ExtForOpnd); in promoteOperandForOther() 4950 for (auto I : Exts) { in tryToPromoteExts() 5301 SmallVector<Instruction *, 1> Exts; in optimizeExt() local 5303 Exts.push_back(Inst); in optimizeExt() 5394 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 1896 llvm::SmallVector<StringRef, 1> Exts; in setOpenCLExtensionForType() local 1897 ExtStr.split(Exts, " ", /* limit */ -1, /* keep empty */ false); in setOpenCLExtensionForType() 1899 for (auto &I : Exts) in setOpenCLExtensionForType() 1904 llvm::SmallVector<StringRef, 1> Exts; in setOpenCLExtensionForDecl() local 1905 ExtStr.split(Exts, " ", /* limit */ -1, /* keep empty */ false); in setOpenCLExtensionForDecl() 1906 if (Exts.empty()) in setOpenCLExtensionForDecl() 1908 for (auto &I : Exts) in setOpenCLExtensionForDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8641 void setOpenCLExtensionForType(QualType T, llvm::StringRef Exts); 8647 void setOpenCLExtensionForDecl(Decl *FD, llvm::StringRef Exts);
|