Home
last modified time | relevance | path

Searched refs:Extends (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/DependenceAnalysis/
H A DNonCanonicalizedSubscript.ll44 ; Extends the previous example to coupled MIV subscripts.
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td109 def Extends : InlineCommand<"extends">;
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp378 construct<TypeAttrSpec::Extends>("EXTENDS" >> parenthesized(name))) ||
H A Dunparse.cpp247 void Unparse(const TypeAttrSpec::Extends &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h679 NODE(TypeAttrSpec, Extends) in NODE()
H A Dparse-tree.h878 WRAPPER_CLASS(Extends, Name);
879 std::variant<Abstract, AccessSpec, BindC, Extends> u;
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-subvector-extend.ll221 ; Extends of vectors of i1.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1438 /// Sign/Zero Extends
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp917 bool Pre(const parser::TypeAttrSpec::Extends &);
4610 bool DeclarationVisitor::Pre(const parser::TypeAttrSpec::Extends &x) { in Pre()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17547 SmallVector<SDValue, 4> Extends; in PerformSplittingToWideningLoad() local
17554 Extends.push_back(FPExt); in PerformSplittingToWideningLoad()
17557 Loads = Extends; in PerformSplittingToWideningLoad()