/openbsd/gnu/llvm/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 217 Constant *getRandomConstant(Type *Tp) { in getRandomConstant() 218 if (Tp->isIntegerTy()) { in getRandomConstant() 222 } else if (Tp->isFloatingPointTy()) { in getRandomConstant() 225 return ConstantFP::getNullValue(Tp); in getRandomConstant() 227 return UndefValue::get(Tp); in getRandomConstant() 231 Value *getRandomValue(Type *Tp) { in getRandomValue() 235 if (V->getType() == Tp) in getRandomValue() 240 if (Tp->isIntegerTy()) { in getRandomValue() 244 } else if (Tp->isFloatingPointTy()) { in getRandomValue() 258 return UndefValue::get(Tp); in getRandomValue() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash5.C | 43 typedef T *Tp; typedef 46 void Append(const Tp& tp) { Append(*tp); } in Append() 50 Tp tp; in Access()
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/ |
H A D | HiRes.xs | 611 struct timeval Tp; in myU2time() local 613 status = gettimeofday (&Tp, NULL); in myU2time() 614 ret[0] = Tp.tv_sec; in myU2time() 615 ret[1] = Tp.tv_usec; in myU2time() 625 struct timeval Tp; in myNVtime() local 627 status = gettimeofday (&Tp, NULL); in myNVtime() 628 return status == 0 ? Tp.tv_sec + (Tp.tv_usec / NV_1E6) : -1.0; in myNVtime() 1191 struct timeval Tp; variable 1202 PUSHs(sv_2mortal(newSVnv(Tp.tv_sec + (Tp.tv_usec / NV_1E6)))); 1209 struct timeval Tp; variable [all …]
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1082 return ConstantInt::get(Tp, 0); in getRecurrenceIdentity() 1085 return ConstantInt::get(Tp, 1); in getRecurrenceIdentity() 1088 return ConstantInt::get(Tp, -1, true); in getRecurrenceIdentity() 1091 return ConstantFP::get(Tp, 1.0L); in getRecurrenceIdentity() 1101 return ConstantFP::get(Tp, 0.0L); in getRecurrenceIdentity() 1102 return ConstantFP::get(Tp, -0.0L); in getRecurrenceIdentity() 1104 return ConstantInt::get(Tp, -1); in getRecurrenceIdentity() 1106 return ConstantInt::get(Tp, 0); in getRecurrenceIdentity() 1108 return ConstantInt::get(Tp, in getRecurrenceIdentity() 1111 return ConstantInt::get(Tp, in getRecurrenceIdentity() [all …]
|
H A D | TargetTransformInfo.cpp | 992 unsigned TargetTransformInfo::getNumberOfParts(Type *Tp) const { in getNumberOfParts() 993 return TTIImpl->getNumberOfParts(Tp); in getNumberOfParts() 997 TargetTransformInfo::getAddressComputationCost(Type *Tp, ScalarEvolution *SE, in getAddressComputationCost() argument 999 InstructionCost Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); in getAddressComputationCost()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 496 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod() local 497 if (!Tp) in isMoveSafeMethod() 499 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 329.crt | 19 88Tp+zg1i5dZ396R7ZANLM4ktFQLyKTwfGduTMvpSFeMcv2wnt0MU/bOMya1WjBT
|
H A D | 1073.crt | 18 4Tp/20GNCaYiv2VpEt5jm0px7q5b4V4BbRYeR/2QY4wVEbbXBWmAtvxCSFaJjc51
|
H A D | 575.key | 15 Tp+pnum7DhlPDtM2nsAwpO8xSTnuBVpFYvzYw3j00da1oD2JjiyKtoUCgYEAqgwG
|
H A D | 2765.key | 13 5+Tp/IECgYEA5R9Jr00cppQl+MsJR4CehYlHNn/PBG5hw3XsAJIhBbCEdjDFTQa9
|
H A D | 1899.key | 23 O5UL2dD2OnzG3gZsbwPcL1CQtVUC87+oXvg3PVuYTxLoRh5SiVpma/Tp/VO6CiNO
|
H A D | 1701.key | 14 Tp+3hCwIaI4WyeLX9+nZuP8qboADFhm6n5kedMwkQvv1bJ9b6GPPwTfDjO2tQBOV
|
H A D | 1758.key | 23 3kx3g8rNI1uCVHQJ2NSZj44i/hugx42pE7/dTk+tYDvpc85Nq1eWEgufn9uaJ/Tp
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.h | 121 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *SE, 131 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, Type *Tp,
|
H A D | HexagonTargetTransformInfo.cpp | 172 InstructionCost HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() argument 243 InstructionCost HexagonTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, in getShuffleCost() argument
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 244 InstructionCost RISCVTTIImpl::getSpliceCost(VectorType *Tp, int Index) { in getSpliceCost() argument 245 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getSpliceCost() 254 VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost() argument 258 if (isa<ScalableVectorType>(Tp)) { in getShuffleCost() 259 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 270 return getSpliceCost(Tp, Index); in getShuffleCost() 281 if (Tp->getElementType()->isIntegerTy(1)) in getShuffleCost() 288 if (isa<FixedVectorType>(Tp) && Kind == TargetTransformInfo::SK_Broadcast) { in getShuffleCost() 289 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 326 return BaseT::getShuffleCost(Kind, Tp, Mask, CostKind, Index, SubTp); in getShuffleCost()
|
H A D | RISCVTargetTransformInfo.h | 114 InstructionCost getSpliceCost(VectorType *Tp, int Index); 115 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, VectorType *Tp,
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | memory_resource | 27 template <class Tp> class polymorphic_allocator;
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3096 if (Tp->getElementCount() == ElementCount::getScalable(1)) in getSpliceCost() 3099 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getSpliceCost() 3100 Type *LegalVTy = EVT(LT.second).getTypeForEVT(Tp->getContext()); in getSpliceCost() 3132 VectorType *Tp, in getShuffleCost() argument 3137 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 3141 Tp->getScalarSizeInBits() == LT.second.getScalarSizeInBits() && in getShuffleCost() 3142 cast<FixedVectorType>(Tp)->getNumElements() > in getShuffleCost() 3210 isLegalBroadcastLoad(Tp->getElementType(), in getShuffleCost() 3218 (Tp->getScalarSizeInBits() == 16 || Tp->getScalarSizeInBits() == 32) && in getShuffleCost() 3341 if (Kind == TTI::SK_Splice && isa<ScalableVectorType>(Tp)) in getShuffleCost() [all …]
|
H A D | AArch64TargetTransformInfo.h | 187 InstructionCost getSpliceCost(VectorType *Tp, int Index); 378 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, VectorType *Tp,
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.h | 92 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, VectorType *Tp,
|
H A D | SystemZTargetTransformInfo.cpp | 596 VectorType *Tp, in getShuffleCost() argument 603 unsigned NumVectors = getNumVectorRegs(Tp); in getShuffleCost() 610 if (Tp->getScalarType()->isFP128Ty()) in getShuffleCost() 634 return BaseT::getShuffleCost(Kind, Tp, Mask, CostKind, Index, SubTp); in getShuffleCost()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1118 getShuffleCost(ShuffleKind Kind, VectorType *Tp, 1342 unsigned getNumberOfParts(Type *Tp) const; 1775 virtual InstructionCost getShuffleCost(ShuffleKind Kind, VectorType *Tp, 1851 virtual unsigned getNumberOfParts(Type *Tp) = 0; 2346 InstructionCost getShuffleCost(ShuffleKind Kind, VectorType *Tp, in getShuffleCost() argument 2351 return Impl.getShuffleCost(Kind, Tp, Mask, CostKind, Index, SubTp, Args); in getShuffleCost() 2461 unsigned getNumberOfParts(Type *Tp) override { in getNumberOfParts() argument 2462 return Impl.getNumberOfParts(Tp); in getNumberOfParts()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.h | 113 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, Type *Tp,
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1210 VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost() argument 1231 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 1252 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 1276 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 1292 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 1300 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() 1309 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost() 1313 BaseT::getShuffleCost(Kind, Tp, Mask, CostKind, Index, SubTp); in getShuffleCost()
|