Home
last modified time | relevance | path

Searched refs:LV (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/third_party/pcre2/pcre2/maint/Unicode.tables/
DGraphemeBreakProperty.txt647 AC00 ; LV # Lo HANGUL SYLLABLE GA
648 AC1C ; LV # Lo HANGUL SYLLABLE GAE
649 AC38 ; LV # Lo HANGUL SYLLABLE GYA
650 AC54 ; LV # Lo HANGUL SYLLABLE GYAE
651 AC70 ; LV # Lo HANGUL SYLLABLE GEO
652 AC8C ; LV # Lo HANGUL SYLLABLE GE
653 ACA8 ; LV # Lo HANGUL SYLLABLE GYEO
654 ACC4 ; LV # Lo HANGUL SYLLABLE GYE
655 ACE0 ; LV # Lo HANGUL SYLLABLE GO
656 ACFC ; LV # Lo HANGUL SYLLABLE GWA
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPHIElimination.cpp69 LiveVariables *LV; member in __anon80a2d9970111::PHIElimination
149 LV = getAnalysisIfAvailable<LiveVariables>(); in runOnMachineFunction()
158 if (!DisableEdgeSplitting && (LV || LIS)) { in runOnMachineFunction()
290 if (LV) { in LowerPHINode()
292 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode()
295 LV->setPHIJoin(IncomingReg); in LowerPHINode()
303 LV->removeVirtualRegisterKilled(IncomingReg, *OldKill); in LowerPHINode()
311 LV->addVirtualRegisterKilled(IncomingReg, *PHICopy); in LowerPHINode()
317 LV->removeVirtualRegistersKilled(*MPhi); in LowerPHINode()
321 LV->addVirtualRegisterDead(DestReg, *PHICopy); in LowerPHINode()
[all …]
DTwoAddressInstructionPass.cpp98 LiveVariables *LV; member in __anon3f7457760111::TwoAddressInstructionPass
327 if (LV) in sink3AddrInstruction()
328 LV->replaceKillInstruction(SavedReg, *KillMI, *MI); in sink3AddrInstruction()
735 MachineInstr *NewMI = TII->convertToThreeAddress(MFI, *mi, LV); in convertInstTo3Addr()
861 if (!LV && !LIS) in rescheduleMIBelowKill()
884 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()
1014 LV->removeVirtualRegisterKilled(Reg, *KillMI); in rescheduleMIBelowKill()
1015 LV->addVirtualRegisterKilled(Reg, *MI); in rescheduleMIBelowKill()
1051 if (!LV && !LIS) in rescheduleKillAboveMI()
1074 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h94 virtual void PrintLatticeVal(LatticeVal LV, raw_ostream &OS);
103 virtual Value *GetValueFromLatticeVal(LatticeVal LV, Type *Ty = nullptr) {
183 void UpdateState(LatticeKey Key, LatticeVal LV);
235 LatticeVal LV = LatticeFunc->ComputeLatticeVal(Key); in getValueState() local
238 if (LV == LatticeFunc->getUntrackedVal()) in getValueState()
239 return LV; in getValueState()
240 return ValueState[Key] = std::move(LV); in getValueState()
245 LatticeVal LV) { in UpdateState() argument
247 if (I != ValueState.end() && I->second == LV) in UpdateState()
252 ValueState[Key] = std::move(LV); in UpdateState()
[all …]
/third_party/icu/icu4c/source/test/testdata/
DGraphemeBreakTest.txt47 ÷ 0020 ÷ AC00 ÷ # ÷ [0.2] SPACE (Other) ÷ [999.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
48 …CE (Other) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
85 ÷ 000D ÷ AC00 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
86 …(CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
123 ÷ 000A ÷ AC00 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
124 …(LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
161 ÷ 0001 ÷ AC00 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
162 … (Control) ÷ [4.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
199 ÷ 034F ÷ AC00 ÷ # ÷ [0.2] COMBINING GRAPHEME JOINER (Extend) ÷ [999.0] HANGUL SYLLABLE GA (LV) ÷ […
200 …R (Extend) × [9.0] COMBINING DIAERESIS (Extend_ExtCccZwj) ÷ [999.0] HANGUL SYLLABLE GA (LV) ÷ [0.3]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp193 void PrintLatticeVal(CVPLatticeVal LV, raw_ostream &OS) override { in PrintLatticeVal() argument
194 if (LV == getUndefVal()) in PrintLatticeVal()
196 else if (LV == getOverdefinedVal()) in PrintLatticeVal()
198 else if (LV == getUntrackedVal()) in PrintLatticeVal()
394 CVPLatticeVal LV = Solver.getExistingValueState(RegI); in runCVP() local
395 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()
397 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/rules/
Dchar.txt39 $LV = [\p{Grapheme_Cluster_Break = LV}];
52 $L ($L | $V | $LV | $LVT);
53 ($LV | $V) ($V | $T);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dgrapheme.txt33 LV = [\p{Grapheme_Cluster_Break = LV}];
51 GB6: L (L | V | LV | LVT);
52 GB7: (LV | V) (V | T);
/third_party/icu/icu4c/source/data/brkitr/rules/
Dchar.txt41 $LV = [\p{Grapheme_Cluster_Break = LV}];
54 $L ($L | $V | $LV | $LVT);
55 ($LV | $V) ($V | $T);
/third_party/icu/icu4c/source/test/testdata/break_rules/
Dgrapheme.txt33 LV = [\p{Grapheme_Cluster_Break = LV}];
51 GB6: L (L | V | LV | LVT);
52 GB7: (LV | V) (V | T);
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/break_rules/
Dgrapheme.txt33 LV = [\p{Grapheme_Cluster_Break = LV}];
51 GB6: L (L | V | LV | LVT);
52 GB7: (LV | V) (V | T);
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/
Dchar.txt41 $LV = [\p{Grapheme_Cluster_Break = LV}];
54 $L ($L | $V | $LV | $LVT);
55 ($LV | $V) ($V | $T);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp416 LatticeVal LV = It->second; in isStructLatticeConstant() local
417 if (LV.isOverdefined()) in isStructLatticeConstant()
495 LatticeVal &LV = I.first->second; in getValueState() local
498 return LV; // Common case, already in the map. in getValueState()
503 LV.markConstant(C); // Constants are constant in getValueState()
507 return LV; in getValueState()
515 ValueLatticeElement &LV = PI.first->second; in getParamState() local
517 LV = getValueState(V).toValueLattice(); in getParamState()
519 return LV; in getParamState()
533 LatticeVal &LV = I.first->second; in getStructValueState() local
[all …]
DLoopFuse.cpp460 for (const LoopVector &LV : *this) in descend()
461 for (Loop *L : LV) in descend()
492 static void printLoopVector(const LoopVector &LV) { in printLoopVector() argument
494 for (auto L : LV) in printLoopVector()
540 for (const LoopVector &LV : LDT) { in fuseLoops() local
541 assert(LV.size() > 0 && "Empty loop set was build!"); in fuseLoops()
545 if (LV.size() == 1) in fuseLoops()
550 dbgs() << " Visit loop set (#" << LV.size() << "):\n"; in fuseLoops()
551 printLoopVector(LV); in fuseLoops()
556 collectFusionCandidates(LV); in fuseLoops()
[all …]
DLoopLoadElimination.cpp565 LoopVersioning LV(LAI, L, LI, DT, PSE.getSE(), false); in processLoop() local
566 LV.setAliasChecks(std::move(Checks)); in processLoop()
567 LV.setSCEVChecks(LAI.getPSE().getUnionPredicate()); in processLoop()
568 LV.versionLoop(); in processLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp326 Liveness LV(*MRI, G); in runOnMachineFunction() local
327 LV.trace(RDFDump); in runOnMachineFunction()
328 LV.computeLiveIns(); in runOnMachineFunction()
329 LV.resetLiveIns(); in runOnMachineFunction()
330 LV.resetKills(); in runOnMachineFunction()
DRDFDeadCode.h36 : Trace(false), DFG(dfg), MRI(mri), LV(mri, dfg) {} in DeadCodeElimination()
54 Liveness LV; member
DRDFLiveness.cpp811 std::vector<RegisterRef> LV; in computeLiveIns() local
813 LV.push_back(RegisterRef(I->PhysReg, I->LaneMask)); in computeLiveIns()
814 llvm::sort(LV); in computeLiveIns()
816 for (auto I : LV) in computeLiveIns()
821 LV.clear(); in computeLiveIns()
824 LV.push_back(*I); in computeLiveIns()
825 llvm::sort(LV); in computeLiveIns()
827 for (auto I : LV) in computeLiveIns()
858 auto CopyLiveIns = [this] (MachineBasicBlock *B, BitVector &LV) -> void { in resetKills() argument
862 LV.set(I.PhysReg); in resetKills()
[all …]
DHexagonOptAddrMode.cpp88 Liveness *LV = nullptr; member in __anon31af2ba50111::HexagonOptAddrMode
182 NodeAddr<RefNode*> AA = LV->getNearestAliasedRef(OffsetRR, IA); in canRemoveAddasl()
218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs); in allValidCandidates()
251 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses()
264 const Liveness::RefMap &phiUse = LV->getRealUses(id); in getAllRealUses()
306 NodeAddr<RefNode*> AA = LV->getNearestAliasedRef(LRExtRR, IA); in isSafeToExtLR()
799 LV = &L; in runOnMachineFunction()
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dgrapheme_cluster_break.rs15 ("LV", LV),
420 pub const LV: &'static [(char, char)] = &[ constant
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dsah.txt22 LV{"Латвия"}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h226 LiveVariables *LV) const;
240 LiveVariables *LV) const override;
557 LiveVariables *LV,
/third_party/skia/third_party/externals/icu/source/data/region/
Dsah.txt23 LV{"Латвия"}
/third_party/icu/icu4c/source/data/region/
Dsah.txt23 LV{"Латвия"}
/third_party/node/test/fixtures/x509-escaping/
Dsubj-4-cert.pem21 4Ol1Hc4/tVMa1wsnEtYGWEOfBJqANY3m5IiEBHIyeP67NR68fdlZ+XFpdHNl5/LV

12345678910>>...29