| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 403 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 D | SemaCXXScopeSpec.cpp | 593 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 D | DeclSpec.cpp | 53 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 D | LineEntry.cpp | 221 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 D | CGFunctionInfo.h | 45 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 D | NestedNameSpecifier.cpp | 563 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 D | ExtendPath.cmake | 1 # Extend the path in `base_path` with the path in `current_segment`, returning
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 167 bool Extend(const AddressRange &rhs_range);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-vector-ext.ll | 18 ; Extend from v1i1 was crashing things (PR20791). Make sure we do something
|
| H A D | fast-isel-int-ext2.ll | 289 ; Extend
|
| H A D | fast-isel-int-ext.ll | 371 ; Extend
|
| /llvm-project-15.0.7/llvm/unittests/Demangle/ |
| H A D | OutputBufferTest.cpp | 84 TEST(OutputBufferTest, Extend) { in TEST() argument
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | index.rst | 240 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 D | AddressRange.cpp | 125 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 505 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 D | fp_extend_impl.inc | 72 // Extend to the destination type by shifting the significand and
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 92 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 D | Instruction.def | 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 410 const TargetRegisterInfo *TRI, bool Extend = true) const;
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/ |
| H A D | nonnull.ll | 357 ; 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 D | CGCall.cpp | 1520 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 D | SystemZInstrHFP.td | 40 // Extend floating-point values to wider representations.
|
| H A D | SystemZInstrDFP.td | 39 // Extend floating-point values to wider representations.
|
| H A D | SystemZInstrFP.td | 199 // 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 D | AArch64TargetTransformInfo.cpp | 1525 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()
|