/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 111 uint64_t TySize, SmallVectorImpl<llvm::Type *> &ArgList) const { in CoerceToIntArgs() argument 197 uint64_t TySize = getContext().getTypeSize(Ty); classifyArgumentType() local 401 int TySize = getContext().getTypeSize(Ty); extendType() local [all...] |
H A D | AVR.cpp | 59 unsigned TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local
|
H A D | LoongArch.cpp | 439 int TySize = getContext().getTypeSize(Ty); extendType() local
|
H A D | RISCV.cpp | 513 int TySize = getContext().getTypeSize(Ty); extendType() local
|
H A D | ARM.cpp | 773 CharUnits TySize = getContext().getTypeSizeInChars(Ty); EmitVAArg() local
|
H A D | AArch64.cpp | 559 CharUnits TySize = getContext().getTypeSizeInChars(Ty); EmitAAPCSVAArg() local
|
H A D | X86.cpp | 2292 unsigned TySize = (unsigned)Context.getTypeSize(Ty); BitsContainNoUserData() local 3119 uint64_t TySize = TInfo.Width.getQuantity(); EmitVAArg() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 126 unsigned TySize = DL->getTypeStoreSize(Ty); canWidenScalarExtLoad() local
|
H A D | AMDGPUCodeGenPrepare.cpp | 457 int TySize = DL.getTypeSizeInBits(Ty); canWidenScalarExtLoad() local 1657 int TySize = Mod->getDataLayout().getTypeSizeInBits(I.getType()); visitLoadInst() local
|
/freebsd-src/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-src/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 [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 146 uint64_t TySize = in set() local
|
H A D | SelectionDAGBuilder.cpp | 4245 TypeSize TySize = DL.getTypeAllocSize(Ty); visitAlloca() local 9058 uint64_t TySize = DL.getTypeAllocSize(Ty); getAddressForMemoryInput() local 10318 uint64_t TySize = DL.getTypeAllocSize(CLI.RetTy); LowerCallTo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 433 TypeSize TySize = DL.getTypeStoreSize(Ty); isSafeToLoadUnconditionally() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 668 uint64_t TySize = DL.getTypeAllocSize(Ty); in moveDynamicAllocasToUnsafeStack() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1343 if ((TySize % 8) != 0) in collectEquivalenceClasses() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1960 unsigned TySize = Ty->getScalarSizeInBits(); visitPtrToInt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2897 Register TySize = translateAlloca() local
|
H A D | LegalizerHelper.cpp | 8160 unsigned TySize = Ty.getSizeInBytes(); findGISelOptimalMemOpLowering() local 8311 unsigned TySize = Ty.getSizeInBytes(); lowerMemset() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1785 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /=2) { emitInterWarpCopyFunction() local
|
H A D | CGExpr.cpp | 733 uint64_t TySize = CGM.getMinimumObjectSize(Ty).getQuantity(); EmitTypeCheck() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2708 SelectBaseMVE_VMLLDAV(SDNode * N,bool Predicated,const uint16_t * OpcodesS,const uint16_t * OpcodesU,size_t Stride,size_t TySize) SelectBaseMVE_VMLLDAV() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 25288 const TypeSize &TySize = Ty->getPrimitiveSizeInBits(); functionArgumentNeedsConsecutiveRegisters() local [all...] |