Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSIAnnotateControlFlow.cpp86 Value *handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L);
210 Value *SIAnnotateControlFlow::handleLoopCondition(Value *Cond, PHINode *Broken, in handleLoopCondition() argument
230 NewPhi->addIncoming(Broken, From); in handleLoopCondition()
235 Value *PhiArg = handleLoopCondition(Incoming, Broken, L); in handleLoopCondition()
257 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition()
271 Value *Args[] = { Cond, Broken }; in handleLoopCondition()
285 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front()); in handleLoop() local
289 Value *Arg = handleLoopCondition(Cond, Broken, L); in handleLoop()
294 Broken->addIncoming(*PI == BB ? Arg : Int64Zero, *PI); in handleLoop()
/NextBSD/contrib/llvm/tools/bugpoint/
HDMiscompilation.cpp219 bool &Broken) { in TestMergedProgram() argument
230 Broken = BD.diffProgram(M1, "", "", false, &Error); in TestMergedProgram()
278 bool Broken = TestFn(BD, ToOptimize, ToNotOptimize, Error); in TestFuncs() local
282 return Broken; in TestFuncs()
717 bool Broken; in TestOptimizer() local
719 TestMergedProgram(BD, Optimized.get(), Safe, true, Error, Broken); in TestOptimizer()
721 outs() << (Broken ? " nope.\n" : " yup.\n"); in TestOptimizer()
725 return Broken; in TestOptimizer()
/NextBSD/bin/sh/tests/builtins/
HDfc1.03 trap 'echo Broken pipe -- test failed' PIPE
HDfc2.03 trap 'echo Broken pipe -- test failed' PIPE
/NextBSD/contrib/llvm/lib/CodeGen/
HDPostRASchedulerList.cpp384 unsigned Broken = in schedule() local
388 if (Broken != 0) { in schedule()
398 NumFixedAnti += Broken; in schedule()
HDCriticalAntiDepBreaker.cpp511 unsigned Broken = 0; in BreakAntiDependencies() local
673 ++Broken; in BreakAntiDependencies()
680 return Broken; in BreakAntiDependencies()
HDAggressiveAntiDepBreaker.cpp783 unsigned Broken = 0; in BreakAntiDependencies() local
960 ++Broken; in BreakAntiDependencies()
969 return Broken; in BreakAntiDependencies()
/NextBSD/lib/libc/nls/
HDC.msg71 32 Broken pipe
229 13 Broken pipe
HDfr_FR.ISO8859-1.msg213 13 Broken pipe
/NextBSD/contrib/tcsh/nls/russian/
HDset224 21 Broken pipe
/NextBSD/contrib/tcsh/nls/C/
HDset224 21 Broken pipe
/NextBSD/contrib/llvm/lib/IR/
HDVerifier.cpp89 bool Broken; member
92 : OS(OS), M(nullptr), Broken(false) {} in VerifierSupport()
154 Broken = true; in CheckFailed()
227 Broken = false; in verify()
233 return !Broken; in verify()
239 Broken = false; in verify()
276 return !Broken; in verify()
542 if (Broken) in visitGlobalVariable()
3655 bool Broken = false; in verifyModule() local
3658 Broken |= !V.verify(*I); in verifyModule()
[all …]
/NextBSD/contrib/apr-util/
HDCHANGES99 (Broken only in 1.5.0) [Jeff Trawick]
/NextBSD/contrib/libxo/tests/gettext/
HDstrerror.pot177 msgid "Broken pipe"
/NextBSD/contrib/libxo/tests/gettext/po/pig_latin/
HDstrerror.po177 msgid "Broken pipe"
/NextBSD/sys/gnu/dts/arm/
HDam335x-pepper.dts522 /* Broken out to J6 header */
/NextBSD/contrib/tcsh/
HDPorted701 CFLAGS : Broken optimizers...
791 CFLAGS : Broken optimizers...
/NextBSD/gnu/usr.bin/grep/
HDNEWS131 - Modifications of the tests scripts to go around the "Broken Pipe"
/NextBSD/contrib/tzdata/
HDaustralasia1001 # NSW (including LHI and Broken Hill):
1322 # Broken Hill will stick with South Australian time in 2000. See:
1323 # Broken Hill to be behind the times (1999-07-21)
1327 # Capital Territory, New South Wales except Lord Howe Island and Broken
1340 # 'Broken Hill' means the County of Yancowinna.
1343 # # YANCOWINNA.. [ Confirmation courtesy of Broken Hill Postmaster ]
/NextBSD/contrib/binutils/gas/doc/
HDinternals.texi21 * Broken words:: Broken words
608 This indicates that ``broken word'' processing should be done (@pxref{Broken
1172 (@pxref{Broken words}). Otherwise, you should set @code{md_short_jump_size} to
1800 @node Broken words
1801 @section Broken words
/NextBSD/contrib/groff/contrib/mom/
HDNEWS441 Broken .RW and .EW fixed.
/NextBSD/contrib/ofed/management/opensm/doc/
HDopensm_release_notes-3.1.10.txt246 * Broken logic when scanning subnet for PIR request
HDopensm_release_notes-3.1.11.txt246 * Broken logic when scanning subnet for PIR request
HDopensm_release_notes_openib-2.0.5.txt208 * "Broken" fabric (duplicated port GUIDs) handling improved
/NextBSD/tools/test/testfloat/
HDtestfloat.txt496 and 4th hexadecimal digits. Broken out into bits, the 9 hexademical digits

12