/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 111 uint64_t TySize, SmallVectorImpl<llvm::Type *> &ArgList) const { in CoerceToIntArgs() 197 uint64_t TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local 398 int TySize = getContext().getTypeSize(Ty); in extendType() local
|
H A D | AVR.cpp | 59 unsigned TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local
|
H A D | LoongArch.cpp | 438 int TySize = getContext().getTypeSize(Ty); in extendType() local
|
H A D | RISCV.cpp | 518 int TySize = getContext().getTypeSize(Ty); in extendType() local
|
H A D | ARM.cpp | 768 CharUnits TySize = getContext().getTypeSizeInChars(Ty); in EmitVAArg() local
|
H A D | AArch64.cpp | 577 CharUnits TySize = getContext().getTypeSizeInChars(Ty); in EmitAAPCSVAArg() local
|
H A D | X86.cpp | 2310 unsigned TySize = (unsigned)Context.getTypeSize(Ty); in BitsContainNoUserData() local 3142 uint64_t TySize = TInfo.Width.getQuantity(); in EmitVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 131 TypeSize TySize = DL.getTypeStoreSize(Ty); in read() local 170 TypeSize TySize = DL.getTypeStoreSize(Ty); in write() local
|
H A D | MemoryOpRemark.cpp | 347 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 123 const unsigned TySize = Ty.getSizeInBits(); in getRegClassForTypeOnBank() local 186 const unsigned TySize = Ty.getSizeInBits(); in selectLoadStoreOpCode() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 445 unsigned TySize = DL->getTypeStoreSize(Ty); in canWidenScalarExtLoad() local
|
H A D | AMDGPUCodeGenPrepare.cpp | 459 int TySize = DL.getTypeSizeInBits(Ty); in canWidenScalarExtLoad() local 1665 int TySize = Mod->getDataLayout().getTypeSizeInBits(I.getType()); in visitLoadInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 146 uint64_t TySize = in set() local
|
H A D | SelectionDAGBuilder.cpp | 4438 TypeSize TySize = DL.getTypeAllocSize(Ty); in visitAlloca() local 9571 TypeSize TySize = DL.getTypeAllocSize(Ty); in getAddressForMemoryInput() local 10838 uint64_t TySize = DL.getTypeAllocSize(CLI.RetTy); in LowerCallTo() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 668 uint64_t TySize = DL.getTypeAllocSize(Ty); in moveDynamicAllocasToUnsafeStack() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 442 TypeSize TySize = DL.getTypeStoreSize(Ty); in isSafeToLoadUnconditionally() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1342 unsigned TySize = DL.getTypeSizeInBits(Ty); in collectEquivalenceClasses() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2036 unsigned TySize = Ty->getScalarSizeInBits(); in visitPtrToInt() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3062 Register TySize = in translateAlloca() local
|
H A D | LegalizerHelper.cpp | 8690 unsigned TySize = Ty.getSizeInBytes(); in findGISelOptimalMemOpLowering() local 8834 unsigned TySize = Ty.getSizeInBytes(); in lowerMemset() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2714 size_t Stride, size_t TySize) { in SelectBaseMVE_VMLLDAV()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 744 uint64_t TySize = CGM.getMinimumObjectSize(Ty).getQuantity(); in EmitTypeCheck() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2567 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /= 2) { in emitInterWarpCopyFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 26734 const TypeSize &TySize = Ty->getPrimitiveSizeInBits(); in functionArgumentNeedsConsecutiveRegisters() local
|