/external/llvm-project/clang/lib/Basic/Targets/ |
D | SPIR.h | 108 bool hasInt128Type() const override { return false; } in hasInt128Type() function
|
D | WebAssembly.h | 113 bool hasInt128Type() const final { return true; } in hasInt128Type() function
|
D | AArch64.h | 131 bool hasInt128Type() const override;
|
D | Mips.h | 402 bool hasInt128Type() const override { in hasInt128Type() function
|
D | AArch64.cpp | 711 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
|
D | X86.h | 725 bool hasInt128Type() const override { return true; } in hasInt128Type() function
|
D | OSTargets.h | 734 bool hasInt128Type() const override { return false; } in hasInt128Type() function
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 330 virtual bool hasInt128Type() const { in hasInt128Type() function
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 851 if (TI.hasInt128Type()) in InitializePredefinedMacros() 1132 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetInfo.h | 561 virtual bool hasInt128Type() const { in hasInt128Type() function
|
/external/llvm-project/clang/lib/Sema/ |
D | Sema.cpp | 239 if (Context.getTargetInfo().hasInt128Type() || in Initialize() 241 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize() 1793 !Context.getTargetInfo().hasInt128Type())) { in checkDeviceDecl()
|
D | SemaOverload.cpp | 8190 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()
|
D | SemaType.cpp | 1518 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
|
/external/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 625 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 684 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
|
D | TargetInfo.cpp | 735 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/ |
D | InitPreprocessor.cpp | 712 if (TI.hasInt128Type()) in InitializePredefinedMacros()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 159 if (Context.getTargetInfo().hasInt128Type()) { in Initialize()
|
D | SemaType.cpp | 1399 if (!S.Context.getTargetInfo().hasInt128Type()) in ConvertDeclSpecToType()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 4381 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
|