Home
last modified time | relevance | path

Searched refs:PtrWidth (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp33 uint64_t PtrWidth; member in __anon02ddca6e0111::WalkAST
41 return (ASTC.getTypeSize(T) == PtrWidth); in isPointerSize()
76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSignals.cpp101 unsigned PtrWidth = 2 + 2 * sizeof(void *); in format_ptr() local
102 return format_hex((uint64_t)PC, PtrWidth); in format_ptr()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp738 uint32_t PtrWidth = DL.getTypeSizeInBits(Op0->getType()); in getConstantValue() local
739 assert(PtrWidth <= 64 && "Bad pointer width"); in getConstantValue()
740 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal)); in getConstantValue()
747 uint32_t PtrWidth = DL.getTypeSizeInBits(CE->getType()); in getConstantValue() local
748 GV.IntVal = GV.IntVal.zextOrTrunc(PtrWidth); in getConstantValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1003 unsigned PtrWidth = CGM.getContext().getTargetInfo().getPointerWidth( in patternFor() local
1005 llvm::Type *IntTy = llvm::IntegerType::get(CGM.getLLVMContext(), PtrWidth); in patternFor()
1007 switch (PtrWidth) { in patternFor()
H A DCGDebugInfo.cpp1892 uint64_t PtrWidth = in CollectVTableInfo() local
1898 unsigned VTableWidth = PtrWidth * VSlotCount; in CollectVTableInfo()
1909 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo()
H A DTargetInfo.cpp7136 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg() local
7140 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) { in EmitVAArg()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1290 unsigned PtrWidth = DL.getPointerTypeSizeInBits(CE->getType()); in ConstantFoldCastOperand() local
1291 if (PtrWidth < InWidth) { in ConstantFoldCastOperand()
1294 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldCastOperand()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1027 CharUnits PtrWidth = in LayoutNonVirtualBases() local
1033 setSize(getSize() + PtrWidth); in LayoutNonVirtualBases()