Home
last modified time | relevance | path

Searched refs:Extend (Results 1 – 25 of 71) sorted by relevance

123

/llvm-project-15.0.7/clang/include/clang/AST/
H A DNestedNameSpecifier.h403 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
417 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
431 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
446 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp593 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
728 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
733 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
780 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier()
823 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier()
889 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifierDecltype()
952 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
1002 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
H A DDeclSpec.cpp53 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, in Extend() function in CXXScopeSpec
55 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend()
64 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec
67 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
77 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec
80 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
90 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec
93 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp221 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
243 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h45 Extend, enumerator
161 auto AI = ABIArgInfo(Extend);
172 auto AI = ABIArgInfo(Extend);
298 bool isExtend() const { return TheKind == Extend; } in isExtend()
/llvm-project-15.0.7/clang/lib/AST/
H A DNestedNameSpecifier.cpp563 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
576 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
588 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
600 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
/llvm-project-15.0.7/cmake/Modules/
H A DExtendPath.cmake1 # Extend the path in `base_path` with the path in `current_segment`, returning
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddressRange.h167 bool Extend(const AddressRange &rhs_range);
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-vector-ext.ll18 ; Extend from v1i1 was crashing things (PR20791). Make sure we do something
H A Dfast-isel-int-ext2.ll289 ; Extend
H A Dfast-isel-int-ext.ll371 ; Extend
/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DOutputBufferTest.cpp84 TEST(OutputBufferTest, Extend) { in TEST() argument
/llvm-project-15.0.7/llvm/docs/TableGen/
H A Dindex.rst240 multiclass ro_signed_pats<string T, string Rm, dag Base, dag Offset, dag Extend,
244 Base, Offset, Extend)>;
248 Base, Offset, Extend)>;
251 defm : ro_signed_pats<"B", Rm, Base, Offset, Extend,
/llvm-project-15.0.7/lldb/source/Core/
H A DAddressRange.cpp125 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp505 auto *Extend = Root; in tryCreateMaskedGatherOffset() local
517 Extend = User; in tryCreateMaskedGatherOffset()
524 Extend = User; in tryCreateMaskedGatherOffset()
555 Root = Extend; in tryCreateMaskedGatherOffset()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc72 // Extend to the destination type by shifting the significand and
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h92 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
106 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
120 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
135 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h410 const TargetRegisterInfo *TRI, bool Extend = true) const;
/llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/
H A Dnonnull.ll357 ; Extend non-null to parent for all arguments.
371 ; Extend non-null to parent for 1st argument.
386 ; Extend non-null to parent for last 2 arguments.
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1520 case ABIArgInfo::Extend: in construct()
1626 case ABIArgInfo::Extend: in GetFunctionType()
1707 case ABIArgInfo::Extend: in GetFunctionType()
2006 if (AI.getKind() == ABIArgInfo::Extend) in DetermineNoUndef()
2317 case ABIArgInfo::Extend: in ConstructAttributeList()
2453 case ABIArgInfo::Extend: in ConstructAttributeList()
2799 case ABIArgInfo::Extend: in EmitFunctionProlog()
3558 case ABIArgInfo::Extend: in EmitFunctionEpilog()
4971 case ABIArgInfo::Extend: in EmitCall()
5525 case ABIArgInfo::Extend: in EmitCall()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td40 // Extend floating-point values to wider representations.
H A DSystemZInstrDFP.td39 // Extend floating-point values to wider representations.
H A DSystemZInstrFP.td199 // Extend register floating-point values to wider representations.
210 // Extend memory floating-point values to wider representations.
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1525 auto *Extend = cast<CastInst>(Args[1]); in isWideningInstruction() local
1531 (!Arg0 || Arg0->getOpcode() != Extend->getOpcode() || in isWideningInstruction()
1532 Arg0->getOperand(0)->getType() != Extend->getOperand(0)->getType())) in isWideningInstruction()
1544 auto *SrcTy = toVectorTy(Extend->getSrcTy()); in isWideningInstruction()

123