Searched defs:s_ty (Results 1 - 3 of 3) sorted by relevance

/art/compiler/llvm/
H A Druntime_support_builder_x86.cc55 TBAASpecialType s_ty) {
62 irb_.SetTBAA(result, s_ty);
67 TBAASpecialType s_ty) {
74 irb_.SetTBAA(call_inst, s_ty);
54 EmitLoadFromThreadOffset(int64_t offset, Type* type, TBAASpecialType s_ty) argument
66 EmitStoreToThreadOffset(int64_t offset, Value* value, TBAASpecialType s_ty) argument
H A Druntime_support_builder_arm.cc72 TBAASpecialType s_ty) {
81 irb_.SetTBAA(result, s_ty);
86 TBAASpecialType s_ty) {
95 irb_.SetTBAA(call_inst, s_ty);
71 EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, TBAASpecialType s_ty) argument
85 EmitStoreToThreadOffset(int64_t offset, Value* value, TBAASpecialType s_ty) argument
H A Druntime_support_builder.cc66 TBAASpecialType s_ty) {
68 return irb_.LoadFromObjectOffset(thread, offset, type, s_ty);
72 TBAASpecialType s_ty) {
74 irb_.StoreToObjectOffset(thread, offset, value, s_ty);
65 EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, TBAASpecialType s_ty) argument
71 EmitStoreToThreadOffset(int64_t offset, ::llvm::Value* value, TBAASpecialType s_ty) argument

Completed in 56 milliseconds