HomeSort by relevance Sort by last modified time
    Searched refs:func_ty (Results 1 - 2 of 2) sorted by null

  /art/compiler/llvm/
runtime_support_builder_arm.cc 73 FunctionType* func_ty = FunctionType::get(/*Result=*/type, local
78 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "=r", true);
87 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_), local
93 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "r", true);
111 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_), local
114 func = InlineAsm::get(func_ty, "mov r9, $0", "r", true);
runtime_support_builder_x86.cc 56 FunctionType* func_ty = FunctionType::get(/*Result=*/type, local
59 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "=r", true);
68 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_), local
72 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "r", true);

Completed in 35 milliseconds