/frameworks/compile/slang/ |
slang_rs_backend.cpp | 232 * want to reference (for TBAA, etc.). We may want to look
|
/external/clang/lib/CodeGen/ |
CGExpr.cpp | 2575 llvm::MDNode *tbaa; local [all...] |
CGExprAgg.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 513 // FIXME: In order to enable the use of TBAA when using AA in CodeGen, 514 // we'll also need to update the TBAA nodes in MMOs with values
|
MachineInstr.cpp | 516 // Print TBAA info. 518 OS << "(tbaa="; [all...] |
ScheduleDAGInstrs.cpp | 49 static cl::opt<bool> UseTBAA("use-tbaa-in-sched-mi", cl::Hidden, 50 cl::init(true), cl::desc("Enable use of TBAA during MI GAD construction")); [all...] |
/external/llvm/include/llvm/IR/ |
IRBuilder.h | 367 /// If the pointer isn't an i8*, it will be converted. If a TBAA tag is 379 /// If the pointers aren't i8*, they will be converted. If a TBAA tag is 395 /// If the pointers aren't i8*, they will be converted. If a TBAA tag is [all...] |
/external/llvm/lib/Target/ARM/ |
README.txt | 662 !tbaa 665 !tbaa
|
/external/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 284 /// TBAATag - The TBAA tag associated with dereferences of the
|
/external/llvm/docs/ |
LangRef.rst | [all...] |
GetElementPtr.rst | 432 that. Further details are in the `language reference <LangRef.html#tbaa>`_.
|
/external/llvm/lib/Transforms/Scalar/ |
JumpThreading.cpp | [all...] |
ScalarReplAggregates.cpp | [all...] |
SROA.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree.def | [all...] |
/external/clang/test/CXX/drs/ |
dr1xx.cpp | 938 // dr190 FIXME: add codegen test for tbaa
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | [all...] |
InstCombineCalls.cpp | 118 // get the TBAA tag describing our copy. [all...] |
/external/clang/include/clang/Driver/ |
CC1Options.td | 186 def no_struct_path_tbaa : Flag<["-"], "no-struct-path-tbaa">, [all...] |
Options.td | [all...] |
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 719 // Transfer the TBAA info too. [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
pr17168.ll | 27 %1 = load i32* getelementptr inbounds ([3 x i32]* @grid_points, i64 0, i64 0), align 4, !dbg !443, !tbaa !444 [all...] |
/prebuilts/sdk/tools/linux/ |
libLLVM.so | |
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | [all...] |
MemoryDependenceAnalysis.cpp | [all...] |