Searched defs:SrcVTy (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 1059 auto *SrcVTy = dyn_cast<FixedVectorType>(Src); getVPMemoryOpCost() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5065 auto *SrcVTy = dyn_cast<FixedVectorType>(SrcTy); getMaskedMemoryOpCost() local 5818 getGSVectorCost(unsigned Opcode,TTI::TargetCostKind CostKind,Type * SrcVTy,const Value * Ptr,Align Alignment,unsigned AddressSpace) getGSVectorCost() argument 5889 getGatherScatterOpCost(unsigned Opcode,Type * SrcVTy,const Value * Ptr,bool VariableMask,Align Alignment,TTI::TargetCostKind CostKind,const Instruction * I=nullptr) getGatherScatterOpCost() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1501 FixedVectorType *SrcVTy = cast<FixedVectorType>(Src); getMemoryOpCost() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1117 auto *SrcVTy = dyn_cast<VectorType>(Src); global() variable
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2708 if (FixedVectorType *SrcVTy = dyn_cast<FixedVectorType>(SrcTy)) { visitBitCast() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 3434 if (auto *SrcVTy = dyn_cast<VectorType>(SrcTy)) visitAddrSpaceCastInst() local
|