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