/external/llvm-project/llvm/include/llvm/ADT/ |
D | Triple.h | 655 bool isPS4CPU() const { in isPS4CPU() function 804 bool hasDLLImportExport() const { return isOSWindows() || isPS4CPU(); } in hasDLLImportExport()
|
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
D | X86.cpp | 85 if (Triple.isPS4CPU()) in getX86TargetCPU()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 563 bool isPS4CPU() const { in isPS4CPU() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 758 bool isTargetPS4() const { return TargetTriple.isPS4CPU(); } in isTargetPS4()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 823 bool isTargetPS4() const { return TargetTriple.isPS4CPU(); } in isTargetPS4()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 649 bool isPS4CPU() const { in isPS4CPU() function
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 361 if (triple.isPS4CPU()) in AddDefaultCIncludePaths()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 345 if (triple.isPS4CPU()) in AddDefaultCIncludePaths()
|
D | CompilerInvocation.cpp | 499 Opts.DebugExplicitImport = Triple.isPS4CPU(); in ParseCodeGenArgs()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 321 Triple(M.getTargetTriple()).isPS4CPU()) in needsRuntimeRegistrationOfSectionRange()
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 52 if (!Triple.isPS4CPU()) in CalculateRTTIMode()
|
D | Tools.cpp | 1853 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/ |
D | TargetInfo.h | 1105 getTriple().isWindowsItaniumEnvironment() || getTriple().isPS4CPU(); in shouldDLLImportComdatSymbols()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | CommonArgs.cpp | 1183 if (EffectiveTriple.isPS4CPU()) { in ParsePICArgs() 1199 if (PIC && (Triple.isOSDarwin() || EffectiveTriple.isPS4CPU())) in ParsePICArgs()
|
D | Clang.cpp | 440 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/ |
D | InstrProfiling.cpp | 785 TT.isOSSolaris() || TT.isOSFuchsia() || TT.isPS4CPU() || in needsRuntimeRegistrationOfSectionRange()
|
D | AddressSanitizer.cpp | 433 bool IsPS4CPU = TargetTriple.isPS4CPU(); in getShadowMapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 726 TT.isOSSolaris() || TT.isOSFuchsia() || TT.isPS4CPU() || in needsRuntimeRegistrationOfSectionRange()
|
D | AddressSanitizer.cpp | 432 bool IsPS4CPU = TargetTriple.isPS4CPU(); in getShadowMapping()
|
/external/llvm-project/clang/lib/Driver/ |
D | ToolChain.cpp | 71 return (Triple.isPS4CPU()) ? ToolChain::RM_Disabled : ToolChain::RM_Enabled; in CalculateRTTIMode()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 226 else if (TT.isPS4CPU()) in DwarfDebug()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 208 if (TT.isPS4CPU()) { in InitLibcalls()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 211 if (TT.isPS4CPU()) { in InitLibcalls()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 361 else if (TT.isPS4CPU()) in DwarfDebug()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 345 else if (TT.isPS4CPU()) in DwarfDebug()
|