Searched refs:TySize (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp117 const unsigned TySize = Ty.getSizeInBits(); local
120 assert((Ty.isScalar() || Ty.isPointer()) && TySize == 32 &&
127 assert((TySize == 32 || TySize == 64) &&
129 if (TySize == 32)
180 const unsigned TySize = Ty.getSizeInBits(); local
186 assert(((Ty.isScalar() && TySize == 32) ||
187 (Ty.isPointer() && TySize == 32 && MemSizeInBytes == 4)) &&
189 (void)TySize;
217 assert(((TySize
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp147 uint64_t TySize = local
150 TySize *= CUI->getZExtValue(); // Get total allocated size.
151 if (TySize == 0) TySize = 1; // Don't create zero-sized stack objects.
156 TySize, 0, /*IsImmutable=*/false, /*isAliased=*/true);
160 MF->getFrameInfo().CreateStackObject(TySize, Align, false, AI);
H A DSelectionDAGBuilder.cpp3993 uint64_t TySize = DL.getTypeAllocSize(Ty); local
4005 DAG.getConstant(TySize, dl, IntPtr));
7922 uint64_t TySize = DL.getTypeAllocSize(Ty); local
7925 int SSFI = MF.getFrameInfo().CreateStackObject(TySize, Align, false);
9080 uint64_t TySize = DL.getTypeAllocSize(CLI.RetTy); local
9083 DemoteStackIdx = MF.getFrameInfo().CreateStackObject(TySize, Align, false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp764 unsigned TySize = DL.getTypeSizeInBits(Ty); local
765 if ((TySize % 8) != 0)
779 unsigned VF = VecRegSize / TySize;
783 if (TySize > VecRegSize / 2 ||
784 (VecTy && TTI.getLoadVectorFactor(VF, TySize, TySize / 8, VecTy) == 0))
818 unsigned TySize = DL.getTypeSizeInBits(Ty); local
819 if ((TySize % 8) != 0)
826 unsigned VF = VecRegSize / TySize;
830 if (TySize > VecRegSiz
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp889 unsigned TySize = Ty.getSizeInBytes(); local
890 while (TySize > Size) {
910 TySize = Size;
913 TySize = NewTySize;
921 Size -= TySize;
1033 unsigned TySize = Ty.getSizeInBytes(); local
1034 if (TySize > Size) {
1038 DstOff -= TySize - Size;
1068 Size -= TySize;
H A DIRTranslator.cpp1835 Register TySize = local
1837 MIRBuilder.buildMul(AllocSize, NumElts, TySize);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3039 unsigned TySize = (unsigned)Context.getTypeSize(Ty);
3040 if (TySize <= StartBit)
3830 uint64_t TySize = SizeAlign.first.getQuantity();
3837 CGF.Builder.CreateMemCpy(Tmp, RegAddr, TySize, false);
5422 CharUnits TySize = getContext().getTypeSizeInChars(Ty);
5428 int RegSize = IsIndirect ? 8 : TySize.getQuantity();
5556 TySize < SlotSize) {
5557 CharUnits Offset = SlotSize - TySize;
5599 StackSize = TySize.alignTo(StackSlotSize);
5609 TySize < StackSlotSiz
9803 int TySize = getContext().getTypeSize(Ty); local
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp3259 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /=2) {
3260 unsigned NumIters = RealTySize / TySize;
3264 C.toBits(CharUnits::fromQuantity(TySize)), /*Signed=*/1);
3266 CharUnits Align = CharUnits::fromQuantity(TySize);
3396 RealTySize %= TySize;
H A DCGExpr.cpp714 uint64_t TySize = getContext().getTypeSizeInChars(Ty).getQuantity(); local
715 llvm::Value *Size = llvm::ConstantInt::get(IntPtrTy, TySize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp278 int TySize = DL.getTypeSizeInBits(Ty); local
282 return I.isSimple() && TySize < 32 && Align >= 4 && DA->isUniform(&I);
967 int TySize = Mod->getDataLayout().getTypeSizeInBits(I.getType()); local
968 Type *IntNTy = Builder.getIntNTy(TySize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp653 uint64_t TySize = DL.getTypeAllocSize(Ty); local
654 Value *Size = IRB.CreateMul(ArraySize, ConstantInt::get(IntPtrTy, TySize));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1135 if (int64_t TySize = DL.getTypeAllocSize(Ty)) {
1136 FirstIdx = Offset/TySize;
1137 Offset -= FirstIdx*TySize;
1139 // Handle hosts where % returns negative instead of values [0..TySize).
1142 Offset += TySize;
1145 assert((uint64_t)Offset < (uint64_t)TySize && "Out of range offset");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp247 /// TySize is the index into the list of element types listed above
250 size_t Stride, size_t TySize);
2566 size_t Stride, size_t TySize) {
2567 assert(TySize < Stride && "Invalid TySize");
2596 uint16_t Opcode = Opcodes[TySize];
2563 SelectBaseMVE_VMLLDAV(SDNode *N, bool Predicated, const uint16_t *OpcodesS, const uint16_t *OpcodesU, size_t Stride, size_t TySize) argument

Completed in 402 milliseconds