Searched defs:VTy (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h266 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { argument
H A DX86InstCombineIntrinsic.cpp2841 Type *VTy = II.getType(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp67 Type *VTy = V.getType(); local
105 Type *VTy = V.getType(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp613 VectorType *VTy = cast<VectorType>(Ty); local
632 VectorType *VTy = cast<VectorType>(Ty); local
H A DReplaceWithVeclib.cpp106 auto *VTy = dyn_cast<VectorType>(I.getType()); local
H A DInterleavedLoadCombinePass.cpp676 FixedVectorType *const VTy; member in struct:__anon20::VectorInfo
678 VectorInfo(FixedVectorType *VTy) : VTy(VTy) { argument
[all...]
H A DComplexDeinterleavingPass.cpp1976 auto *VTy = cast<VectorType>(Node->Real->getType()); local
2016 auto *VTy local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h243 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { argument
248 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h193 bool forceScalarizeMaskedGather(VectorType *VTy, Align Alignment) { argument
201 bool forceScalarizeMaskedScatter(VectorType *VTy, Align Alignment) { argument
H A DARMTargetTransformInfo.cpp1574 auto *VTy = cast<FixedVectorType>(DataTy); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h80 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DGlobalObject.h43 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DDerivedTypes.h454 static VectorType *getInteger(VectorType *VTy) { argument
463 static VectorType *getExtendedElementVectorType(VectorType *VTy) { argument
472 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { argument
497 getSubdividedVectorType(VectorType *VTy, int NumSubdivs) argument
507 getHalfElementsVectorType(VectorType *VTy) argument
517 getDoubleElementsVectorType(VectorType *VTy) argument
551 getInteger(FixedVectorType *VTy) argument
555 getExtendedElementVectorType(FixedVectorType *VTy) argument
559 getTruncatedElementVectorType(FixedVectorType *VTy) argument
564 getSubdividedVectorType(FixedVectorType *VTy, int NumSubdivs) argument
570 getHalfElementsVectorType(FixedVectorType *VTy) argument
574 getDoubleElementsVectorType(FixedVectorType *VTy) argument
599 getInteger(ScalableVectorType *VTy) argument
604 getExtendedElementVectorType(ScalableVectorType *VTy) argument
610 getTruncatedElementVectorType(ScalableVectorType *VTy) argument
615 getSubdividedVectorType(ScalableVectorType *VTy, int NumSubdivs) argument
622 getHalfElementsVectorType(ScalableVectorType *VTy) argument
627 getDoubleElementsVectorType(ScalableVectorType *VTy) argument
[all...]
H A DDataLayout.h709 VectorType *VTy = cast<VectorType>(Ty); local
H A DValue.h118 Type *VTy; variable
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp544 Type *VTy = V->getType(); variable
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp190 const VectorType *VTy = cast<VectorType>(this); local
H A DConstantFold.cpp540 auto *VTy = VectorType::get(EltTy, MaskEltCount); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp133 Type *VTy = V->getType(); local
1708 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp634 auto *VTy = cast<FixedVectorType>(C->getType()); local
943 auto *VTy = cast<FixedVectorType>(C->getType()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp415 auto *VTy = cast<FixedVectorType>(Ty); local
527 auto *VTy = cast<FixedVectorType>(Ty); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp385 auto *VTy = cast<FixedVectorType>(AccessTy); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1440 auto *VTy = cast<IntegerType>(ShVal->getType()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp165 VectorType *VTy = cast<VectorType>(V->getType()); local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1127 ValueTypeByHwMode VTy = ChildTypes.front().getValueTypeByHwMode(); local
1814 const TypeSetByHwMode &VTy = Child0->getExtType(0); local
1819 const TypeSetByHwMode &VTy = N->getExtType(0); local
2020 const TypeSetByHwMode &VTy = Src->getExtType(I); local
[all...]

Completed in 507 milliseconds

12