| /openbsd/src/gnu/usr.bin/perl/ |
| D | configure.com | 5806 $ WC "#" 5807 $ WC "# This file was produced by Configure.COM on a ''osname' system." 5808 $ WC "#" 5809 $ WC "# Package name : ''package'" 5810 $ WC "# Source directory : ''src'" 5811 $ WC "# Configuration time: " + cf_time 5812 $ WC "# Configuration by : " + cf_by 5813 $ WC "# Target system : " + myuname 5814 $ WC "" 5815 $ WC "Makefile_SH='" + Makefile_SH + "'" [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | GuardUtils.cpp | 73 auto *WC = B.CreateIntrinsic(Intrinsic::experimental_widenable_condition, in makeGuardControlFlowExplicit() local 75 CheckBI->setCondition(B.CreateAnd(CheckBI->getCondition(), WC, in makeGuardControlFlowExplicit() 90 Use *C, *WC; in widenWidenableBranch() local 92 parseWidenableBranch(WidenableBR, C, WC, IfTrueBB, IfFalseBB); in widenWidenableBranch() 96 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get())); in widenWidenableBranch() 111 Use *C, *WC; in setWidenableBranchCond() local 113 parseWidenableBranch(WidenableBR, C, WC, IfTrueBB, IfFalseBB); in setWidenableBranchCond() 117 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get())); in setWidenableBranchCond()
|
| D | SimplifyCFG.cpp | 4162 Value *CondWB, *WC; in tryWidenCondBranchToCondBranch() local 4164 if (!parseWidenableBranch(PBI, CondWB, WC, IfTrueBB, IfFalseBB) || in tryWidenCondBranchToCondBranch()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | GuardUtils.cpp | 48 Use *C, *WC; in parseWidenableBranch() local 49 if (parseWidenableBranch(const_cast<User*>(U), C, WC, IfTrueBB, IfFalseBB)) { in parseWidenableBranch() 54 WidenableCondition = WC->get(); in parseWidenableBranch() 60 bool llvm::parseWidenableBranch(User *U, Use *&C,Use *&WC, in parseWidenableBranch() argument 74 WC = &BI->getOperandUse(0); in parseWidenableBranch() 94 WC = &And->getOperandUse(0); in parseWidenableBranch() 101 WC = &And->getOperandUse(1); in parseWidenableBranch()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/ |
| D | llvm-profdata.cpp | 225 const std::string &TestFilename, WriterContext *WC, in overlapInput() argument 234 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), TestFilename); in overlapInput() 243 WC->Writer.overlapRecord(std::move(I), Overlap, FuncOverlap, FuncFilter); in overlapInput() 251 const StringRef ProfiledBinary, WriterContext *WC) { in loadInput() argument 252 std::unique_lock<std::mutex> CtxGuard{WC->Lock}; in loadInput() 268 if (Error E = WC->Writer.mergeProfileKind(Reader->getProfileKind())) { in loadInput() 270 WC->Errors.emplace_back( in loadInput() 280 WC->Errors.emplace_back(make_error<InstrProfError>(IPE), Filename); in loadInput() 286 bool Succeeded = WC->Writer.addMemProfFrame( in loadInput() 296 WC->Writer.addMemProfRecord(/*Id=*/I.first, /*Record=*/I.second); in loadInput() [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | GuardUtils.h | 49 bool parseWidenableBranch(User *U, Use *&Cond, Use *&WC, BasicBlock *&IfTrueBB,
|
| /openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| D | 2317.crt | 11 r5b5S36eU+4WC+zoDWrq0MJgXE8z061V04fXV1ePsnsPuJQ13l57k6Aa3Btj8+rm
|
| D | 3511.crt | 10 CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCDw6XvgOEmpq0T4qGlRXHvGsoFB+WC
|
| D | 1438.crt | 12 UpXihEA2iT7nZCcKzlcIGrngcfK/doPpBILKVZ3vFkeoBQoOojO83umwkKCkS/WC
|
| D | 3046.key | 18 H/WC/WBaAOQ5WkyGgtIwbmmbYBaBeZFxhUsz1ikJAoGAdiBLp/YYIPsOzDIXqg34
|
| D | 2665.key | 7 WC/C8V1CYZSkzpYhRxlWr4mLMORb+2gT0wdY/wIDAQABAoIBADMUPcD5WToU/l9g
|
| D | 175.chain | 43 WC+hh05ZB2Dmud5L94+sDzYWQjVJ6gNyHBlp2krlNB2Y/snXZrlomCpBLhktDgEe
|
| D | 1613.chain | 36 64kE7lGDzIBVR30Et9bDj33blsWQYQL/rC4bgmQS8n8CPdFPp8gC4579mRr1J/WC
|
| D | 1875.chain | 19 ftm5+0xpXyS+szCdQXj5R553T9d7tIBL4jkWOZo9p/4OoDt05Vpyxfqe8ya11+WC
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | LoopPredication.cpp | 844 Value *Cond, *WC; in widenWidenableBranchGuardConditions() local 846 bool Parsed = parseWidenableBranch(BI, Cond, WC, IfTrueBB, IfFalseBB); in widenWidenableBranchGuardConditions() 1061 Value *Cond, *WC; in FindWidenableTerminatorAboveLoop() local 1063 if (parseWidenableBranch(Term, Cond, WC, IfTrueBB, IfFalseBB) && in FindWidenableTerminatorAboveLoop() 1153 Use *Cond, *WC; in predicateLoopExits() local 1155 if (parseWidenableBranch(BI, Cond, WC, IfTrueBB, IfFalseBB) && in predicateLoopExits() 1157 WC->set(ConstantInt::getTrue(IfTrueBB->getContext())); in predicateLoopExits()
|
| D | GuardWidening.cpp | 88 Value *Cond, *WC; in getCondition() local 90 if (parseWidenableBranch(I, Cond, WC, IfTrueBB, IfFalseBB)) in getCondition()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | SValBuilder.cpp | 1060 const auto WC = CTy.getBitWidth(); in simplifySymbolCast() local 1063 if (WC <= WT) { in simplifySymbolCast()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZScheduleZ16.td | 1399 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "WC(L)?GDB$")>; 1401 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "WC(L)?FEB$")>;
|
| D | SystemZScheduleZ15.td | 1393 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "WC(L)?GDB$")>; 1395 def : InstRW<[WLat6, VecBF, NormalGr], (instregex "WC(L)?FEB$")>;
|
| D | SystemZScheduleZ13.td | 1329 def : InstRW<[WLat7, VecBF, NormalGr], (instregex "WC(L)?GDB$")>;
|
| D | SystemZScheduleZ14.td | 1351 def : InstRW<[WLat7, VecBF, NormalGr], (instregex "WC(L)?GDB$")>;
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | DAge.txt | 1156 1F14F..1F156 ; 6.0 # [8] SQUARED WC..NEGATIVE CIRCLED LATIN CAPITAL LETTER G 1163 1F18E..1F18F ; 6.0 # [2] NEGATIVE SQUARED AB..NEGATIVE SQUARED WC
|
| D | IdType.txt | 1960 1F18E..1F18F ; Not_XID # 6.0 [2] NEGATIVE SQUARED AB..NEGATIVE SQUARED WC 2436 1F14F ; Not_NFKC # 6.0 SQUARED WC
|
| D | DNormalizationProps.txt | 650 1F14F ; FC_NFKC; 0077 0063 # So SQUARED WC 1691 1F130..1F14F ; NFKD_QC; N # So [32] SQUARED LATIN CAPITAL LETTER A..SQUARED WC 2100 1F130..1F14F ; NFKC_QC; N # So [32] SQUARED LATIN CAPITAL LETTER A..SQUARED WC 2750 1F14A..1F14F ; Expands_On_NFKD # So [6] SQUARED HV..SQUARED WC 2889 1F14A..1F14F ; Expands_On_NFKC # So [6] SQUARED HV..SQUARED WC 8391 1F14F ; NFKC_CF; 0077 0063 # So SQUARED WC 9999 1F130..1F14F ; Changes_When_NFKC_Casefolded # So [32] SQUARED LATIN CAPITAL LETTER A..SQUARED WC
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/extracted/ |
| D | DDecompositionType.txt | 1010 1F130..1F14F ; Square # So [32] SQUARED LATIN CAPITAL LETTER A..SQUARED WC
|