Searched refs:other_func (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/CPP/ |
D | 2009-05-01-Long-Double.ll | 6 %call = call i32 (...)* @other_func() ; <i32> [#uses=1] 13 declare i32 @other_func(...)
|
/external/llvm/test/CodeGen/X86/ |
D | ms-inline-asm.ll | 129 declare hidden void @other_func() 132 …,~{ebx},~{ecx},~{edx},~{edi},~{esi},~{esp},~{ebp},~{dirflag},~{fpsr},~{flags}"(void()* @other_func)
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 887 WasmFunction* other_func = GetWasmFunctionForImportWrapper(isolate, target); in CompileImportWrapper() local 888 if (other_func) { in CompileImportWrapper() 889 if (sig->Equals(other_func->sig)) { in CompileImportWrapper()
|