Searched refs:Tp (Results 1 - 25 of 59) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dlog.h19 template <class Tp>
20 friend LogType& operator<<(LogType&, Tp const&);
29 template <class Tp>
30 LogType& operator<<(LogType& log, Tp const& value) {
H A Dsysinfo.cc179 template <class Tp,
180 class = typename std::enable_if<std::is_integral<Tp>::value>::type>
181 bool GetSysctl(std::string const& Name, Tp* Out) {
185 *Out = static_cast<Tp>(Buff.GetAsUnsigned());
189 template <class Tp, size_t N>
190 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) {
193 *Out = Buff.GetAsArray<Tp, N>();
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dlog.h19 template <class Tp>
20 friend LogType& operator<<(LogType&, Tp const&);
29 template <class Tp>
30 LogType& operator<<(LogType& log, Tp const& value) {
H A Dsysinfo.cc181 template <class Tp,
182 class = typename std::enable_if<std::is_integral<Tp>::value>::type>
183 bool GetSysctl(std::string const& Name, Tp* Out) {
187 *Out = static_cast<Tp>(Buff.GetAsUnsigned());
191 template <class Tp, size_t N>
192 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) {
195 *Out = Buff.GetAsArray<Tp, N>();
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp208 Constant *getRandomConstant(Type *Tp) { argument
209 if (Tp->isIntegerTy()) {
211 return ConstantInt::getAllOnesValue(Tp);
212 return ConstantInt::getNullValue(Tp);
213 } else if (Tp->isFloatingPointTy()) {
215 return ConstantFP::getAllOnesValue(Tp);
216 return ConstantFP::getNullValue(Tp);
218 return UndefValue::get(Tp);
222 Value *getRandomValue(Type *Tp) { argument
226 if (V->getType() == Tp)
344 PointerType *Tp = cast<PointerType>(Ptr->getType()); variable
358 PointerType *Tp = cast<PointerType>(Ptr->getType()); variable
471 Type *Tp = pickType(); variable
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp793 Constant *RecurrenceDescriptor::getRecurrenceIdentity(RecurKind K, Type *Tp, argument
800 return ConstantInt::get(Tp, 0);
803 return ConstantInt::get(Tp, 1);
806 return ConstantInt::get(Tp, -1, true);
809 return ConstantFP::get(Tp, 1.0L);
818 return ConstantFP::get(Tp, 0.0L);
819 return ConstantFP::get(Tp, -0.0L);
821 return ConstantInt::get(Tp, -1);
823 return ConstantInt::get(Tp, 0);
825 return ConstantInt::get(Tp,
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/grog/
H A Dgrog.pl113 elsif (/^\.(Tp|Dp|De|Cx|Cl)$sp/) {
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h314 template <class Tp>
315 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
319 template <class Tp>
320 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp& value) {
334 template <class Tp>
335 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
342 template <class Tp>
343 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h117 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *SE,
127 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, Type *Tp,
H A DHexagonTargetTransformInfo.cpp153 InstructionCost HexagonTTIImpl::getAddressComputationCost(Type *Tp, argument
223 InstructionCost HexagonTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, argument
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h317 template <class Tp>
319 void DoNotOptimize(Tp const& value) {
323 template <class Tp>
324 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp& value) {
338 template <class Tp>
339 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
348 template <class Tp>
349 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp497 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); local
498 if (!Tp)
500 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h93 InstructionCost getShuffleCost(TTI::ShuffleKind Kind, VectorType *Tp,
/netbsd-current/external/bsd/nvi/dist/dist/
H A Dcompile204 set x "$@" -Tp"$file"
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/gpl3/binutils/dist/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/gpl3/gdb/dist/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/lib/librumpuser/build-aux/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/lgpl3/mpc/dist/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/lgpl3/gmp/dist/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/public-domain/xz/dist/build-aux/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/mpl/dhcp/dist/
H A Dcompile209 set x "$@" -Tp"$file"
/netbsd-current/external/bsd/tmux/dist/etc/
H A Dcompile209 set x "$@" -Tp"$file"

Completed in 330 milliseconds

123