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

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp522 VectorType *VTy = cast<VectorType>(Ty); local
541 VectorType *VTy = cast<VectorType>(Ty); local
H A DInterleavedLoadCombinePass.cpp676 FixedVectorType *const VTy; member in struct:__anon1785::VectorInfo
678 VectorInfo(FixedVectorType *VTy) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DGlobalObject.h44 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DValue.h76 Type *VTy; member in class:llvm::Value
H A DDerivedTypes.h442 static VectorType *getInteger(VectorType *VTy) { argument
451 static VectorType *getExtendedElementVectorType(VectorType *VTy) { argument
460 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { argument
485 getSubdividedVectorType(VectorType *VTy, int NumSubdivs) argument
495 getHalfElementsVectorType(VectorType *VTy) argument
505 getDoubleElementsVectorType(VectorType *VTy) argument
539 getInteger(FixedVectorType *VTy) argument
543 getExtendedElementVectorType(FixedVectorType *VTy) argument
547 getTruncatedElementVectorType(FixedVectorType *VTy) argument
552 getSubdividedVectorType(FixedVectorType *VTy, int NumSubdivs) argument
558 getHalfElementsVectorType(FixedVectorType *VTy) argument
562 getDoubleElementsVectorType(FixedVectorType *VTy) argument
587 getInteger(ScalableVectorType *VTy) argument
592 getExtendedElementVectorType(ScalableVectorType *VTy) argument
598 getTruncatedElementVectorType(ScalableVectorType *VTy) argument
603 getSubdividedVectorType(ScalableVectorType *VTy, int NumSubdivs) argument
610 getHalfElementsVectorType(ScalableVectorType *VTy) argument
615 getDoubleElementsVectorType(ScalableVectorType *VTy) argument
[all...]
H A DDataLayout.h692 VectorType *VTy = cast<VectorType>(Ty); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp393 VectorType *VTy = cast<VectorType>(I->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp427 GlobalIndirectSymbol::GlobalIndirectSymbol(Type *Ty, ValueTy VTy, argument
H A DType.cpp137 const VectorType *VTy = cast<VectorType>(this); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp115 Type *VTy = V->getType(); local
1446 VectorType *VTy = dyn_cast<VectorType>(I->getOperand(0)->getType()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp417 auto *VTy = cast<FixedVectorType>( local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp548 Type *VTy = V->getType(); variable
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp63 Type *VTy = V.getType(); local
90 Type *VTy = V.getType(); local
H A DAMDGPULibCalls.cpp871 VectorType *VTy = dyn_cast<VectorType>(opr0->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp623 auto *VTy = cast<FixedVectorType>(C->getType()); local
925 auto *VTy = cast<FixedVectorType>(C->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp377 auto *VTy = cast<FixedVectorType>(Ty); local
485 auto *VTy = cast<FixedVectorType>(Ty); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp272 VectorType *VTy = cast<VectorType>(V->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2027 RecTy *VTy = nullptr; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1767 Type *VTy = II.getType(); local
H A DX86TargetTransformInfo.cpp3310 auto *VTy = dyn_cast<FixedVectorType>(Src); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1500 auto *VTy = cast<FixedVectorType>(DataTy); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1443 auto *VTy = cast<IntegerType>(ShVal->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h86 InstructionCost getBroadcastShuffleOverhead(FixedVectorType *VTy) { argument
100 InstructionCost getPermuteShuffleOverhead(FixedVectorType *VTy) { argument
118 InstructionCost getExtractSubvectorOverhead(VectorType *VTy, int Index, argument
143 getInsertSubvectorOverhead(VectorType *VTy, int Index, FixedVectorType *SubVTy) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2387 llvm::Type *VTy = V->getType(); local

Completed in 389 milliseconds

12