Home
last modified time | relevance | path

Searched refs:TySize (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp117 const unsigned TySize = Ty.getSizeInBits(); in getRegClassForTypeOnBank() local
120 assert((Ty.isScalar() || Ty.isPointer()) && TySize == 32 && in getRegClassForTypeOnBank()
127 assert((TySize == 32 || TySize == 64) && in getRegClassForTypeOnBank()
129 if (TySize == 32) in getRegClassForTypeOnBank()
180 const unsigned TySize = Ty.getSizeInBits(); in selectLoadStoreOpCode() local
186 assert(((Ty.isScalar() && TySize == 32) || in selectLoadStoreOpCode()
187 (Ty.isPointer() && TySize == 32 && MemSizeInBytes == 4)) && in selectLoadStoreOpCode()
189 (void)TySize; in selectLoadStoreOpCode()
217 assert(((TySize == 32 && MemSizeInBytes == 4) || in selectLoadStoreOpCode()
218 (TySize == 64 && MemSizeInBytes == 8)) && in selectLoadStoreOpCode()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp764 unsigned TySize = DL.getTypeSizeInBits(Ty); in collectInstructions() local
765 if ((TySize % 8) != 0) in collectInstructions()
779 unsigned VF = VecRegSize / TySize; in collectInstructions()
783 if (TySize > VecRegSize / 2 || in collectInstructions()
784 (VecTy && TTI.getLoadVectorFactor(VF, TySize, TySize / 8, VecTy) == 0)) in collectInstructions()
818 unsigned TySize = DL.getTypeSizeInBits(Ty); in collectInstructions() local
819 if ((TySize % 8) != 0) in collectInstructions()
826 unsigned VF = VecRegSize / TySize; in collectInstructions()
830 if (TySize > VecRegSize / 2 || in collectInstructions()
831 (VecTy && TTI.getStoreVectorFactor(VF, TySize, TySize / 8, VecTy) == 0)) in collectInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp147 uint64_t TySize = in set() local
150 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
151 if (TySize == 0) TySize = 1; // Don't create zero-sized stack objects. in set()
156 TySize, 0, /*IsImmutable=*/false, /*isAliased=*/true); in set()
160 MF->getFrameInfo().CreateStackObject(TySize, Align, false, AI); in set()
DSelectionDAGBuilder.cpp3993 uint64_t TySize = DL.getTypeAllocSize(Ty); in visitAlloca() local
4005 DAG.getConstant(TySize, dl, IntPtr)); in visitAlloca()
7922 uint64_t TySize = DL.getTypeAllocSize(Ty); in getAddressForMemoryInput() local
7925 int SSFI = MF.getFrameInfo().CreateStackObject(TySize, Align, false); in getAddressForMemoryInput()
9080 uint64_t TySize = DL.getTypeAllocSize(CLI.RetTy); in LowerCallTo() local
9083 DemoteStackIdx = MF.getFrameInfo().CreateStackObject(TySize, Align, false); in LowerCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp889 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering() local
890 while (TySize > Size) { in findGISelOptimalMemOpLowering()
910 TySize = Size; in findGISelOptimalMemOpLowering()
913 TySize = NewTySize; in findGISelOptimalMemOpLowering()
921 Size -= TySize; in findGISelOptimalMemOpLowering()
1033 unsigned TySize = Ty.getSizeInBytes(); in optimizeMemset() local
1034 if (TySize > Size) { in optimizeMemset()
1038 DstOff -= TySize - Size; in optimizeMemset()
1068 Size -= TySize; in optimizeMemset()
DIRTranslator.cpp1835 Register TySize = in translateAlloca() local
1837 MIRBuilder.buildMul(AllocSize, NumElts, TySize); in translateAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp278 int TySize = DL.getTypeSizeInBits(Ty); in canWidenScalarExtLoad() local
282 return I.isSimple() && TySize < 32 && Align >= 4 && DA->isUniform(&I); in canWidenScalarExtLoad()
967 int TySize = Mod->getDataLayout().getTypeSizeInBits(I.getType()); in visitLoadInst() local
968 Type *IntNTy = Builder.getIntNTy(TySize); in visitLoadInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp653 uint64_t TySize = DL.getTypeAllocSize(Ty); in moveDynamicAllocasToUnsafeStack() local
654 Value *Size = IRB.CreateMul(ArraySize, ConstantInt::get(IntPtrTy, TySize)); in moveDynamicAllocasToUnsafeStack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1135 if (int64_t TySize = DL.getTypeAllocSize(Ty)) { in FindElementAtOffset() local
1136 FirstIdx = Offset/TySize; in FindElementAtOffset()
1137 Offset -= FirstIdx*TySize; in FindElementAtOffset()
1142 Offset += TySize; in FindElementAtOffset()
1145 assert((uint64_t)Offset < (uint64_t)TySize && "Out of range offset"); in FindElementAtOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp250 size_t Stride, size_t TySize);
2566 size_t Stride, size_t TySize) { in SelectBaseMVE_VMLLDAV() argument
2567 assert(TySize < Stride && "Invalid TySize"); in SelectBaseMVE_VMLLDAV()
2596 uint16_t Opcode = Opcodes[TySize]; in SelectBaseMVE_VMLLDAV()