Searched defs:PtrSize (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp240 unsigned PtrSize = Target.getPointerWidth(0); local
H A DASTContext.cpp6769 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); local
6877 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp98 const unsigned PtrSize = DL.getPointerSize(); local
H A DInstructions.cpp2778 unsigned PtrSize = SrcIntPtrTy->getScalarSizeInBits(); local
2802 unsigned PtrSize = MidIntPtrTy->getScalarSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp758 unsigned PtrSize = ValTy.getElementType().getSizeInBits(); local
783 const unsigned PtrSize = PtrTy.getSizeInBits() / 8; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp344 unsigned PtrSize = EE->getDataLayout().getPointerSize(); local
420 unsigned PtrSize = EE->getDataLayout().getPointerSize(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp623 unsigned PtrSize = DL.getPointerTypeSize(GV->getType()); local
1649 unsigned PtrSize = MAI->getCodePointerSize(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp542 unsigned PtrSize = PtrTy.getSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp789 unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4548 unsigned PtrSize = DL.getPointerSizeInBits(PT->getAddressSpace()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp315 unsigned PtrSize = IntPtrTy->getIntegerBitWidth(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2163 unsigned PtrSize = PtrVT.getSizeInBits(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6145 unsigned PtrSize = Subtarget->isTargetILP32() ? 4 : 8; local

Completed in 307 milliseconds