Home
last modified time | relevance | path

Searched defs:Tp (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp158 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 DMoveChecker.cpp498 const Type *Tp = ConversionDec->getConversionType().getTypePtrOrNull(); in isMoveSafeMethod() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp469 Type *Tp = pickType(); in Act() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1037 Value *RecurrenceDescriptor::getRecurrenceIdentity(RecurKind K, Type *Tp, in getRecurrenceIdentity()
H A DTargetTransformInfo.cpp1132 TargetTransformInfo::getAddressComputationCost(Type *Tp, ScalarEvolution *SE, in getAddressComputationCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp606 InstructionCost PPCTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, in getShuffleCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp607 TTI::ShuffleKind Kind, VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h785 unsigned getNumberOfParts(Type *Tp) const { return 1; } in getNumberOfParts()
787 InstructionCost getAddressComputationCost(Type *Tp, ScalarEvolution *, in getAddressComputationCost()
H A DTargetTransformInfo.h2693 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 DRISCVTargetTransformInfo.cpp357 VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1484 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 DAArch64TargetTransformInfo.cpp3975 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 DARMTargetTransformInfo.cpp1216 VectorType *Tp, ArrayRef<int> Mask, in getShuffleCost()
H A DARMISelLowering.cpp16600 for (MVT Tp : MVT::integer_valuetypes()) { in PerformTruncatingStoreCombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2429 unsigned getNumberOfParts(Type *Tp) { in getNumberOfParts()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp860 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 DSLPVectorizer.cpp8046 VectorType *Tp, ArrayRef<int> Mask = std::nullopt, in getShuffleCost()