HomeSort by relevance Sort by last modified time
    Searched refs:getPointerWidth (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/AST/
Mangle.cpp 181 llvm::alignTo(ASTContext.getTypeSize(AT), TI.getPointerWidth(0)) /
182 TI.getPointerWidth(0);
183 Out << ((TI.getPointerWidth(0) / 8) * ArgWords);
ItaniumCXXABI.cpp 132 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
MicrosoftCXXABI.cpp 246 unsigned PtrSize = Target.getPointerWidth(0);
MicrosoftMangle.cpp 276 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
282 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
288 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) ==
642 getASTContext().getTargetInfo().getPointerWidth(0));
    [all...]
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]
VTableBuilder.cpp 667 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 265 unsigned getPointerWidth() {
312 getPointerWidth(), 0, Disp, SrcReg, 0, AccessSize, SMLoc(), SMLoc()));
321 getPointerWidth(), 0, Disp, SrcReg, CntReg, AccessSize, SMLoc(),
331 getPointerWidth(), 0, Disp, DstReg, 0, AccessSize, SMLoc(), SMLoc()));
339 getPointerWidth(), 0, Disp, DstReg, CntReg, AccessSize, SMLoc(),
458 X86Operand::CreateMem(getPointerWidth(), 0, Disp, Reg, 0, 1, SMLoc(),
641 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
667 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1,
718 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
858 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1
    [all...]
X86AsmParser.cpp 783 unsigned getPointerWidth() {
998 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 278 unsigned getPointerWidth() {
325 getPointerWidth(), 0, Disp, SrcReg, 0, AccessSize, SMLoc(), SMLoc()));
334 getPointerWidth(), 0, Disp, SrcReg, CntReg, AccessSize, SMLoc(),
344 getPointerWidth(), 0, Disp, DstReg, 0, AccessSize, SMLoc(), SMLoc()));
352 getPointerWidth(), 0, Disp, DstReg, CntReg, AccessSize, SMLoc(),
471 X86Operand::CreateMem(getPointerWidth(), 0, Disp, Reg, 0, 1, SMLoc(),
654 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
680 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ScratchRegI32, 0, 1,
731 X86Operand::CreateMem(getPointerWidth(), 0, Disp, ShadowRegI32, 0, 1,
871 X86Operand::CreateMem(getPointerWidth(), 0, Disp, X86::RSP, 0, 1
    [all...]
X86AsmParser.cpp 920 unsigned getPointerWidth() {
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 290 uint64_t getPointerWidth(unsigned AddrSpace) const {
331 return getPointerWidth(0) >= 64;
453 virtual unsigned getUnwindWordWidth() const { return getPointerWidth(0); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 666 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
672 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32
702 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder);
753 Twine((int)TI.getPointerWidth(0)));
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp     [all...]
SwiftCallingConv.cpp 598 CGM.getContext().getTargetInfo().getPointerWidth(0));
CGDebugInfo.cpp 754 uint64_t Size = CGM.getTarget().getPointerWidth(AS);
    [all...]
MicrosoftCXXABI.cpp 433 return CGM.getTarget().getPointerWidth(/*AddressSpace=*/0) == 64;
    [all...]
CGExprAgg.cpp     [all...]
ItaniumCXXABI.cpp 798 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
CGObjCMac.cpp     [all...]
TargetInfo.cpp 118 auto ptrWidth = cgt.getTarget().getPointerWidth(0);
    [all...]
CGCall.cpp     [all...]
CodeGenModule.cpp 102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 2025 milliseconds

1 2