Home
last modified time | relevance | path

Searched defs:SrcVTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1059 auto *SrcVTy = dyn_cast<FixedVectorType>(Src); getVPMemoryOpCost() local
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5065 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 DARMTargetTransformInfo.cpp1501 FixedVectorType *SrcVTy = cast<FixedVectorType>(Src); getMemoryOpCost() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1117 auto *SrcVTy = dyn_cast<VectorType>(Src); global() variable
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2708 if (FixedVectorType *SrcVTy = dyn_cast<FixedVectorType>(SrcTy)) { visitBitCast() local
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3434 if (auto *SrcVTy = dyn_cast<VectorType>(SrcTy)) visitAddrSpaceCastInst() local