Home
last modified time | relevance | path

Searched refs:Tp (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp217 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 Dcrash5.C43 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 DHiRes.xs611 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 DIVDescriptors.cpp1082 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 DTargetTransformInfo.cpp992 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 DMoveChecker.cpp496 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 D329.crt19 88Tp+zg1i5dZ396R7ZANLM4ktFQLyKTwfGduTMvpSFeMcv2wnt0MU/bOMya1WjBT
H A D1073.crt18 4Tp/20GNCaYiv2VpEt5jm0px7q5b4V4BbRYeR/2QY4wVEbbXBWmAtvxCSFaJjc51
H A D575.key15 Tp+pnum7DhlPDtM2nsAwpO8xSTnuBVpFYvzYw3j00da1oD2JjiyKtoUCgYEAqgwG
H A D2765.key13 5+Tp/IECgYEA5R9Jr00cppQl+MsJR4CehYlHNn/PBG5hw3XsAJIhBbCEdjDFTQa9
H A D1899.key23 O5UL2dD2OnzG3gZsbwPcL1CQtVUC87+oXvg3PVuYTxLoRh5SiVpma/Tp/VO6CiNO
H A D1701.key14 Tp+3hCwIaI4WyeLX9+nZuP8qboADFhm6n5kedMwkQvv1bJ9b6GPPwTfDjO2tQBOV
H A D1758.key23 3kx3g8rNI1uCVHQJ2NSZj44i/hugx42pE7/dTk+tYDvpc85Nq1eWEgufn9uaJ/Tp
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h121 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
131 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, Type *Tp,
H A DHexagonTargetTransformInfo.cpp172 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 DRISCVTargetTransformInfo.cpp244 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 DRISCVTargetTransformInfo.h114 InstructionCost getSpliceCost(VectorType *Tp, int Index);
115 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, VectorType *Tp,
/openbsd/gnu/llvm/libcxx/include/
H A Dmemory_resource27 template <class Tp> class polymorphic_allocator;
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3096 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 DAArch64TargetTransformInfo.h187 InstructionCost getSpliceCost(VectorType *Tp, int Index);
378 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, VectorType *Tp,
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h92 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, VectorType *Tp,
H A DSystemZTargetTransformInfo.cpp596 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 DTargetTransformInfo.h1118 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 DPPCTargetTransformInfo.h113 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, Type *Tp,
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1210 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()

12