/llvm-project/libcxx/test/libcxx/containers/unord/ |
H A D | key_value_traits.pass.cpp | 19 typedef int Tp; testKeyValueTrait() typedef 27 typedef std::pair<int, int> Tp; testKeyValueTrait() typedef 35 typedef std::pair<const int, int> Tp; testKeyValueTrait() typedef 43 typedef std::__hash_value_type<int, int> Tp; testKeyValueTrait() typedef [all...] |
/llvm-project/libcxx/test/libcxx/containers/associative/ |
H A D | tree_key_value_traits.pass.cpp | 19 typedef int Tp; testKeyValueTrait() typedef 27 typedef std::pair<int, int> Tp; testKeyValueTrait() typedef 35 typedef std::pair<const int, int> Tp; testKeyValueTrait() typedef 43 typedef std::__value_type<int, int> Tp; testKeyValueTrait() typedef [all...] |
/llvm-project/libcxxabi/test/ |
H A D | catch_function_01.pass.cpp | 20 bool can_convert(Tp) { return true; } in can_convert() argument
|
H A D | catch_member_function_pointer_01.pass.cpp | 32 bool can_convert(Tp) { return true; } in can_convert() argument
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | make_from_tuple.pass.cpp | 60 using Tp = ConstexprConstructibleFromTuple<RawTuple>; do_constexpr_test() typedef 67 using Tp = ConstructibleFromTuple<RawTuple>; do_forwarding_test() typedef
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/ |
H A D | gcd.pass.cpp | 60 using Tp = std::make_unsigned_t<T>; basic_gcd() typedef
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 158 InstructionCost HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() argument 229 InstructionCost HexagonTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, in getShuffleCost() argument
|
/llvm-project/llvm/unittests/DebugInfo/BTF/ |
H A D | BTFParserTest.cpp | 390 uint32_t addType(const BTF::CommonType &Tp) { in addType() 395 template <typename T> void addTail(const T &Tp) { append(Types, Tp); } in addTail() 573 const BTF::CommonType *Tp = BTF.findType(Id); in TEST() local 611 auto IncompleteType = [&](const BTF::CommonType &Tp) { in TEST()
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 4609 for (auto Tp : Data) { TEST() local 4674 for (auto Tp : Data) { TEST() local 4724 for (auto Tp : Data) { TEST() local 4777 for (auto Tp : Data) { TEST() local 4851 for (auto Tp : Data) { TEST() local 4899 for (auto Tp : Data) { TEST() local 4933 for (auto Tp : Data) { TEST() local 4968 for (auto Tp : Data) { TEST() local 5040 for (auto Tp : Data) { TEST() local 5072 for (auto Tp : Data) { TEST() local [all...] |
/llvm-project/third-party/benchmark/src/ |
H A D | sysinfo.cc | 210 bool GetSysctl(std::string const& name, std::array<Tp, N>* out) { in GetSysctl()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); isMoveSafeMethod() local
|
/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 469 Type *Tp = pickType(); Act() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1038 getRecurrenceIdentity(RecurKind K,Type * Tp,FastMathFlags FMF) const getRecurrenceIdentity() argument
|
H A D | TargetTransformInfo.cpp | 1128 getAddressComputationCost(Type * Tp,ScalarEvolution * SE,const SCEV * Ptr) const getAddressComputationCost() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 606 getShuffleCost(TTI::ShuffleKind Kind,Type * Tp,ArrayRef<int> Mask,TTI::TargetCostKind CostKind,int Index,Type * SubTp,ArrayRef<const Value * > Args,const Instruction * CxtI) getShuffleCost() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 607 getShuffleCost(TTI::ShuffleKind Kind,VectorType * Tp,ArrayRef<int> Mask,TTI::TargetCostKind CostKind,int Index,VectorType * SubTp,ArrayRef<const Value * > Args,const Instruction * CxtI) getShuffleCost() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 783 getNumberOfParts(Type * Tp) getNumberOfParts() argument 785 getAddressComputationCost(Type * Tp,ScalarEvolution *,const SCEV *) getAddressComputationCost() argument
|
H A D | TargetTransformInfo.h | 2668 getShuffleCost(ShuffleKind Kind,VectorType * Tp,ArrayRef<int> Mask,TTI::TargetCostKind CostKind,int Index,VectorType * SubTp,ArrayRef<const Value * > Args,const Instruction * CxtI) getShuffleCost() argument 2793 getNumberOfParts(Type * Tp) getNumberOfParts() argument [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 336 getShuffleCost(TTI::ShuffleKind Kind,VectorType * Tp,ArrayRef<int> Mask,TTI::TargetCostKind CostKind,int Index,VectorType * SubTp,ArrayRef<const Value * > Args,const Instruction * CxtI) getShuffleCost() argument [all...] |
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1484 SDValue Tp = getM68kReadTp(SDLoc(GA), DAG); in LowerTLSInitialExec() local 1498 SDValue Tp = getM68kReadTp(SDLoc(GA), DAG); in LowerTLSLocalExec() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3937 getSpliceCost(VectorType * Tp,int Index) getSpliceCost() argument 3994 getShuffleCost(TTI::ShuffleKind Kind,VectorType * Tp,ArrayRef<int> Mask,TTI::TargetCostKind CostKind,int Index,VectorType * SubTp,ArrayRef<const Value * > Args,const Instruction * CxtI) getShuffleCost() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1216 getShuffleCost(TTI::ShuffleKind Kind,VectorType * Tp,ArrayRef<int> Mask,TTI::TargetCostKind CostKind,int Index,VectorType * SubTp,ArrayRef<const Value * > Args,const Instruction * CxtI) getShuffleCost() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2411 getNumberOfParts(Type * Tp) getNumberOfParts() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 900 unsigned LLVMGetNumContainedTypes(LLVMTypeRef Tp) { in LLVMGetNumContainedTypes() argument 860 LLVMGetSubtypes(LLVMTypeRef Tp,LLVMTypeRef * Arr) LLVMGetSubtypes() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 8017 getShuffleCost(const TargetTransformInfo & TTI,TTI::ShuffleKind Kind,VectorType * Tp,ArrayRef<int> Mask=std::nullopt,TTI::TargetCostKind CostKind=TTI::TCK_RecipThroughput,int Index=0,VectorType * SubTp=nullptr,ArrayRef<const Value * > Args=std::nullopt) getShuffleCost() argument [all...] |