Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dir_builder.cc32 IntrinsicHelper& intrinsic_helper) in IRBuilder() argument
34 java_method_type_(NULL), java_thread_type_(NULL), intrinsic_helper_(intrinsic_helper) { in IRBuilder()
Dllvm_compilation_unit.cc92 CreateGBCExpanderPass(const IntrinsicHelper& intrinsic_helper, IRBuilder& irb,
Dir_builder.h72 IntrinsicHelper& intrinsic_helper);
Dgbc_expander.cc407 GBCExpanderPass(const IntrinsicHelper& intrinsic_helper, IRBuilder& irb, in GBCExpanderPass() argument
409 : llvm::FunctionPass(ID), intrinsic_helper_(intrinsic_helper), irb_(irb), in GBCExpanderPass()
3790 CreateGBCExpanderPass(const IntrinsicHelper& intrinsic_helper, IRBuilder& irb, in CreateGBCExpanderPass() argument
3792 return new GBCExpanderPass(intrinsic_helper, irb, driver, dex_compilation_unit); in CreateGBCExpanderPass()
/art/compiler/
DAndroid.mk153 llvm/intrinsic_helper.cc \