/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | 305 DominatorTree *Dt, AssumptionCache *AC, DemandedBits *DB, 308 SE(Se), TTI(Tti), TLI(TLi), AA(Aa), LI(Li), DT(Dt), AC(AC), DB(DB), [all...] |
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | [all...] |
/external/llvm/include/llvm/Analysis/ |
LoopInfo.h | 398 bool isLCSSAForm(DominatorTree &DT) const; 401 bool isRecursivelyLCSSAForm(DominatorTree &DT) const;
|
ScalarEvolution.h | 480 DominatorTree &DT; [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
DebugInfo.h | 799 void processType(DIType DT); 823 bool addType(DIType DT);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
LoopInfo.cpp | 262 bool Loop::isLCSSAForm(DominatorTree &DT) const { 283 DT.isReachableFromEntry(UserBB))
|
Lint.cpp | 104 DominatorTree *DT; 175 DT = &getAnalysis<DominatorTree>(); 617 if (Value *W = SimplifyInstruction(Inst, TD, DT))
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 54 DominatorTree &DT = getAnalysis<DominatorTree>(); 60 if (DT.isReachableFromEntry(I))
|
/toolchain/binutils/binutils-2.25/gold/ |
target.h | 482 dynamic_tag_custom_value(elfcpp::DT tag) const 780 do_dynamic_tag_custom_value(elfcpp::DT) const [all...] |
/hardware/interfaces/broadcastradio/1.0/default/ |
Utils.cpp | 42 static_assert(RADIO_CLASS_DT == static_cast<int>(Class::DT), 43 "DT class mismatch with legacy");
|
/hardware/interfaces/broadcastradio/1.1/default/ |
Utils.cpp | 48 static_assert(RADIO_CLASS_DT == static_cast<int>(Class::DT), 49 "DT class mismatch with legacy");
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 702 I.hasNoUnsignedWrap(), DL, TLI, DT, AC)) 743 DL, TLI, DT, AC)) 787 DL, TLI, DT, AC)) [all...] |
InstCombineAddSub.cpp | [all...] |
InstructionCombining.cpp | 638 SI1->getFalseValue(), DL, TLI, DT, AC)) 645 SI1->getTrueValue(), DL, TLI, DT, AC)) 831 if (isPotentiallyReachable(I.getParent(), NonConstBB, DT, LI)) [all...] |
InstCombineLoadStoreAlloca.cpp | 289 Copy->getSource(), AI.getAlignment(), DL, &AI, AC, DT); 798 Op, DL.getPrefTypeAlignment(LI.getType()), DL, &LI, AC, DT); [all...] |
InstCombinePHI.cpp | [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
codec_test.go | 1321 type DT struct { 1334 func newDT() DT { 1335 var dt DT 1336 dt.A = 17 1337 dt.B = "hello" 1338 dt.C = 3.14159 1339 dt.I = 271828 1340 dt.J = OnTheFly{3} 1341 dt.I_nil = ni [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
codec_test.go | 1321 type DT struct { 1334 func newDT() DT { 1335 var dt DT 1336 dt.A = 17 1337 dt.B = "hello" 1338 dt.C = 3.14159 1339 dt.I = 271828 1340 dt.J = OnTheFly{3} 1341 dt.I_nil = ni [all...] |
/external/llvm/lib/CodeGen/ |
PeepholeOptimizer.cpp | 127 MachineDominatorTree *DT; // Machine dominator tree 497 } else if (Aggressive && DT->dominates(MBB, UseMBB)) { [all...] |
InlineSpiller.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGCXXABI.h | 303 CXXDtorType DT) const = 0;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
SimplifyIndVar.cpp | 47 DominatorTree *DT;
|
/external/clang/test/CXX/drs/ |
dr4xx.cpp | 1038 typedef D DT; // expected-note {{here}} 1040 struct N::DT {}; // expected-error {{conflicts with typedef}}
|
/external/clang/tools/libclang/ |
CXType.cpp | 124 if (const DecayedType *DT = T->getAs<DecayedType>()) { 125 return MakeCXType(DT->getOriginalType(), TU);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ShrinkWrapping.cpp | 403 MachineDominatorTree &DT = getAnalysis<MachineDominatorTree>(); 500 if (! DT.dominates(MBB, ReturnBlocks[ri])) { [all...] |