Home
last modified time | relevance | path

Searched refs:getPointerWidth (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp265 unsigned getPointerWidth() { in getPointerWidth() function in llvm::__anon44d5f3750111::X86AddressSanitizer
312 getPointerWidth(), 0, Disp, SrcReg, 0, AccessSize, SMLoc(), SMLoc())); in InstrumentMOVSBase()
321 getPointerWidth(), 0, Disp, SrcReg, CntReg, AccessSize, SMLoc(), in InstrumentMOVSBase()
331 getPointerWidth(), 0, Disp, DstReg, 0, AccessSize, SMLoc(), SMLoc())); in InstrumentMOVSBase()
339 getPointerWidth(), 0, Disp, DstReg, CntReg, AccessSize, SMLoc(), in InstrumentMOVSBase()
458 X86Operand::CreateMem(getPointerWidth(), 0, Disp, Reg, 0, 1, SMLoc(), in ComputeMemOperandAddress()
641 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1, in InstrumentMemOperandSmall()
667 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1, in InstrumentMemOperandSmall()
718 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1, in InstrumentMemOperandLarge()
858 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1, in EmitAdjustRSP()
[all …]
DX86AsmParser.cpp783 unsigned getPointerWidth() { in getPointerWidth() function in __anon720aab8e0111::X86AsmParser
998 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1007 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1168 Size = getPointerWidth(); in CreateMemForInlineAsm()
1175 return X86Operand::CreateMem(getPointerWidth(), Disp, Start, End, Size, in CreateMemForInlineAsm()
1198 return X86Operand::CreateMem(getPointerWidth(), SegReg, Disp, BaseReg, in CreateMemForInlineAsm()
1446 return X86Operand::CreateMem(getPointerWidth(), Disp, Start, End, Size); in ParseIntelBracExpression()
1447 return X86Operand::CreateMem(getPointerWidth(), SegReg, Disp, 0, 0, 1, in ParseIntelBracExpression()
1455 return X86Operand::CreateMem(getPointerWidth(), SegReg, Disp, BaseReg, in ParseIntelBracExpression()
1537 return X86Operand::CreateMem(getPointerWidth(), SegReg, Disp, in ParseIntelSegmentOverride()
[all …]
/external/clang/lib/AST/
DMangle.cpp181 llvm::alignTo(ASTContext.getTypeSize(AT), TI.getPointerWidth(0)) / in mangleName()
182 TI.getPointerWidth(0); in mangleName()
183 Out << ((TI.getPointerWidth(0) / 8) * ArgWords); in mangleName()
DItaniumCXXABI.cpp132 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in isNearlyEmpty()
DMicrosoftCXXABI.cpp246 unsigned PtrSize = Target.getPointerWidth(0); in getMemberPointerWidthAndAlign()
DMicrosoftMangle.cpp276 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
282 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
288 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
642 getASTContext().getTargetInfo().getPointerWidth(0)); in mangleVirtualMemPtrThunk()
DRecordLayoutBuilder.cpp1021 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in LayoutNonVirtualBases()
1734 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(AS)); in LayoutField()
2440 if (PackedAlignment <= Context.getTargetInfo().getPointerWidth(0)) in initializeLayout()
2466 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in initializeCXXLayout()
DASTContext.cpp1479 Context.getTargetInfo().getPointerWidth(0) == 64) in getConstantArrayInfoInChars()
1563 getTargetInfo().getPointerWidth(0) == 64) in getTypeInfoImpl()
1665 Width = Target->getPointerWidth(0); // C++ 3.9.1p11: sizeof(nullptr_t) in getTypeInfoImpl()
1671 Width = Target->getPointerWidth(0); in getTypeInfoImpl()
1689 Width = Target->getPointerWidth(0); in getTypeInfoImpl()
1695 Width = Target->getPointerWidth(0); in getTypeInfoImpl()
1701 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
1711 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
1717 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2584 ArySize.zextOrTrunc(Target->getPointerWidth(getTargetAddressSpace(EltTy))); in getConstantArrayType()
/external/llvm-project/clang/lib/Basic/Targets/
DMips.cpp185 Builder.defineMacro("_MIPS_SZPTR", Twine(getPointerWidth(0))); in getTargetDefines()
232 .Default(getPointerWidth(0)); in getUnwindWordWidth()
DNVPTX.cpp110 PointerWidth = HostTarget->getPointerWidth(/* AddrSpace = */ 0); in NVPTXTargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h290 uint64_t getPointerWidth(unsigned AddrSpace) const { in getPointerWidth() function
331 return getPointerWidth(0) >= 64; in hasInt128Type()
453 virtual unsigned getUnwindWordWidth() const { return getPointerWidth(0); } in getUnwindWordWidth()
/external/llvm-project/clang/lib/CodeGen/
DPatternInit.cpp46 unsigned PtrWidth = CGM.getContext().getTargetInfo().getPointerWidth( in initializationPatternFor()
/external/llvm-project/clang/unittests/CodeGen/
DTestCompiler.h51 PtrSize = TInfo.getPointerWidth(0) / 8;
/external/llvm-project/clang/lib/AST/
DMangle.cpp217 llvm::alignTo(ASTContext.getTypeSize(AT), TI.getPointerWidth(0)) / in mangleName()
218 TI.getPointerWidth(0); in mangleName()
219 Out << ((TI.getPointerWidth(0) / 8) * ArgWords); in mangleName()
DMicrosoftCXXABI.cpp240 unsigned PtrSize = Target.getPointerWidth(0); in getMemberPointerInfo()
DItaniumCXXABI.cpp224 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in isNearlyEmpty()
DRecordLayoutBuilder.cpp1059 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in LayoutNonVirtualBases()
1857 Context.getTargetInfo().getPointerWidth(AS)); in LayoutField()
2663 if (PackedAlignment <= Context.getTargetInfo().getPointerWidth(0)) in initializeLayout()
2689 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in initializeCXXLayout()
DMicrosoftMangle.cpp288 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
295 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
302 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()
721 getASTContext().getTargetInfo().getPointerWidth(0)); in mangleVirtualMemPtrThunk()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp666 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
672 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()
702 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder); in InitializePredefinedMacros()
753 Twine((int)TI.getPointerWidth(0))); in InitializePredefinedMacros()
864 getLockFreeValue(TI.getPointerWidth(0), in InitializePredefinedMacros()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp804 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
810 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()
841 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder); in InitializePredefinedMacros()
894 Twine((int)TI.getPointerWidth(0))); in InitializePredefinedMacros()
1009 getLockFreeValue(TI.getPointerWidth(0), in InitializePredefinedMacros()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp988 unsigned getPointerWidth() { in getPointerWidth() function in __anon5196b0f00111::X86AsmParser
1266 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1275 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1417 Size = getPointerWidth(); in CreateMemForInlineAsm()
1423 return X86Operand::CreateMem(getPointerWidth(), Disp, Start, End, Size, in CreateMemForInlineAsm()
1441 return X86Operand::CreateMem(getPointerWidth(), Disp, Start, End); in CreateMemForInlineAsm()
1447 return X86Operand::CreateMem(getPointerWidth(), SegReg, Disp, BaseReg, in CreateMemForInlineAsm()
2013 return X86Operand::CreateMem(getPointerWidth(), Disp, Start, End, Size); in ParseIntelOperand()
2014 return X86Operand::CreateMem(getPointerWidth(), RegNo, Disp, in ParseIntelOperand()
2287 return X86Operand::CreateMem(getPointerWidth(), Disp, StartLoc, EndLoc); in ParseMemOperand()
[all …]
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h399 uint64_t getPointerWidth(unsigned AddrSpace) const { in getPointerWidth() function
562 return (getPointerWidth(0) >= 64) || getTargetOpts().ForceEnableInt128; in hasInt128Type()
729 virtual unsigned getUnwindWordWidth() const { return getPointerWidth(0); } in getUnwindWordWidth()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp75 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1217 unsigned getPointerWidth() { in getPointerWidth() function in __anonffe6455c0111::X86AsmParser
1583 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1592 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1735 Size = getPointerWidth(); in CreateMemForMSInlineAsm()
1741 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1762 X86Operand::CreateMem(getPointerWidth(), Disp, Start, End)); in CreateMemForMSInlineAsm()
1770 getPointerWidth(), SegReg, Disp, BaseReg, IndexReg, Scale, Start, End, in CreateMemForMSInlineAsm()
2597 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), RegNo, Disp, in ParseIntelOperand()
2605 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), RegNo, Disp, in ParseIntelOperand()
2610 X86Operand::CreateMem(getPointerWidth(), Disp, Start, End, Size)); in ParseIntelOperand()
[all …]

123