/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 97 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L, 230 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term, in handleLoopCondition() argument 248 NewPhi->addIncoming(Broken, From); in handleLoopCondition() 253 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, in handleLoopCondition() 292 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() 309 Value *Args[] = { Cond, Broken }; in handleLoopCondition() 318 Value *Args[] = { Cond, Broken }; in handleLoopCondition() 336 PHINode *Broken = PHINode::Create(Int64, 0, "phi.broken", &Target->front()); in handleLoop() local 341 Value *Arg = handleLoopCondition(Cond, Broken, L, Term, LoopPhiConditions); in handleLoop() 344 Broken->addIncoming(Pred == BB ? Arg : Int64Zero, Pred); in handleLoop()
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | strip-broken-debuginfo.ll | 4 ; CHECK-NOT: Broken module found 6 ; CHECK-NOT: Broken module found
|
/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-7.0/llvm/test/LTO/X86/ |
D | strip-debug-info.ll | 28 ; CHECK-ERR: Broken module found, compilation aborted 30 ; CHECK-WARN-NOT: Broken module found
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 231 bool &Broken) { in testMergedProgram() argument 242 Broken = *Diff; in testMergedProgram() 283 Expected<bool> Broken = in TestFuncs() local 288 return Broken; in TestFuncs() 718 bool Broken; in TestOptimizer() local 719 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer() 723 outs() << (Broken ? " nope.\n" : " yup.\n"); in TestOptimizer() 727 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/tensorflow/tensorflow/tools/ci_build/ |
D | code_link_check.sh | 33 echo Broken link $target at line $linenumber of file $filename
|
/external/ltp/runtest/ |
D | net_stress.broken_ip | 5 # Broken IP packet
|
/external/libdrm/include/drm/ |
D | README | 62 differ significantly - see Outdated or Broken Headers section below. 84 Outdated or Broken Headers 100 - Broken compat ioctls.
|
/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/swiftshader/third_party/llvm-7.0/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 | 526 unsigned Broken = 0; in BreakAntiDependencies() local 686 ++Broken; in BreakAntiDependencies() 693 return Broken; in BreakAntiDependencies()
|
D | AggressiveAntiDepBreaker.cpp | 813 unsigned Broken = 0; in BreakAntiDependencies() local 1004 ++Broken; in BreakAntiDependencies() 1013 return Broken; in BreakAntiDependencies()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2014-05-14-DwarfEHCrash.ll | 2 ; Broken in r208166, fixed in 208715.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2014-05-14-DwarfEHCrash.ll | 2 ; Broken in r208166, fixed in 208715.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | addr-mode-opt.ll | 1 ; Broken by r326208
|
D | debug-prologue-loc.ll | 3 ; Broken after r326208.
|
/external/python/cpython2/Doc/library/ |
D | glob.rst | 33 :file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVersioning/ |
D | add-phi-update-users.ll | 8 ; LLVM ERROR: Broken function found, compilation aborted!
|