HomeSort by relevance Sort by last modified time
    Searched refs:func_ty (Results 1 - 3 of 3) 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);
124 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_), local
126 InlineAsm* func = InlineAsm::get(func_ty, "dmb sy", "", true);
132 FunctionType* func_ty = FunctionType::get(/*Result=*/Type::getVoidTy(context_), local
134 InlineAsm* func = InlineAsm::get(func_ty, "dmb sy", "", true)
    [all...]
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);
runtime_support_builder_thumb2.cc 46 FunctionType* func_ty = FunctionType::get(/*Result=*/irb_.getInt32Ty(), local
64 InlineAsm* func = InlineAsm::get(func_ty, asms, "=&l,l,~l,~l", true);

Completed in 49 milliseconds