| /openbsd-src/usr.bin/libtool/ |
| H A D | Makefile | 9 LT/Archive.pm \ 10 LT/Exec.pm \ 11 LT/Getopt.pm \ 12 LT/LaFile.pm \ 13 LT/LaLoFile.pm \ 14 LT/Library.pm \ 15 LT/LoFile.pm \ 16 LT/Mode/Compile.pm \ 17 LT/Mode/Install.pm \ 18 LT/Mode/Link.pm \ [all …]
|
| H A D | libtool | 25 use LT::Trace; 26 use LT::Exec; 27 use LT::Util; 28 use LT::Getopt; 39 package LT::OSConfig; 42 use LT::Util; 105 package LT::Mode; 106 use LT::Util; 160 package LT::Mode::Empty; 167 package LT::Mode::Clean; [all …]
|
| /openbsd-src/usr.bin/libtool/LT/Mode/ |
| H A D | Link.pm | 21 package LT::OSConfig; 22 require LT::UList; 24 my $search_dir_list = LT::UList->new; 57 package LT::Options; 81 package LT::Mode::Link; 84 use LT::Util; 85 use LT::Trace; 86 use LT::Library; 112 my $libdirs = LT::UList->new; # list of libdirs 113 my $libs = LT::Library::Stash->new; # libraries [all …]
|
| H A D | Install.pm | 20 package LT::Mode::Install; 23 use LT::Util; 24 use LT::Trace; 84 require LT::LaFile; 85 LT::LaFile->install($s, $dstdir, $ltprog, \@instopts, $install_opts{'s'}); 87 require LT::Program; 88 LT::Program->install($s, $dst, $ltprog, \@instopts); 90 LT::Exec->install(@$ltprog, @instopts, $s, $dst); 94 LT::Exec->install(@$ltprog, @instopts, @ARGV);
|
| H A D | Compile.pm | 20 package LT::Mode::Compile; 24 use LT::LoFile; 25 use LT::Util; 26 use LT::Trace; 42 my $lofile = LT::LoFile->new;
|
| /openbsd-src/usr.bin/libtool/LT/Mode/Link/ |
| H A D | Library.pm | 21 use LT::LaFile; 23 package LT::LaFile; 26 return LT::Linker::LaFile->new->link(@p); 29 package LT::Linker::LaFile; 32 use LT::Util; 33 use LT::Trace; 70 LT::Archive->extract($xdir, $a); 71 my @kobjs = LT::Archive->get_objlist($a); 82 my $lainfo = LT::LaFile->parse($l->{lafile}); 90 LT::Archive->extract($xdir, $a); [all …]
|
| H A D | Program.pm | 22 use LT::Program; 24 package LT::Program; 28 return LT::Linker::Program->new->link(@_); 31 package LT::Linker::Program; 34 use LT::Trace; 35 use LT::Util; 71 my $rpath_link = LT::UList->new; 74 if (LT::OSConfig->is_search_dir($l)) { 124 LT::Exec->link(@cmd);
|
| /openbsd-src/usr.bin/libtool/LT/ |
| H A D | Archive.pm | 20 package LT::Archive; 21 use LT::Trace; 22 use LT::Exec; 23 use LT::UList; 24 use LT::Util; 33 LT::Exec->chdir($dir)->link('ar', 'x', $archive); 54 my $symbols = LT::UList->new;
|
| H A D | LaFile.pm | 20 package LT::LaFile; 23 use LT::Archive; 24 use LT::Util; 25 use LT::Trace; 154 LT::Exec->install(@$instprog, @realinstopts, $s, $d); 155 LT::Exec->install('strip', @stripopts, $d) if $strip; 160 LT::Exec->install(@$instprog, @opts, $s, $d); 168 LT::Exec->install(@$instprog, @realinstopts, $s, $d); 183 $info->{deplib_list} //= LT::UList->new;
|
| H A D | Program.pm | 20 package LT::Program; 22 use LT::Archive; 23 use LT::Util; 24 use LT::Trace; 71 LT::Exec->install(@$instprog, @$instopts, $realpath, $dst);
|
| H A D | Library.pm | 20 package LT::Library::Stash; 30 $self->{$key} = LT::Library->new($key); 35 package LT::Library; 37 use LT::Util; 38 use LT::Trace; 55 require LT::LaFile; 59 my $lainfo = LT::LaFile->parse($self->{lafile});
|
| H A D | LoFile.pm | 20 package LT::LoFile; 23 use LT::Util; 55 LT::Exec->compile(@cmd); 64 LT::Exec->compile(@cmd);
|
| H A D | Exec.pm | 20 package LT::Exec; 21 use LT::Trace; 22 use LT::Util;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 245 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getSpliceCost() local 250 return Cost * LT.first * getLMULCost(LT.second); in getSpliceCost() 259 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() local 267 return LT.first * 1; in getShuffleCost() 283 return LT.first * 9; in getShuffleCost() 284 return LT.first * 6; in getShuffleCost() 289 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() local 292 if (LT.second.getScalarSizeInBits() == 1) { in getShuffleCost() 299 return LT.first * getLMULCost(LT.second) * 3; in getShuffleCost() 310 return LT.first * getLMULCost(LT.second) * 6; in getShuffleCost() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 24 ASTImporterLookupTable < member 25 Builder(ASTImporterLookupTable <) : LT(LT) {} in Builder() 31 LT.add(RTy->getAsRecordDecl()); in VisitTypedefNameDecl() 34 LT.add(it); in VisitTypedefNameDecl() 41 LT.add(D); in VisitNamedDecl() 60 LT.add(RTy->getAsCXXRecordDecl()); in VisitFriendDecl() 62 LT.add(SpecTy->getAsCXXRecordDecl()); in VisitFriendDecl() 66 LT.add(SubstTy->getAsCXXRecordDecl()); in VisitFriendDecl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Chrono.cpp | 30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM() local 31 assert(LT); in getStructTM() 32 (void)LT; in getStructTM() 44 struct tm LT = getStructTM(TP); in operator <<() local 46 strftime(Buffer, sizeof(Buffer), "%Y-%m-%d %H:%M:%S", <); in operator <<() 58 struct tm LT = getStructTM(Truncated); in format() local 89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), <); in format()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 638 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getCastInstrCost() local 639 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() 640 return AdjustCost(LT.first * Entry->Cost); in getCastInstrCost() 907 std::pair<InstructionCost, MVT> LT = in getVectorInstrCost() local 909 return LT.first * (ValTy->getScalarType()->isIntegerTy() ? 4 : 1); in getVectorInstrCost() 1010 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost() local 1011 return LT.first; in getCmpSelInstrCost() 1036 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost() local 1043 if (LT.second.isVector() && LT.second.getVectorNumElements() > 2) { in getCmpSelInstrCost() 1044 if (LT.first > 1) in getCmpSelInstrCost() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 335 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost() local 337 if (LT.second == MVT::v2i64) in getIntrinsicInstrCost() 338 return LT.first * 2; in getIntrinsicInstrCost() 339 if (any_of(ValidMinMaxTys, [<](MVT M) { return M == LT.second; })) in getIntrinsicInstrCost() 340 return LT.first; in getIntrinsicInstrCost() 350 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost() local 354 LT.second.getScalarSizeInBits() == RetTy->getScalarSizeInBits() ? 1 : 4; in getIntrinsicInstrCost() 355 if (any_of(ValidSatTys, [<](MVT M) { return M == LT.second; })) in getIntrinsicInstrCost() 356 return LT.first * Instrs; in getIntrinsicInstrCost() 363 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 42 LT, // Less than Less than, or unordered enumerator 61 case GE: return LT; in getOppositeCondition() 62 case LT: return GE; in getOppositeCondition() 81 case ARMCC::LT: return ARMCC::GT; in getSwappedCondition() 82 case ARMCC::GT: return ARMCC::LT; in getSwappedCondition() 159 case ARMCC::LT: return "lt"; in ARMCondCodeToString() 182 .Case("lt", ARMCC::LT) in ARMCondCodeFromString()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | dbm.t | 26 my %LT; 27 dbmopen(%LT, $filename, 0666) || 29 $self->{'LT'} = \%LT; 50 dbmopen(%LT, $filename, 0666);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 522 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost() local 527 unsigned NElts = LT.second.isVector() ? in getArithmeticInstrCost() 528 LT.second.getVectorNumElements() : 1; in getArithmeticInstrCost() 530 MVT::SimpleValueType SLT = LT.second.getScalarType().SimpleTy; in getArithmeticInstrCost() 537 return get64BitInstrCost(CostKind) * LT.first * NElts; in getArithmeticInstrCost() 543 return getFullRateInstrCost() * LT.first * NElts; in getArithmeticInstrCost() 551 return 2 * getFullRateInstrCost() * LT.first * NElts; in getArithmeticInstrCost() 557 return LT.first * NElts * getFullRateInstrCost(); in getArithmeticInstrCost() 562 return (4 * QuarterRateCost + (2 * 2) * FullRateCost) * LT.first * NElts; in getArithmeticInstrCost() 569 return QuarterRateCost * NElts * LT.first; in getArithmeticInstrCost() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 241 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost() local 246 if (ISD == ISD::MUL && Args.size() == 2 && LT.second.isVector() && in getArithmeticInstrCost() 247 LT.second.getScalarType() == MVT::i32) { in getArithmeticInstrCost() 272 LT.second = in getArithmeticInstrCost() 273 MVT::getVectorVT(MVT::i16, 2 * LT.second.getVectorNumElements()); in getArithmeticInstrCost() 279 if (ST->useSLMArithCosts() && LT.second == MVT::v4i32) { in getArithmeticInstrCost() 281 return LT.first * 3; // pmullw/sext in getArithmeticInstrCost() 283 return LT.first * 3; // pmullw/zext in getArithmeticInstrCost() 285 return LT.first * 5; // pmullw/pmulhw/pshuf in getArithmeticInstrCost() 287 return LT.first * 5; // pmullw/pmulhw/pshuf in getArithmeticInstrCost() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 162 std::optional<PrimType> LT = classify(LHS->getType()); in VisitBinaryOperator() local 165 if (!LT || !RT || !T) { in VisitBinaryOperator() 177 if (*T == PT_Ptr || (*LT == PT_Ptr && *RT == PT_Ptr)) in VisitBinaryOperator() 186 return Discard(this->emitEQ(*LT, BO)); in VisitBinaryOperator() 188 return Discard(this->emitNE(*LT, BO)); in VisitBinaryOperator() 190 return Discard(this->emitLT(*LT, BO)); in VisitBinaryOperator() 192 return Discard(this->emitLE(*LT, BO)); in VisitBinaryOperator() 194 return Discard(this->emitGT(*LT, BO)); in VisitBinaryOperator() 196 return Discard(this->emitGE(*LT, BO)); in VisitBinaryOperator() 216 return Discard(this->emitShl(*LT, *RT, BO)); in VisitBinaryOperator() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | version | 110 * is one of EQ, NE, LE, GT, LT, GE 113 /* Replace PERL_PATCHLEVEL with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */ 114 /* Replace PATCHLEVEL with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */ 115 /* Replace SUBVERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */ 116 /* Replace PERL_REVISION with PERL_VERSION_xy(a,b,c) (where xy is EQ,LT,GT...) */ 117 /* Replace PERL_VERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */ 118 /* Replace PERL_SUBVERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */ 119 /* Replace PERL_BCDVERSION with PERL_VERSION_xy(5,a,b) (where xy is EQ,LT,GT...) */
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 335 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(U->getType()); in getInstructionCost() local 336 return LT.first * BaseT::getInstructionCost(U, Operands, CostKind); in getInstructionCost() 620 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() local 627 return LT.first * CostFactor; in getShuffleCost() 766 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getMemoryOpCost() local 779 (LT.second == MVT::v16i8 || LT.second == MVT::v8i16 || in getMemoryOpCost() 780 LT.second == MVT::v4i32 || LT.second == MVT::v4f32); in getMemoryOpCost() 782 (LT.second == MVT::v2f64 || LT.second == MVT::v2i64); in getMemoryOpCost() 794 unsigned SrcBytes = LT.second.getStoreSize(); in getMemoryOpCost() 806 *Alignment >= LT.second.getScalarType().getStoreSize()) in getMemoryOpCost() [all …]
|