Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DTriple.h563 bool isPS4CPU() const { in isPS4CPU() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h580 bool isPS4CPU() const { in isPS4CPU() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h704 bool isTargetPS4() const { return TargetTriple.isPS4CPU(); } in isTargetPS4()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h608 bool isPS4CPU() const { in isPS4CPU() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp695 Triple(M.getTargetTriple()).isPS4CPU()) in needsRuntimeRegistrationOfSectionRange()
DAddressSanitizer.cpp489 bool IsPS4CPU = TargetTriple.isPS4CPU(); in getShadowMapping()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp226 else if (TT.isPS4CPU()) in DwarfDebug()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp328 else if (TT.isPS4CPU()) in DwarfDebug()