Home
last modified time | relevance | path

Searched refs:os_clock (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcoalescer-cross.ll5 ; CHECK: os_clock
26 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (%struct.lua_State*)* @os_clock to i8*)],…
28 define i32 @os_clock(%struct.lua_State* nocapture %L) nounwind ssp {
/external/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll5 ; CHECK: os_clock
26 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (%struct.lua_State*)* @os_clock to i8*)],…
28 define i32 @os_clock(%struct.lua_State* nocapture %L) nounwind ssp {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll5 ; CHECK: os_clock
26 @llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (%struct.lua_State*)* @os_clock to i8*)],…
28 define i32 @os_clock(%struct.lua_State* nocapture %L) nounwind ssp {
/external/lua/src/
Dloslib.c183 static int os_clock (lua_State *L) { in os_clock() function
387 {"clock", os_clock},