Home
last modified time | relevance | path

Searched defs:TySize (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp111 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 DAVR.cpp59 unsigned TySize = getContext().getTypeSize(Ty); in classifyArgumentType() local
H A DLoongArch.cpp439 int TySize = getContext().getTypeSize(Ty); extendType() local
H A DRISCV.cpp513 int TySize = getContext().getTypeSize(Ty); extendType() local
H A DARM.cpp773 CharUnits TySize = getContext().getTypeSizeInChars(Ty); EmitVAArg() local
H A DAArch64.cpp559 CharUnits TySize = getContext().getTypeSizeInChars(Ty); EmitAAPCSVAArg() local
H A DX86.cpp2292 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 DAMDGPULateCodeGenPrepare.cpp126 unsigned TySize = DL->getTypeStoreSize(Ty); canWidenScalarExtLoad() local
H A DAMDGPUCodeGenPrepare.cpp457 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 DEvaluator.cpp131 TypeSize TySize = DL.getTypeStoreSize(Ty); in read() local
170 TypeSize TySize = DL.getTypeStoreSize(Ty); in write() local
H A DMemoryOpRemark.cpp347 std::optional<TypeSize> TySize = AI->getAllocationSize(DL); in visitVariable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp123 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 DFunctionLoweringInfo.cpp146 uint64_t TySize = in set() local
H A DSelectionDAGBuilder.cpp4245 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 DLoads.cpp433 TypeSize TySize = DL.getTypeStoreSize(Ty); isSafeToLoadUnconditionally() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp668 uint64_t TySize = DL.getTypeAllocSize(Ty); in moveDynamicAllocasToUnsafeStack() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1343 if ((TySize % 8) != 0) in collectEquivalenceClasses() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1960 unsigned TySize = Ty->getScalarSizeInBits(); visitPtrToInt() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2897 Register TySize = translateAlloca() local
H A DLegalizerHelper.cpp8160 unsigned TySize = Ty.getSizeInBytes(); findGISelOptimalMemOpLowering() local
8311 unsigned TySize = Ty.getSizeInBytes(); lowerMemset() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1785 for (unsigned TySize = 4; TySize > 0 && RealTySize > 0; TySize /=2) { emitInterWarpCopyFunction() local
H A DCGExpr.cpp733 uint64_t TySize = CGM.getMinimumObjectSize(Ty).getQuantity(); EmitTypeCheck() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2708 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 DAArch64ISelLowering.cpp25288 const TypeSize &TySize = Ty->getPrimitiveSizeInBits(); functionArgumentNeedsConsecutiveRegisters() local
[all...]