Home
last modified time | relevance | path

Searched refs:isPS4CPU (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h655 bool isPS4CPU() const { in isPS4CPU() function
804 bool hasDLLImportExport() const { return isOSWindows() || isPS4CPU(); } in hasDLLImportExport()
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DX86.cpp85 if (Triple.isPS4CPU()) in getX86TargetCPU()
/external/llvm/include/llvm/ADT/
DTriple.h563 bool isPS4CPU() const { in isPS4CPU() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h758 bool isTargetPS4() const { return TargetTriple.isPS4CPU(); } in isTargetPS4()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h823 bool isTargetPS4() const { return TargetTriple.isPS4CPU(); } in isTargetPS4()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h649 bool isPS4CPU() const { in isPS4CPU() function
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp361 if (triple.isPS4CPU()) in AddDefaultCIncludePaths()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp345 if (triple.isPS4CPU()) in AddDefaultCIncludePaths()
DCompilerInvocation.cpp499 Opts.DebugExplicitImport = Triple.isPS4CPU(); in ParseCodeGenArgs()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp321 Triple(M.getTargetTriple()).isPS4CPU()) in needsRuntimeRegistrationOfSectionRange()
/external/clang/lib/Driver/
DToolChain.cpp52 if (!Triple.isPS4CPU()) in CalculateRTTIMode()
DTools.cpp1853 if (Triple.isPS4CPU()) in getX86TargetCPU()
2673 Triple.getArch() != llvm::Triple::xcore && !Triple.isPS4CPU(); in addExceptionArgs()
2683 if (Triple.isPS4CPU()) { in addExceptionArgs()
3287 if (Triple.isPS4CPU()) in shouldUseLeafFramePointer()
3706 if (Triple.isPS4CPU()) { in ParsePICArgs()
3722 if (PIC && (ToolChain.getTriple().isOSDarwin() || Triple.isPS4CPU())) in ParsePICArgs()
3793 bool IsPS4CPU = getToolChain().getTriple().isPS4CPU(); in ConstructJob()
4636 if (getToolChain().getTriple().isPS4CPU()) in ConstructJob()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h1105 getTriple().isWindowsItaniumEnvironment() || getTriple().isPS4CPU(); in shouldDLLImportComdatSymbols()
/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp1183 if (EffectiveTriple.isPS4CPU()) { in ParsePICArgs()
1199 if (PIC && (Triple.isOSDarwin() || EffectiveTriple.isPS4CPU())) in ParsePICArgs()
DClang.cpp440 Triple.getArch() != llvm::Triple::xcore && !Triple.isPS4CPU(); in addExceptionArgs()
609 Triple.isAArch64() || Triple.isPS4CPU()); in getFramePointerKind()
2111 !getToolChain().getTriple().isPS4CPU()) in AddX86TargetArgs()
2929 if (Triple.isPS4CPU()) { in RenderAnalyzerOptions()
2947 if (!Triple.isPS4CPU()) { in RenderAnalyzerOptions()
5034 if (RawTriple.isPS4CPU() && in ConstructJob()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp785 TT.isOSSolaris() || TT.isOSFuchsia() || TT.isPS4CPU() || in needsRuntimeRegistrationOfSectionRange()
DAddressSanitizer.cpp433 bool IsPS4CPU = TargetTriple.isPS4CPU(); in getShadowMapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp726 TT.isOSSolaris() || TT.isOSFuchsia() || TT.isPS4CPU() || in needsRuntimeRegistrationOfSectionRange()
DAddressSanitizer.cpp432 bool IsPS4CPU = TargetTriple.isPS4CPU(); in getShadowMapping()
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp71 return (Triple.isPS4CPU()) ? ToolChain::RM_Disabled : ToolChain::RM_Enabled; in CalculateRTTIMode()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp226 else if (TT.isPS4CPU()) in DwarfDebug()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp208 if (TT.isPS4CPU()) { in InitLibcalls()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp211 if (TT.isPS4CPU()) { in InitLibcalls()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp361 else if (TT.isPS4CPU()) in DwarfDebug()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp345 else if (TT.isPS4CPU()) in DwarfDebug()

12