HomeSort by relevance Sort by last modified time
    Searched refs:Broken (Results 1 - 25 of 25) sorted by null

  /external/tensorflow/tensorflow/tools/ci_build/
code_link_check.sh 33 echo Broken link $target at line $linenumber of file $filename
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 88 Value *handleLoopCondition(Value *Cond, PHINode *Broken,
235 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken,
255 NewPhi->addIncoming(Broken, From);
260 Value *PhiArg = handleLoopCondition(Incoming, Broken, L, Term);
298 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
312 Value *Args[] = { Cond, Broken };
317 Value *Args[] = { Cond, Broken };
335 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());
339 Value *Arg = handleLoopCondition(Cond, Broken, L, Term);
344 Broken->addIncoming(*PI == BB ? Arg : Int64Zero, *PI)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 97 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L,
230 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term,
248 NewPhi->addIncoming(Broken, From);
253 Value *PhiArg = handleLoopCondition(Incoming, Broken, L,
292 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
309 Value *Args[] = { Cond, Broken };
318 Value *Args[] = { Cond, Broken };
336 PHINode *Broken = PHINode::Create(Int64, 0, "phi.broken", &Target->front());
341 Value *Arg = handleLoopCondition(Cond, Broken, L, Term, LoopPhiConditions)
    [all...]
  /external/clang/test/Preprocessor/
feature_tests.c 34 #error Broken handling of target-specific builtins
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 65 // First, run the program with just the Suffix passes. If it is still broken
98 // Next, see if the program is broken if we run the "prefix" passes first,
103 // If it is not broken with the kept passes, it's possible that the prefix
216 /// return the merged module. The Broken argument will be set to true if the
224 bool &Broken) {
229 Broken = BD.diffProgram(M1.get(), "", "", false, &Error);
273 bool Broken =
278 return Broken;
325 // has broken. If something broke, then we'll inform the user and stop
383 // If the program is not still broken, then loop extraction did somethin
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 64 // First, run the program with just the Suffix passes. If it is still broken
97 // Next, see if the program is broken if we run the "prefix" passes first,
102 // If it is not broken with the kept passes, it's possible that the prefix
211 /// an error, return NULL. If not, return the merged module. The Broken argument
218 bool &Broken) {
233 Broken = BD.diffProgram(M1, "", "", false, &Error);
281 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error);
285 return Broken;
332 // has broken. If something broke, then we'll inform the user and stop
376 // If the program is not still broken, then loop extraction did something
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 64 // First, run the program with just the Suffix passes. If it is still broken
101 // Next, see if the program is broken if we run the "prefix" passes first,
106 // If it is not broken with the kept passes, it's possible that the prefix
224 /// return the merged module. The Broken argument will be set to true if the
231 bool &Broken) {
242 Broken = *Diff;
283 Expected<bool> Broken =
288 return Broken;
332 // has broken. If something broke, then we'll inform the user and stop
388 // If the program is not still broken, then loop extraction did somethin
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 91 bool Broken = false;
99 Broken = true;
103 if (Broken)
104 report_fatal_error("Broken module, no Basic Block terminator!");
119 bool Broken; // Is this module found to be broken?
146 : FunctionPass(ID), Broken(false), RealPass(true),
152 : FunctionPass(ID), Broken(false), RealPass(true), action(ctn), Mod(0),
163 // run other passes on the broken module.
182 // run other passes on the broken module
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 511 unsigned Broken = 0;
673 ++Broken;
680 return Broken;
PostRASchedulerList.cpp 396 unsigned Broken =
400 if (Broken != 0) {
410 NumFixedAnti += Broken;
AggressiveAntiDepBreaker.cpp 120 /* Collect a bitset of all registers that are only broken if they
795 unsigned Broken = 0;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 505 unsigned Broken = 0;
655 ++Broken;
662 return Broken;
PostRASchedulerList.cpp 311 unsigned Broken =
315 if (Broken != 0) {
328 NumFixedAnti += Broken;
AggressiveAntiDepBreaker.cpp 126 /* Collect a bitset of all registers that are only broken if they
777 unsigned Broken = 0;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 526 unsigned Broken = 0;
686 ++Broken;
693 return Broken;
PostRASchedulerList.cpp 396 unsigned Broken =
400 if (Broken != 0) {
410 NumFixedAnti += Broken;
AggressiveAntiDepBreaker.cpp 132 /* Collect a bitset of all registers that are only broken if they
813 unsigned Broken = 0;
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 360 Broken = 13,
  /external/skqp/src/sfnt/
SkPanose.h 360 Broken = 13,
  /external/llvm/lib/IR/
Verifier.cpp 92 bool Broken = false;
93 /// Broken debug info can be "recovered" from by stripping the debug info.
95 /// Whether to treat broken debug info as an error.
177 Broken = true;
195 Broken |= TreatBrokenDebugInfoAsError;
300 Broken = false;
309 return !Broken;
315 Broken = false;
344 return !Broken;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp 128 bool Broken = false;
129 /// Broken debug info can be "recovered" from by stripping the debug info.
131 /// Whether to treat broken debug info as an error.
217 Broken = true;
235 Broken |= TreatBrokenDebugInfoAsError;
347 Broken = false;
357 return !Broken;
362 Broken = false;
391 return !Broken;
    [all...]
  /external/python/cpython3/Lib/test/
test_yield_from.py 542 Test subiterator with a broken getattr implementation
544 class Broken:
553 yield from Broken()
test_ipaddress.py     [all...]
datetimetester.py     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 804 milliseconds