Home
last modified time | relevance | path

Searched refs:SUBZERO_TARGET (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DSZTargets.def19 #ifndef SUBZERO_TARGET
20 #error Please define the macro SUBZERO_TARGET(TargetName)
23 SUBZERO_TARGET(SZTARGET)
25 #undef SUBZERO_TARGET
35 SUBZERO_TARGET(ARM32)
36 SUBZERO_TARGET(MIPS32)
37 SUBZERO_TARGET(X8632)
38 SUBZERO_TARGET(X8664)
DIceTargetLowering.cpp51 #define SUBZERO_TARGET(X) \ macro
64 #undef SUBZERO_TARGET
261 #define SUBZERO_TARGET(X) \ in createLowering() macro
265 #undef SUBZERO_TARGET in createLowering()
275 #define SUBZERO_TARGET(X) \ in staticInit() macro
285 #undef SUBZERO_TARGET in staticInit()
294 #define SUBZERO_TARGET(X) \ in shouldBePooled() macro
298 #undef SUBZERO_TARGET in shouldBePooled()
307 #define SUBZERO_TARGET(X) \ in getPointerType() macro
311 #undef SUBZERO_TARGET in getPointerType()
[all …]
DIceCompileServer.cpp159 #define SUBZERO_TARGET(TARGET) Str << "target_" XSTRINGIFY(TARGET) "\n"; in dumpBuildAttributes() macro
/external/swiftshader/src/Reactor/
DBUILD.gn43 "SUBZERO_TARGET=X8664",
48 "SUBZERO_TARGET=X8632",
53 "SUBZERO_TARGET=MIPS32",
58 "SUBZERO_TARGET=ARM32",
/external/swiftshader/
DCMakeLists.txt1808 set(SUBZERO_TARGET X8664) variable
1815 set(SUBZERO_TARGET X8632) variable
1822 set(SUBZERO_TARGET ARM32) variable
1829 set(SUBZERO_TARGET MIPS32) variable
1875 …COMPILE_DEFINITIONS "SZTARGET=${SUBZERO_TARGET}; ALLOW_DUMP=0; ALLOW_TIMERS=0; ALLOW_LLVM_CL=0; AL…