Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp84 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L,
235 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition() argument
237 auto CreateBreak = [this, Cond, Broken](Instruction *I) -> CallInst * { in handleLoopCondition()
238 return IRBuilder<>(I).CreateCall(IfBreak, {Cond, Broken}); in handleLoopCondition()
280 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken"); in handleLoop() local
281 Broken->insertBefore(Target->begin()); in handleLoop()
285 Value *Arg = handleLoopCondition(Cond, Broken, L, Term); in handleLoop()
295 PHIValue = Broken; in handleLoop()
296 Broken->addIncoming(PHIValue, Pred); in handleLoop()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A 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()
/freebsd/bin/sh/tests/builtins/
H A Dfc1.02 trap 'echo Broken pipe -- test failed' PIPE
H A Dfc2.02 trap 'echo Broken pipe -- test failed' PIPE
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp525 unsigned Broken = 0; in BreakAntiDependencies() local
684 ++Broken; in BreakAntiDependencies()
691 return Broken; in BreakAntiDependencies()
H A DPostRASchedulerList.cpp391 unsigned Broken = in schedule() local
395 if (Broken != 0) { in schedule()
405 NumFixedAnti += Broken; in schedule()
H A DAggressiveAntiDepBreaker.cpp784 unsigned Broken = 0; in BreakAntiDependencies() local
951 ++Broken; in BreakAntiDependencies()
960 return Broken; in BreakAntiDependencies()
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh215 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
220 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
/freebsd/lib/libc/nls/
H A DC.msg70 32 Broken pipe
230 13 Broken pipe
H A Dfr_FR.ISO8859-1.msg212 13 Broken pipe
/freebsd/tools/test/stress2/misc/
H A Dsched.sh57 { echo Broken; top -U nobody -d 1 | grep nobody; }
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm6115p-lenovo-j606f.dts181 /* Broken hw, this one can't be turned off or SDHCI will break! */
280 /* Broken hw, this one can't be turned off or SDHCI will break! */
H A Dqrb2210-rb1.dts452 /* Broken hardware, never turn it off! */
/freebsd/crypto/openssl/test/ssl-tests/
H A D06-sni-ticket.cnf.in76 # Add a "Broken" case.
/freebsd/contrib/tcsh/nls/russian/
H A Dset223 21 Broken pipe
/freebsd/contrib/tcsh/nls/C/
H A Dset223 21 Broken pipe
/freebsd/contrib/file/magic/Magdir/
H A Dbioinformatics120 # XXX Broken?
/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot177 msgid "Broken pipe"
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp150 bool Broken = false; member
289 Broken = true; in CheckFailed()
307 Broken |= TreatBrokenDebugInfoAsError; in DebugInfoCheckFailed()
433 Broken = false; in verify()
449 return !Broken; in verify()
454 Broken = false; in verify()
487 return !Broken; in verify()
7144 bool Broken = false; in verifyModule() local
7146 Broken |= !V.verify(F); in verifyModule()
7148 Broken |= !V.verify(); in verifyModule()
[all …]
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po177 msgid "Broken pipe"
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-pepper.dts528 /* Broken out to J6 header */
/freebsd/contrib/tcsh/
H A DPorted701 CFLAGS : Broken optimizers...
791 CFLAGS : Broken optimizers...
/freebsd/contrib/tzdata/
H A Daustralasia1169 # NSW (including LHI and Broken Hill):
1553 # Broken Hill will stick with South Australian time in 2000. See:
1554 # Broken Hill to be behind the times (1999-07-21)
1558 # Capital Territory, New South Wales except Lord Howe Island and Broken
1571 # 'Broken Hill' means the County of Yancowinna.
1574 # # YANCOWINNA.. [ Confirmation courtesy of Broken Hill Postmaster ]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h6.dtsi338 /* Broken on some H6 boards */
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc839 // Broken pipe is not a crash.

12