Home
last modified time | relevance | path

Searched refs:LT (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/netbsd-src/external/gpl3/gdb/dist/libiberty/testsuite/
H A Drust-demangle-expected46 # ".." translates to "::" "$GT$" to ">" and "$LT$" to "<".
48 _ZN71_$LT$Test$u20$$u2b$$u20$$u27$static$u20$as$u20$foo..Bar$LT$Test$GT$$GT$3bar17h930b740aa94f1d3aE
52 _ZN54_$LT$I$u20$as$u20$core..iter..traits..IntoIterator$GT$9into_iter17h8581507801fb8615E
60 _ZN65_$LT$std..env..Args$u20$as$u20$core..iter..iterator..Iterator$GT$4next17h420a7c8d0c7eef40E
80 _ZN4core3ptr31_$LT$impl$u20$$BP$mut$u20$T$GT$7is_null17h7f9de798bc3f0879E
84 _ZN40_$LT$alloc..raw_vec..RawVec$LT$T$GT$$GT$6double17h4166e2b47539e1ffE
88 _ZN39_$LT$collections..vec..Vec$LT$T$GT$$GT$4push17hd4b6b23c1b88141aE
92 _ZN70_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$9deref_mut17hf299b860dc5…
96 _ZN63_$LT$core..ptr..Unique$LT$T$GT$$u20$as$u20$core..ops..Deref$GT$5deref17hc784b4a166cb5e5cE
100 _ZN40_$LT$alloc..raw_vec..RawVec$LT$T$GT$$GT$3ptr17h7570b6e9070b693bE
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporterLookupTable.cpp23 ASTImporterLookupTable &LT; member
24 Builder(ASTImporterLookupTable &LT) : LT(LT) {} in Builder()
30 LT.add(RTy->getAsRecordDecl()); in VisitTypedefNameDecl()
33 LT.add(it); in VisitTypedefNameDecl()
40 LT.add(D); in VisitNamedDecl()
59 LT.add(RTy->getAsCXXRecordDecl()); in VisitFriendDecl()
61 LT.add(SpecTy->getAsCXXRecordDecl()); in VisitFriendDecl()
65 LT.add(SubstTy->getAsCXXRecordDecl()); in VisitFriendDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp204 std::pair<InstructionCost, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local
218 LT.second)) in getArithmeticInstrCost()
219 return LT.first * Entry->Cost; in getArithmeticInstrCost()
245 if (Args.size() == 2 && ISD == ISD::MUL && LT.second == MVT::v4i32) { in getArithmeticInstrCost()
256 return LT.first * 3; // pmullw/sext in getArithmeticInstrCost()
258 return LT.first * 3; // pmullw/zext in getArithmeticInstrCost()
260 return LT.first * 5; // pmullw/pmulhw/pshuf in getArithmeticInstrCost()
262 return LT.first * 5; // pmullw/pmulhw/pshuf in getArithmeticInstrCost()
266 LT.second)) { in getArithmeticInstrCost()
267 return LT.first * Entry->Cost; in getArithmeticInstrCost()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DChrono.cpp30 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", &LT); in operator <<()
58 struct tm LT = getStructTM(Truncated); in format() local
89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), &LT); in format()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp224 auto LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() local
227 if (LT.second == MVT::v2i64) in getIntrinsicInstrCost()
228 return LT.first * 2; in getIntrinsicInstrCost()
235 auto LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() local
236 if (any_of(ValidMinMaxTys, [&LT](MVT M) { return M == LT.second; })) in getIntrinsicInstrCost()
237 return LT.first; in getIntrinsicInstrCost()
247 auto LT = TLI->getTypeLegalizationCost(DL, RetTy); in getIntrinsicInstrCost() local
251 LT.second.getScalarSizeInBits() == RetTy->getScalarSizeInBits() ? 1 : 4; in getIntrinsicInstrCost()
252 if (any_of(ValidSatTys, [&LT](MVT M) { return M == LT.second; })) in getIntrinsicInstrCost()
253 return LT.first * Instrs; in getIntrinsicInstrCost()
[all …]
H A DAArch64ConditionOptimizer.cpp234 case AArch64CC::LT: return AArch64CC::LE; in getAdjustedCmp()
235 case AArch64CC::LE: return AArch64CC::LT; in getAdjustedCmp()
398 if (((HeadCmp == AArch64CC::GT && TrueCmp == AArch64CC::LT) || in runOnMachineFunction()
399 (HeadCmp == AArch64CC::LT && TrueCmp == AArch64CC::GT)) && in runOnMachineFunction()
420 (HeadCmp == AArch64CC::LT && TrueCmp == AArch64CC::LT)) && in runOnMachineFunction()
435 if (HeadCmp == AArch64CC::LT) { in runOnMachineFunction()
/netbsd-src/usr.bin/tset/
H A Dmap.c54 #define LT 0x04 macro
57 #define LE (LT | EQ)
113 mapp->conditional |= LT; in add_mapping()
116 if (mapp->conditional & LT) in add_mapping()
154 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); in add_mapping()
176 if (mapp->conditional & LT) in add_mapping()
213 case LT: in mapped()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp562 std::pair<InstructionCost, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local
563 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost()
564 return AdjustCost(LT.first * Entry->Cost); in getCastInstrCost()
828 std::pair<InstructionCost, MVT> LT = in getVectorInstrCost() local
830 return LT.first * (ValTy->getScalarType()->isIntegerTy() ? 4 : 1); in getVectorInstrCost()
931 std::pair<InstructionCost, MVT> LT = in getCmpSelInstrCost() local
933 return LT.first; in getCmpSelInstrCost()
956 std::pair<InstructionCost, MVT> LT = in getCmpSelInstrCost() local
964 if (LT.second.getVectorNumElements() > 2) { in getCmpSelInstrCost()
965 if (LT.first > 1) in getCmpSelInstrCost()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp534 std::pair<InstructionCost, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local
541 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) { in getArithmeticInstrCost()
544 return LT.first * OpCost; in getArithmeticInstrCost()
547 if (!TLI->isOperationExpand(ISD, LT.second)) { in getArithmeticInstrCost()
550 return LT.first * 2 * OpCost; in getArithmeticInstrCost()
572 std::pair<InstructionCost, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local
577 unsigned NElts = LT.second.isVector() ? in getArithmeticInstrCost()
578 LT.second.getVectorNumElements() : 1; in getArithmeticInstrCost()
580 MVT::SimpleValueType SLT = LT.second.getScalarType().SimpleTy; in getArithmeticInstrCost()
587 return get64BitInstrCost(CostKind) * LT.first * NElts; in getArithmeticInstrCost()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h42 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()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dcodecs.c113 #define LT(x, y) GT(y, x) macro
119 return (LT(x, 26) & (x + 'A')) | in b64_byte_to_char()
120 (GE(x, 26) & LT(x, 52) & (x + ('a' - 26))) | in b64_byte_to_char()
121 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '+') | in b64_byte_to_char()
140 return (LT(x, 26) & (x + 'A')) | in b64_byte_to_urlsafe_char()
141 (GE(x, 26) & LT(x, 52) & (x + ('a' - 26))) | in b64_byte_to_urlsafe_char()
142 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '-') | in b64_byte_to_urlsafe_char()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h760 std::pair<InstructionCost, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty); variable
767 if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
770 return LT.first * OpCost;
773 if (!TLI->isOperationExpand(ISD, LT.second)) {
776 return LT.first * 2 * OpCost;
1037 std::pair<InstructionCost, MVT> LT = variable
1040 if (!(ValTy->isVectorTy() && !LT.second.isVector()) &&
1041 !TLI->isOperationExpand(ISD, LT.second)) {
1044 return LT.first * 1;
1068 std::pair<InstructionCost, MVT> LT = in getVectorInstrCost() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpaired.h61 #define LT 0 macro
68 #define paired_cmpu0_lt(a,b) __builtin_paired_cmpu0 (LT, (a), (b))
72 #define paired_cmpu1_lt(a,b) __builtin_paired_cmpu1 (LT, (a), (b))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp331 std::pair<InstructionCost, MVT> LT = in getUserCost() local
333 return LT.first * BaseT::getUserCost(U, Operands, CostKind); in getUserCost()
992 std::pair<InstructionCost, MVT> LT = TLI->getTypeLegalizationCost(DL, Tp); in getShuffleCost() local
999 return vectorCostAdjustment(LT.first, Instruction::ShuffleVector, Tp, in getShuffleCost()
1117 std::pair<InstructionCost, MVT> LT = TLI->getTypeLegalizationCost(DL, Src); in getMemoryOpCost() local
1130 (LT.second == MVT::v16i8 || LT.second == MVT::v8i16 || in getMemoryOpCost()
1131 LT.second == MVT::v4i32 || LT.second == MVT::v4f32); in getMemoryOpCost()
1133 (LT.second == MVT::v2f64 || LT.second == MVT::v2i64); in getMemoryOpCost()
1145 unsigned SrcBytes = LT.second.getStoreSize(); in getMemoryOpCost()
1157 *Alignment >= LT.second.getScalarType().getStoreSize()) in getMemoryOpCost()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp146 std::pair<InstructionCost, MVT> LT = in getIntrinsicInstrCost() local
148 return LT.first + 2; in getIntrinsicInstrCost()
255 std::pair<InstructionCost, MVT> LT = TLI.getTypeLegalizationCost(DL, ValTy); in getCmpSelInstrCost() local
257 return LT.first + FloatFactor * getTypeNumElements(ValTy); in getCmpSelInstrCost()
275 std::pair<InstructionCost, MVT> LT = TLI.getTypeLegalizationCost(DL, Ty); in getArithmeticInstrCost() local
276 if (LT.second.isFloatingPoint()) in getArithmeticInstrCost()
277 return LT.first + FloatFactor * getTypeNumElements(Ty); in getArithmeticInstrCost()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_dsp32alu_search.s21 ( R7 , R6 ) = SEARCH R1 (LT);
42 ( R0 , R5 ) = SEARCH R4 (LT);
62 ( R6 , R1 ) = SEARCH R2 (LT);
H A Dhwloop-lt-bits.s1 # Blackfin testcase for HW Loops (LT) LSB behavior
8 # Loading LT should always clear LSB
H A Dhwloop-bits.S47 # Set the LC/LB/LT up with LSB set
48 # - Hardware clears LT LSB, but LB remains until we lower
72 # Clear LSB in all LC/LT/LB
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp163 Optional<PrimType> LT = classify(LHS->getType()); in VisitBinaryOperator() local
165 if (!LT || !RT) { in VisitBinaryOperator()
183 return Discard(this->emitEQ(*LT, BO)); in VisitBinaryOperator()
185 return Discard(this->emitNE(*LT, BO)); in VisitBinaryOperator()
187 return Discard(this->emitLT(*LT, BO)); in VisitBinaryOperator()
189 return Discard(this->emitLE(*LT, BO)); in VisitBinaryOperator()
191 return Discard(this->emitGT(*LT, BO)); in VisitBinaryOperator()
193 return Discard(this->emitGE(*LT, BO)); in VisitBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp253 LineTable LT; in decode() local
255 LT.Lines.push_back(Row); in decode()
260 return LT; in decode()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<() argument
290 for (const auto &LineEntry : LT) in operator <<()
/netbsd-src/external/bsd/flex/dist/tests/
H A Dbison_yylval_parser.y63 %token LT
76 starttag: LT TAGNAME GT { process_text($2); free($2);} ;
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dencoding.c77 #define LT(x, y) GT(y, x) macro
84 return (LT(x, 26) & (x + 'A')) | in b64_byte_to_char()
85 (GE(x, 26) & LT(x, 52) & (x + ('a' - 26))) | in b64_byte_to_char()
86 (GE(x, 52) & LT(x, 62) & (x + ('0' - 52))) | (EQ(x, 62) & '+') | in b64_byte_to_char()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp83 const TreePatternNode *LT = LHS->getSrcPattern(); in operator ()() local
86 MVT LHSVT = LT->getNumTypes() != 0 ? LT->getSimpleType(0) : MVT::Other; in operator ()()
/netbsd-src/lib/libc/arch/hppa/sys/
H A Dsbrk.S51 addil LT%__curbrk, %r19
64 addil LT%__curbrk, %r19
H A Dbrk.S53 addil LT%__minbrk, %r19
68 addil LT%__curbrk, %r19

12345678910>>...23