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

  /art/compiler/llvm/
runtime_support_builder_arm.h 33 TBAASpecialType s_ty);
35 TBAASpecialType s_ty);
runtime_support_builder_x86.h 33 TBAASpecialType s_ty);
35 TBAASpecialType s_ty);
md_builder.h 49 ::llvm::MDNode* GetTBAASpecialType(TBAASpecialType special_ty);
50 ::llvm::MDNode* GetTBAAMemoryJType(TBAASpecialType special_ty, JType j_ty);
backend_types.h 41 enum TBAASpecialType {
md_builder.cc 28 ::llvm::MDNode* MDBuilder::GetTBAASpecialType(TBAASpecialType sty_id) {
71 ::llvm::MDNode* MDBuilder::GetTBAAMemoryJType(TBAASpecialType sty_id, JType jty_id) {
runtime_support_builder.h 47 TBAASpecialType s_ty);
49 TBAASpecialType s_ty);
runtime_support_builder_x86.cc 55 TBAASpecialType s_ty) {
67 TBAASpecialType s_ty) {
ir_builder.h 115 ::llvm::LoadInst* CreateLoad(::llvm::Value* ptr, TBAASpecialType special_ty) {
119 ::llvm::StoreInst* CreateStore(::llvm::Value* val, ::llvm::Value* ptr, TBAASpecialType special_ty) {
124 ::llvm::LoadInst* CreateLoad(::llvm::Value* ptr, TBAASpecialType special_ty, JType j_ty) {
129 TBAASpecialType special_ty, JType j_ty) {
137 TBAASpecialType special_ty) {
144 TBAASpecialType special_ty) {
152 TBAASpecialType special_ty, JType j_ty) {
159 TBAASpecialType special_ty, JType j_ty) {
169 TBAASpecialType special_ty) {
175 void SetTBAA(::llvm::Instruction* inst, TBAASpecialType special_ty)
    [all...]
runtime_support_builder_arm.cc 72 TBAASpecialType s_ty) {
86 TBAASpecialType s_ty) {
runtime_support_builder.cc 66 TBAASpecialType s_ty) {
72 TBAASpecialType s_ty) {

Completed in 3829 milliseconds