Searched defs:SubVecTy (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp167 decompose( Instruction *VecInst, unsigned NumSubVectors, FixedVectorType *SubVecTy, SmallVectorImpl<Instruction *> &DecomposedVectors) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp418 auto *SubVecTy = FixedVectorType::get(VecEltTy, NumLoadedElts); local
473 auto *SubVecTy = FixedVectorType::get(VecEltTy, NumWrittenElts); local
[all...]
H A DAMDGPUCodeGenPrepare.cpp1962 Type *SubVecTy = FixedVectorType::get(EltTy, SubVecSize); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp402 auto *SubVecTy = FixedVectorType::get(Tp->getElementType(), SubVF); local
599 FixedVectorType *SubVecTy = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1537 auto *SubVecTy = local
H A DARMISelLowering.cpp21809 auto *SubVecTy = FixedVectorType::get(EltTy, LaneLen); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3251 auto *SubVecTy = local
H A DAArch64ISelLowering.cpp15837 auto *SubVecTy = FixedVectorType::get(EltTy, LaneLen); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3020 auto *SubVecTy = dyn_cast<FixedVectorType>(SubVec->getType()); local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5901 VectorType *SubVecTy = cast<VectorType>(SubVec->getType()); local

Completed in 621 milliseconds