/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.cpp | 158 InstructionCost HexagonTTIImpl::getAddressComputationCost(Type *Tp, in getAddressComputationCost() 229 InstructionCost HexagonTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, in getShuffleCost()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 469 Type *Tp = pickType(); in Act() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1037 Value *RecurrenceDescriptor::getRecurrenceIdentity(RecurKind K, Type *Tp, in getRecurrenceIdentity()
|
H A D | TargetTransformInfo.cpp | 1132 TargetTransformInfo::getAddressComputationCost(Type *Tp, ScalarEvolution *SE, in getAddressComputationCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 606 InstructionCost PPCTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, in getShuffleCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 607 TTI::ShuffleKind Kind, VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 785 unsigned getNumberOfParts(Type *Tp) const { return 1; } in getNumberOfParts() 787 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost()
|
H A D | TargetTransformInfo.h | 2693 InstructionCost getShuffleCost(ShuffleKind Kind, VectorType *Tp, in getShuffleCost() 2818 unsigned getNumberOfParts(Type *Tp) override { in getNumberOfParts()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 357 VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost()
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3975 InstructionCost AArch64TTIImpl::getSpliceCost(VectorType *Tp, int Index) { in getSpliceCost() 4032 TTI::ShuffleKind Kind, VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1216 VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost()
|
H A D | ARMISelLowering.cpp | 16600 for (MVT Tp : MVT::integer_valuetypes()) { in PerformTruncatingStoreCombine() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2429 unsigned getNumberOfParts(Type *Tp) { in getNumberOfParts()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 860 void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef *Arr) { in LLVMGetSubtypes() 900 unsigned LLVMGetNumContainedTypes(LLVMTypeRef Tp) { in LLVMGetNumContainedTypes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 8046 VectorType *Tp, ArrayRef<int> Mask = std::nullopt, in getShuffleCost()
|