/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrAtomics.td | 83 ro_Wextend16:$extend)), 84 (LDRHHroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend16:$extend)>; 86 ro_Xextend16:$extend)), 87 (LDRHHroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend16:$extend)>; 99 ro_Wextend32:$extend)), 100 (LDRWroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 102 ro_Xextend32:$extend)), 103 (LDRWroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 115 ro_Wextend64:$extend)), 116 (LDRXroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-extensions.swig | 1 %extend lldb::SBBreakpoint { 17 %extend lldb::SBBroadcaster { 33 %extend lldb::SBCommandReturnObject { 48 %extend lldb::SBCompileUnit { 64 %extend lldb::SBDeclaration { 80 %extend lldb::SBFunction { 96 %extend lldb::SBLineEntry { 112 %extend lldb::SBModule { 128 %extend lldb::SBSection { 143 %extend lld [all...] |
/freebsd/lib/libsecureboot/efi/include/Protocol/ |
H A D | Hash.h | 122 @param[in] Extend Specifies whether to create a new hash (FALSE) or extend the specified 126 @param[in,out] Hash On input, if Extend is TRUE, then this parameter holds a pointer 127 to a pointer to an array containing the hash to extend. If Extend 130 computation. On output (regardless of the value of Extend), the 136 … driver. Or, Extend is TRUE, and the algorithm doesn't support extending the hash. 143 IN BOOLEAN Extend,
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_main.c | 66 #define EXTEND 1 /* alias for TRUE */ macro 164 c_output(cmd.infile, "-DRPC_XDR", EXTEND, "_xdr.c"); in main() 166 h_output(cmd.infile, "-DRPC_HDR", EXTEND, ".h", cmd.hflag); in main() 168 l_output(cmd.infile, "-DRPC_CLNT", EXTEND, "_clnt.c"); in main() 171 s_output(allc, allv, cmd.infile, "-DRPC_SVC", EXTEND, in main() 175 EXTEND, "_svc.c", cmd.mflag, cmd.nflag); in main() 178 t_output(cmd.infile, "-DRPC_TBL", EXTEND, "_tbl.i"); in main() 183 svc_output(cmd.infile, "-DRPC_SERVER", EXTEND, in main() 186 clnt_output(cmd.infile, "-DRPC_CLIENT", EXTEND, in main() 463 c_output(const char *infile, const char *define, int extend, const char *outfile) in c_output() argument [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | intel,ixp4xx-expansion-peripheral-props.yaml | 19 description: Address timing, extend address phase with n cycles. 24 description: Setup chip select timing, extend setup phase with n cycles. 29 description: Strobe timing, extend strobe phase with n cycles. 34 description: Hold timing, extend hold phase with n cycles. 39 description: Recovery timing, extend recovery phase with n cycles.
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-shuffle-test.py | 132 ALL_TESTS.extend( 137 ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0]) 140 FILTERED_TESTS.extend( 145 SHARDED_TESTS.extend( 152 SHUFFLED_ALL_TESTS.extend( 159 SHUFFLED_ACTIVE_TESTS.extend( 164 SHUFFLED_FILTERED_TESTS.extend( 171 SHUFFLED_SHARDED_TESTS.extend( 372 sorted_active_tests.extend(ACTIVE_TESTS)
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | intel,ixp4xx-expansion-bus-controller.yaml | 62 description: Address timing, extend address phase with n cycles. 67 description: Setup chip select timing, extend setup phase with n cycles. 72 description: Strobe timing, extend strobe phase with n cycles. 77 description: Hold timing, extend hold phase with n cycles. 82 description: Recovery timing, extend recovery phase with n cycles.
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tsf.h | 35 * Extend 15-bit time stamp from rx descriptor to 48 * Extend 32-bit time stamp from rx descriptor to 67 * Extend the TSF from the RX descriptor to a full 64 bit TSF.
|
/freebsd/sys/arm64/arm64/ |
H A D | disassem.c | 44 #define OP_SIGN_EXT (1UL << 0) /* Sign-extend immediate value */ 106 * OP <RT>, [<XN|SP>, <RM> {, EXTEND AMOUNT }] 114 * OP <RD>, <RN|SP>, <RM> {, <extend> { #<amount> } } 115 * OP <RN|SP>, <RM>, {, <extend> { #<amount> } } 420 /* If last bit is 1, sign-extend the value */ in arm64_disasm_read_token_sign_ext() 443 * In all other cases <extend> is required. in arm64_disasm_reg_extend() 507 const char *extend; in disasm() local 513 extend = NULL; in disasm() 614 * OP <RT>, [<XN|SP>, <RM> {, EXTEND AMOUNT }] in disasm() 731 * OP <RD>, <RN|SP>, <RM> {, <extend> { #<amount> } } in disasm() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LineEntry.cpp | 208 // next_line_sc is the same file & line as this LineEntry, so extend in GetSameLineContiguousAddressRange() 211 // extend we're done. in GetSameLineContiguousAddressRange() 212 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange() 232 // Extend our AddressRange by the size of the inlined block, but if there in GetSameLineContiguousAddressRange() 234 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 392 /// Extend the current nested-name-specifier by another 403 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 406 /// Extend the current nested-name-specifier by another 417 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 420 /// Extend the current nested-name-specifier by another 431 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 434 /// Extend the current nested-name-specifier by another 446 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
/freebsd/contrib/llvm-project/lldb/bindings/ |
H A D | macros.swig | 2 %extend lldb:: ## Class ## { 17 %extend lldb:: ## Class ## {
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 129 Value *ExtEnd); 133 Value *ExtEnd); 378 GetElementPtrInst *GEPB, Value *ExtStart, Value *ExtEnd) { in createMaskedFindMismatch() argument 389 Intrinsic::get_active_lane_mask, {PredVTy, I64Type}, {ExtStart, ExtEnd}); in createMaskedFindMismatch() 447 {PredVTy, I64Type}, {NewVectorIndexPhi, ExtEnd}); in createMaskedFindMismatch() 484 GetElementPtrInst *GEPB, Value *ExtStart, Value *ExtEnd) { in createPredicatedFindMismatch() argument 505 Value *AVL = Builder.CreateSub(ExtEnd, VectorIndexPhi, "avl", /*HasNUW=*/true, in createPredicatedFindMismatch() 559 Value *ExitCond = Builder.CreateICmpNE(NewVectorIndexPhi, ExtEnd); in createPredicatedFindMismatch() 678 Value *ExtEnd = Builder.CreateZExt(MaxLen, I64Type); in expandFindMismatch() local 713 Value *LhsEndGEP = Builder.CreateGEP(LoadType, PtrA, ExtEnd); in expandFindMismatch() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CheckExprLifetime.cpp | 40 /// This is a mem-initializer: if it would extend a temporary (other than via 109 // FIXME: Should we lifetime-extend through the result of a statement in getEntityLifetime() 499 // Walk past any constructs which we can lifetime-extend across. in visitLocalsRetainedByReferenceBinding() 531 // We can't lifetime extend through this but we might still find some in visitLocalsRetainedByReferenceBinding() 764 // If we lifetime-extend a braced initializer which is initializing an in visitLocalsRetainedByInitializer() 791 // we should recursively lifetime-extend that initializer. in visitLocalsRetainedByInitializer() 914 /// Lifetime-extend along this path. 915 Extend, enumerator 916 /// We should lifetime-extend, but we don't because (due to technical 921 /// Do not lifetime extend along this path. [all …]
|
H A D | SemaCXXScopeSpec.cpp | 504 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 631 // don't extend the nested-name-specifier. Just return now. in BuildCXXNestedNameSpecifier() 639 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 644 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 691 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier() 710 // resolve Identifier, then extend the SS with Identifier. This will have in BuildCXXNestedNameSpecifier() 739 SS.Extend(Context, /*TemplateKWLoc=*/SourceLocation(), in BuildCXXNestedNameSpecifier() 742 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier() 808 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifierDecltype() 831 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, Type), in ActOnCXXNestedNameSpecifierIndexedPack() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 43 /// Extend - Valid only for integer argument types. Same as 'direct' 45 Extend, enumerator 161 auto AI = ABIArgInfo(Extend); 172 auto AI = ABIArgInfo(Extend); 298 bool isExtend() const { return TheKind == Extend; } in isExtend() 309 // Direct/Extend accessors 311 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectOffset() 315 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in setDirectOffset() 320 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectAlign() 324 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in setDirectAlign()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeEnumMemberExtensions.i | 2 %extend lldb::SBTypeEnumMember { 21 %extend lldb::SBTypeEnumMemberList {
|
H A D | SBTypeExtensions.i | 2 %extend lldb::SBTypeMember { 22 %extend lldb::SBTypeMemberFunction { 36 %extend lldb::SBType { 146 %extend lldb::SBTypeList {
|
/freebsd/usr.bin/truncate/ |
H A D | truncate.1 | 35 .Nd truncate, extend the length of files, or perform space management in files 92 Truncate or extend files to the length of the file 176 To extend a file and actually allocate the space,
|
/freebsd/share/doc/papers/malloc/ |
H A D | intro.ms | 34 attempted outside the allocated memory, and try to extend it. 35 If the kernel fails to extend the stack, this could be because of lack
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 472 // If bitwidth smaller than 32 extend inputs, extend output and proceed in expandRemainderUpTo32Bits() 518 // If bitwidth smaller than 64 extend inputs, extend output and proceed in expandRemainderUpTo64Bits() 567 // If bitwidth smaller than 32 extend inputs, extend output and proceed in expandDivisionUpTo32Bits() 613 // If bitwidth smaller than 64 extend inputs, extend output and proceed in expandDivisionUpTo64Bits()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalCalc.h | 29 /// Extend the live range of @p LR to reach all uses of Reg. 50 /// Extend the live range of @p LR to reach all uses of Reg.
|
/freebsd/lib/libsys/ |
H A D | truncate.2 | 34 .Nd truncate or extend a file to a specified length 166 to extend a file was not portable, but this behavior became required in
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyIndVar.h | 69 /// extend operations. This information is recorded by CollectExtend and provides 81 /// Widen Induction Variables - Extend the width of an IV to cover its
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.def | 185 HANDLE_CAST_INST(39, ZExt , ZExtInst ) // Zero extend integers 186 HANDLE_CAST_INST(40, SExt , SExtInst ) // Sign extend integers 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|