Home
last modified time | relevance | path

Searched refs:hasInt128Type (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/clang/lib/Basic/Targets/
DSPIR.h108 bool hasInt128Type() const override { return false; } in hasInt128Type() function
DWebAssembly.h113 bool hasInt128Type() const final { return true; } in hasInt128Type() function
DAArch64.h131 bool hasInt128Type() const override;
DMips.h402 bool hasInt128Type() const override { in hasInt128Type() function
DAArch64.cpp711 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
DX86.h725 bool hasInt128Type() const override { return true; } in hasInt128Type() function
DOSTargets.h734 bool hasInt128Type() const override { return false; } in hasInt128Type() function
/external/clang/include/clang/Basic/
DTargetInfo.h330 virtual bool hasInt128Type() const { in hasInt128Type() function
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp851 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1132 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h561 virtual bool hasInt128Type() const { in hasInt128Type() function
/external/llvm-project/clang/lib/Sema/
DSema.cpp239 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
241 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
1793 !Context.getTargetInfo().hasInt128Type())) { in checkDeviceDecl()
DSemaOverload.cpp8190 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8192 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
8197 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8199 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
DSemaType.cpp1518 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp625 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp684 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
DTargetInfo.cpp735 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()
757 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
6976 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
6977 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
7053 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
7828 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()
7919 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
10665 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp712 if (TI.hasInt128Type()) in InitializePredefinedMacros()
/external/clang/lib/Sema/
DSema.cpp159 if (Context.getTargetInfo().hasInt128Type()) { in Initialize()
DSemaType.cpp1399 if (!S.Context.getTargetInfo().hasInt128Type()) in ConvertDeclSpecToType()
/external/clang/lib/Basic/
DTargets.cpp4381 bool hasInt128Type() const override { return true; } in hasInt128Type() function in __anon6f485c4e0111::X86_64TargetInfo
7582 bool hasInt128Type() const override { in hasInt128Type() function in __anon6f485c4e0111::MipsTargetInfo
7830 bool hasInt128Type() const final { return true; } in hasInt128Type() function in __anon6f485c4e0111::WebAssemblyTargetInfo