/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 88 Value *handleLoopCondition(Value *Cond, PHINode *Broken, 235 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken, in handleLoopCondition() argument 255 NewPhi->addIncoming(Broken, From); in handleLoopCondition() 260 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, Term); in handleLoopCondition() 298 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() 312 Value *Args[] = { Cond, Broken }; in handleLoopCondition() 317 Value *Args[] = { Cond, Broken }; in handleLoopCondition() 335 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front()); in handleLoop() local 339 Value *Arg = handleLoopCondition(Cond, Broken, L, Term); in handleLoop() 344 Broken->addIncoming(*PI == BB ? Arg : Int64Zero, *PI); in handleLoop()
|
/external/curl/tests/unit/ |
D | CMakeLists.txt | 13 # Broken link on Linux 22 # Broken link on Linux
|
/external/clang/test/SemaObjC/ |
D | protocol-archane.m | 37 @protocol Broken @end protocol 40 - (void)crashWith:(<Broken>)a { // expected-warning {{protocol has no object type specified; defaul… argument
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | Miscompilation.cpp | 218 bool &Broken) { in TestMergedProgram() argument 233 Broken = BD.diffProgram(M1, "", "", false, &Error); in TestMergedProgram() 281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error); in TestFuncs() local 285 return Broken; in TestFuncs() 703 bool Broken; in TestOptimizer() local 704 Module *New = TestMergedProgram(BD, Optimized, Safe, true, Error, Broken); in TestOptimizer() 706 outs() << (Broken ? " nope.\n" : " yup.\n"); in TestOptimizer() 710 return Broken; in TestOptimizer()
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 224 bool &Broken) { in testMergedProgram() argument 229 Broken = BD.diffProgram(M1.get(), "", "", false, &Error); in testMergedProgram() 273 bool Broken = in TestFuncs() local 278 return Broken; in TestFuncs() 711 bool Broken; in TestOptimizer() local 713 BD, std::move(Optimized), std::move(Safe), Error, Broken); in TestOptimizer() 715 outs() << (Broken ? " nope.\n" : " yup.\n"); in TestOptimizer() 719 return Broken; in TestOptimizer()
|
/external/timezonepicker-support/ |
D | Readme | 5 Moved Adelaide above Broken Hill, Australia
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 91 bool Broken = false; in runOnFunction() local 99 Broken = true; in runOnFunction() 103 if (Broken) in runOnFunction() 119 bool Broken; // Is this module found to be broken? member 146 : FunctionPass(ID), Broken(false), RealPass(true), in Verifier() 152 : FunctionPass(ID), Broken(false), RealPass(true), action(ctn), Mod(0), in Verifier() 225 if (!Broken) return false; in abortIfBroken() 337 Broken = true; in CheckFailed() 346 Broken = true; in CheckFailed() 355 Broken = true; in CheckFailed() [all …]
|
/external/ltp/runtest/ |
D | net_stress.broken_ip | 5 # Broken IP packet
|
/external/swiftshader/third_party/LLVM/test/Verifier/ |
D | 2010-08-07-PointerIntrinsic.ll | 2 ; RUN: grep {Broken module} %t
|
/external/curl/tests/data/ |
D | test1801 | 64 # CURLE_HTTP2: Send failure: Broken pipe
|
/external/llvm/test/LTO/X86/ |
D | strip-debug-info.ll | 10 ; CHECK-ERR: Broken module found, compilation aborted
|
/external/clang/test/Preprocessor/ |
D | feature_tests.c | 34 #error Broken handling of target-specific builtins
|
/external/llvm/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 396 unsigned Broken = in schedule() local 400 if (Broken != 0) { in schedule() 410 NumFixedAnti += Broken; in schedule()
|
D | CriticalAntiDepBreaker.cpp | 511 unsigned Broken = 0; in BreakAntiDependencies() local 673 ++Broken; in BreakAntiDependencies() 680 return Broken; in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.cpp | 795 unsigned Broken = 0; in BreakAntiDependencies() local 988 ++Broken; in BreakAntiDependencies() 997 return Broken; in BreakAntiDependencies()
|
/external/bison/tests/ |
D | sets.at | 113 ## Broken Closure. ## 151 AT_SETUP([Broken Closure])
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PostRASchedulerList.cpp | 311 unsigned Broken = in Schedule() local 315 if (Broken != 0) { in Schedule() 328 NumFixedAnti += Broken; in Schedule()
|
D | CriticalAntiDepBreaker.cpp | 505 unsigned Broken = 0; in BreakAntiDependencies() local 655 ++Broken; in BreakAntiDependencies() 662 return Broken; in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.cpp | 777 unsigned Broken = 0; in BreakAntiDependencies() local 952 ++Broken; in BreakAntiDependencies() 961 return Broken; in BreakAntiDependencies()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2014-05-14-DwarfEHCrash.ll | 2 ; Broken in r208166, fixed in 208715.
|
/external/ltp/android/tools/ |
D | disabled_tests.txt | 205 # Broken by bionic struct in6_addr definition
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 92 bool Broken = false; member 177 Broken = true; in CheckFailed() 195 Broken |= TreatBrokenDebugInfoAsError; in DebugInfoCheckFailed() 300 Broken = false; in verify() 309 return !Broken; in verify() 315 Broken = false; in verify() 344 return !Broken; in verify() 4300 bool Broken = false; in verifyModule() local 4302 Broken |= !V.verify(F); in verifyModule() 4304 Broken |= !V.verify(M); in verifyModule() [all …]
|
/external/skia/src/sfnt/ |
D | SkPanose.h | 360 Broken = 13, enumerator
|
/external/libnl/doc/stylesheets/ |
D | docbook-xsl.css | 77 border: none; /* Broken on IE6 */
|
/external/markdown/docs/ |
D | CHANGE_LOG | 17 Broken up into multiple files.
|