Home
last modified time | relevance | path

Searched refs:Broken (Results 1 – 25 of 132) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp97 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/
DSIAnnotateControlFlow.cpp88 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/
Dstrip-broken-debuginfo.ll4 ; CHECK-NOT: Broken module found
6 ; CHECK-NOT: Broken module found
/external/curl/tests/unit/
DCMakeLists.txt13 # Broken link on Linux
22 # Broken link on Linux
/external/clang/test/SemaObjC/
Dprotocol-archane.m37 @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/
Dstrip-debug-info.ll28 ; CHECK-ERR: Broken module found, compilation aborted
30 ; CHECK-WARN-NOT: Broken module found
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DMiscompilation.cpp231 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/
DMiscompilation.cpp224 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/
Dcode_link_check.sh33 echo Broken link $target at line $linenumber of file $filename
/external/ltp/runtest/
Dnet_stress.broken_ip5 # Broken IP packet
/external/libdrm/include/drm/
DREADME62 differ significantly - see Outdated or Broken Headers section below.
84 Outdated or Broken Headers
100 - Broken compat ioctls.
/external/curl/tests/data/
Dtest180164 # CURLE_HTTP2: Send failure: Broken pipe
/external/llvm/test/LTO/X86/
Dstrip-debug-info.ll10 ; CHECK-ERR: Broken module found, compilation aborted
/external/clang/test/Preprocessor/
Dfeature_tests.c34 #error Broken handling of target-specific builtins
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp396 unsigned Broken = in schedule() local
400 if (Broken != 0) { in schedule()
410 NumFixedAnti += Broken; in schedule()
DCriticalAntiDepBreaker.cpp526 unsigned Broken = 0; in BreakAntiDependencies() local
686 ++Broken; in BreakAntiDependencies()
693 return Broken; in BreakAntiDependencies()
DAggressiveAntiDepBreaker.cpp813 unsigned Broken = 0; in BreakAntiDependencies() local
1004 ++Broken; in BreakAntiDependencies()
1013 return Broken; in BreakAntiDependencies()
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp396 unsigned Broken = in schedule() local
400 if (Broken != 0) { in schedule()
410 NumFixedAnti += Broken; in schedule()
DCriticalAntiDepBreaker.cpp511 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/
D2014-05-14-DwarfEHCrash.ll2 ; Broken in r208166, fixed in 208715.
/external/llvm/test/CodeGen/ARM/
D2014-05-14-DwarfEHCrash.ll2 ; Broken in r208166, fixed in 208715.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Daddr-mode-opt.ll1 ; Broken by r326208
Ddebug-prologue-loc.ll3 ; Broken after r326208.
/external/python/cpython2/Doc/library/
Dglob.rst33 :file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVersioning/
Dadd-phi-update-users.ll8 ; LLVM ERROR: Broken function found, compilation aborted!

123456