Home
last modified time | relevance | path

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

123456

/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-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp99 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L,
231 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition() argument
241 Value *Args[] = { Cond, Broken }; in handleLoopCondition()
250 Value *Args[] = { Cond, Broken }; in handleLoopCondition()
268 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken", &Target->front()); in handleLoop() local
272 Value *Arg = handleLoopCondition(Cond, Broken, L, Term); in handleLoop()
282 PHIValue = Broken; in handleLoop()
283 Broken->addIncoming(PHIValue, Pred); in handleLoop()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp99 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L,
231 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition() argument
241 Value *Args[] = { Cond, Broken }; in handleLoopCondition()
250 Value *Args[] = { Cond, Broken }; in handleLoopCondition()
268 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken", &Target->front()); in handleLoop() local
272 Value *Arg = handleLoopCondition(Cond, Broken, L, Term); in handleLoop()
282 PHIValue = Broken; in handleLoop()
283 Broken->addIncoming(PHIValue, Pred); in handleLoop()
/external/llvm-project/llvm/test/DebugInfo/X86/
Dstrip-broken-debuginfo.ll4 ; CHECK-NOT: Broken module found
6 ; CHECK-NOT: Broken module found
/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/llvm-project/llvm/test/tools/llvm-nm/
Dinvalid-symbol-table-size.test4 ## a) Broken .symtab symbol table. Valid .dynsym symbol table.
10 ## b) Broken .dynsym symbol table. Valid .symtab symbol table.
/external/llvm-project/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/llvm-project/llvm/test/tools/llvm-objdump/
Dinvalid-symbol-table-size.test4 ## a) Broken .symtab symbol table. Valid .dynsym symbol table.
10 ## b) Broken .dynsym symbol table. Valid .symtab symbol table.
/external/curl/tests/unit/
DCMakeLists.txt37 # Broken link on Linux
46 # Broken link on Linux
/external/llvm-project/llvm/test/LTO/X86/
Dstrip-debug-info.ll28 ; CHECK-ERR: Broken module found, compilation aborted
30 ; CHECK-WARN-NOT: Broken module found
/external/llvm-project/clang/test/VFS/Inputs/Broken.framework/Modules/
Dmodule.modulemap1 framework module Broken [extern_c] {
/external/rust/crates/thiserror/tests/ui/
Dsource-enum-not-error.rs9 Broken { enumerator
/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/llvm-project/llvm/tools/bugpoint/
DMiscompilation.cpp230 bool &Broken) { in testMergedProgram() argument
241 Broken = *Diff; in testMergedProgram()
282 Expected<bool> Broken = in TestFuncs() local
287 return Broken; in TestFuncs()
720 bool Broken; in TestOptimizer() local
721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer()
725 outs() << (Broken ? " nope.\n" : " yup.\n"); in TestOptimizer()
729 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/libdrm/include/drm/
DREADME62 differ significantly - see Outdated or Broken Headers section below.
84 Outdated or Broken Headers
100 - Broken compat ioctls.
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DAnySetterTest.java61 static class Broken class in AnySetterTest
293 Broken b = MAPPER.readValue("{ \"a\" : 3 }", Broken.class); in testBrokenWithDoubleAnnotations()
/external/ltp/runtest/
Dnet_stress.broken_ip5 # Broken IP packet
/external/llvm-project/clang/test/VFS/
Dvfsroot-module.m9 @import Broken;
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dflawed.proto17 message Broken { message
/external/curl/tests/data/
Dtest180162 # 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DTestObjectIdSerialization.java157 static class Broken class in TestObjectIdSerialization
335 MAPPER.writeValueAsString(new Broken()); in testInvalidProp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp396 unsigned Broken = in schedule() local
400 if (Broken != 0) { in schedule()
410 NumFixedAnti += Broken; in schedule()

123456