HomeSort by: relevance | last modified time | path
    Searched refs:Exts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVELaneInterleavingPass.cpp 114 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts,
116 // This is not always beneficial to transform. Exts can be incorporated into
120 // Exts are unfortunately more instructions in the general case:
128 for (auto *E : Exts) {
143 for (auto *E : Exts) {
167 SmallSetVector<Instruction *, 4> Exts;
189 if (Exts.count(I))
193 Exts.insert(I);
267 if (Exts.empty() && OtherLeafs.empty())
271 dbgs() << "Found group:\n Exts:"
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
RISCV.cpp 174 StringRef &MArch, StringRef &Exts) {
175 if (Exts.empty())
181 Exts.split(Split, StringRef("_"));
331 StringRef Exts = MArch.substr(5);
338 size_t Pos = Exts.find_first_of("zsx");
340 OtherExts = Exts.substr(Pos);
341 Exts = Exts.substr(0, Pos);
345 if (!getExtensionVersion(D, Args, MArch, std::string(1, Baseline), Exts,
351 Exts = Exts.drop_front(Major.size())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUUnifyMetadata.cpp 109 const char *Exts[] = {kOCLMD::UsedExt, kOCLMD::UsedOptCoreFeat,
117 for (auto &I : Exts)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 413 const SmallVectorImpl<Instruction *> &Exts,
4079 /// Newly added extensions are inserted in \p Exts.
4086 SmallVectorImpl<Instruction *> *Exts,
4094 /// Newly added extensions are inserted in \p Exts.
4102 SmallVectorImpl<Instruction *> *Exts,
4110 SmallVectorImpl<Instruction *> *Exts,
4113 Exts, Truncs, TLI, true);
4120 SmallVectorImpl<Instruction *> *Exts,
4123 Exts, Truncs, TLI, false);
4131 SmallVectorImpl<Instruction *> *Exts,
    [all...]

Completed in 31 milliseconds