Home
last modified time | relevance | path

Searched refs:High (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp53 int64_t Low, High; member
67 Ranges, R, [](IntRange A, IntRange B) { return A.High < B.High; }); in IsInRanges()
91 ConstantInt* High; member
95 : Low(low), High(high), BB(bb) {} in CaseRange()
123 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()()
192 O << "[" << B->Low->getValue() << ", " << B->High->getValue() << "]"; in operator <<()
262 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert()
280 << Pivot.High->getValue() << "]\n"); in switchConvert()
295 int64_t GapLow = LHS.back().High->getSExtValue() + 1; in switchConvert()
299 NewUpperBound = LHS.back().High; in switchConvert()
[all …]
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp36 int64_t Low, High; member
48 [](const IntRange &A, const IntRange &B) { return A.High < B.High; }); in IsInRanges()
64 ConstantInt* High; member
68 : Low(low), High(high), BB(bb) {} in CaseRange()
93 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High); in operator ()()
145 O << *B->Low << " -" << *B->High; in operator <<()
212 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert()
232 << " -" << Pivot.High->getValue() << "\n"); in switchConvert()
247 int64_t GapLow = LHS.back().High->getSExtValue() + 1; in switchConvert()
251 NewUpperBound = LHS.back().High; in switchConvert()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp24 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange()
54 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables()
72 const APInt &Hi = Clusters[i].High->getValue(); in findJumpTables()
207 const APInt &High = Clusters[I].High->getValue(); in buildJumpTable() local
208 NumCmps += (Low == High) ? 1 : 2; in buildJumpTable()
211 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); in buildJumpTable()
217 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable()
226 Clusters[Last].High->getValue(), *DL)) { in buildJumpTable()
253 Clusters[Last].High->getValue(), SI->getCondition(), in buildJumpTable()
257 JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High, in buildJumpTable()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h44 : Kind(Range), Low(Value), High(Value), Target(Target) {} in CaseCluster()
46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() argument
47 : Kind(JumpTable), Low(Low), High(High), JT(JT) {} in CaseCluster()
51 uint64_t getHigh() const { return High; } in getHigh()
61 bool isUnitRange() const { return Low == High; } in isUnitRange()
62 bool isPairRange() const { return Low == High - 1; } in isPairRange()
71 uint64_t High; variable
DIceSwitchLowering.cpp38 return x.High < y.Low; in clusterizeSwitch()
64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch()
83 for (uint64_t I = Case.Low; I < Case.High; ++I) in clusterizeSwitch()
85 JumpTable->addTarget(Case.High - MinValue, Case.Target); in clusterizeSwitch()
99 this->Target == New.Target && this->High + 1 == New.Low; in tryAppend()
101 this->High = New.High; in tryAppend()
/external/llvm/lib/IR/
DIntrinsicInst.cpp63 const char *const *High = NameTable.end(); in lookupLLVMIntrinsicByName() local
65 while (CmpEnd < Name.size() && High - Low > 0) { in lookupLLVMIntrinsicByName()
73 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp); in lookupLLVMIntrinsicByName()
75 if (High - Low > 0) in lookupLLVMIntrinsicByName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h39 const ConstantInt *Low, *High; member
47 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range()
52 C.High = High; in range()
58 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable()
63 C.High = High; in jumpTable()
69 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests()
74 C.High = High; in bitTests()
/external/gemmlowp/meta/generators/
Dmul_1x8_Mx8_neon.py64 emitter.AllLanes(registers.High(register))],
113 registers.Low(aggregator), registers.High(aggregator))
118 emitter.EmitVPadd('u32', registers.High(temp), registers.Low(aggregators[2]),
134 emitter.EmitVPadd('u32', registers.High(temp_2),
142 emitter.EmitVPadd('u32', registers.High(temp_2),
177 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp)],
182 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp),
187 [registers.Low(temp), registers.High(temp), registers.Low(temp_2)],
190 registers.High(temp_2), 0), emitter.Dereference(results, None))
192 emitter.EmitVStoreA('1.32', [registers.Low(temp), registers.High(temp),
[all …]
Dqnt_Nx8_neon.py41 emitter.AllLanes(registers.High(register))],
117 '1.32', [registers.Low(lane.load_1), registers.High(lane.load_1),
118 registers.Low(lane.load_2), registers.High(lane.load_2)],
127 quantize_setup.append([lane.load_2, lane.offset, registers.High(lane_temp)])
157 registers.High(lane.load_1), 0),
162 registers.High(lane.load_1)],
167 registers.High(lane.load_1)],
176 registers.High(lane.load_1),
182 registers.High(lane.load_1),
187 registers.High(lane.load_2), 0),
[all …]
Dmul_Nx8_Mx8_neon.py43 lanes.AddLane(registers.High(quad_register))
201 registers.High(values), 0))
208 registers.High(values), 0))
210 registers.High(values), 1))
242 emitter.EmitVPadd('u32', registers.High(register),
250 emitter.EmitVPadd('u32', registers.High(register),
272 registers.High(aggregator),
277 '1.32', [registers.Low(aggregator), registers.High(aggregator)],
319 registers.Low(aggregator), registers.High(aggregator))
/external/cronet/third_party/icu/source/data/translit/
Dblt_blt_FONIPA.txt61 $LO $W? $V12 {($CHK)} → $1 ˧˥; # Tone class 2: High-rising tone
62 $LO $W? {($V3 $CHK)} → $1 ˧˥; # Tone class 2: High-rising tone
63 $HI $W? $V12 {($CHK)} → $1 ˦; # Tone class 5: High-mid tone
64 $HI $W? {($V3 $CHK)} → $1 ˦; # Tone class 5: High-mid tone
68 $LO $W? { \uAABF ($V3 $F?)} → $1 ˧˥; # Tone class 2: High-rising tone
70 $HI $W? { \uAABF ($V3 $F?)} → $1 ˦; # Tone class 5: High-mid tone
75 $LO $W? $V12 { \uAABF ($F?)} → $1 ˧˥; # Tone class 2: High-rising tone
77 $HI $W? $V12 { \uAABF ($F?)} → $1 ˦; # Tone class 5: High-mid tone
81 {($HI $W? $V123 $F?)} $NOT_IPA_TONE → $1 ˥; # Tone class 4: High tone.
/external/icu/icu4c/source/data/translit/
Dblt_blt_FONIPA.txt61 $LO $W? $V12 {($CHK)} → $1 ˧˥; # Tone class 2: High-rising tone
62 $LO $W? {($V3 $CHK)} → $1 ˧˥; # Tone class 2: High-rising tone
63 $HI $W? $V12 {($CHK)} → $1 ˦; # Tone class 5: High-mid tone
64 $HI $W? {($V3 $CHK)} → $1 ˦; # Tone class 5: High-mid tone
68 $LO $W? { \uAABF ($V3 $F?)} → $1 ˧˥; # Tone class 2: High-rising tone
70 $HI $W? { \uAABF ($V3 $F?)} → $1 ˦; # Tone class 5: High-mid tone
75 $LO $W? $V12 { \uAABF ($F?)} → $1 ˧˥; # Tone class 2: High-rising tone
77 $HI $W? $V12 { \uAABF ($F?)} → $1 ˦; # Tone class 5: High-mid tone
81 {($HI $W? $V123 $F?)} $NOT_IPA_TONE → $1 ˥; # Tone class 4: High tone.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h50 void setSpillGPRRegs(unsigned Low, unsigned High, unsigned Offs) { in setSpillGPRRegs() argument
52 SpillGPRRegs.HighGPR = High; in setSpillGPRRegs()
60 void setRestoreGPRRegs(unsigned Low, unsigned High, unsigned Offs) { in setRestoreGPRRegs() argument
62 RestoreGPRRegs.HighGPR = High; in setRestoreGPRRegs()
/external/arm-trusted-firmware/docs/threat_model/
Dthreat_model_spm.rst231 | ``Impact`` | High (4) | High (4) | |
233 | ``Likelihood`` | High (4) | High (4) | |
235 | ``Total Risk Rating`` | High (16) | High (16) | |
282 | ``Impact`` | High (4) | High (4) | |
286 | ``Total Risk Rating`` | High (12) | High (12) | |
321 | ``Impact`` | High (4) | High (4) | |
325 | ``Total Risk Rating`` | Medium (8) | High (12) | |
354 | ``Impact`` | High (4) | High (4) | |
358 | ``Total Risk Rating`` | High (12) | High (12) | |
400 | ``Likelihood`` | High (4) | High (4) | |
[all …]
Dthreat_model.rst176 | ``High (4)`` | | Major impact to entire| | Threat is relatively |
221 | High | 12–19 |
356 | ``Total Risk Rating`` | N/A | High (15) | High (15) |
401 | ``Total Risk Rating`` | N/A | High (15) | High (15) |
444 | ``Likelihood`` | N/A | High (4) | High (4) |
485 | ``Impact`` | N/A | High (4) | High (4) |
526 | ``Likelihood`` | High (4) | High (4) | High (4) |
528 | ``Total Risk Rating`` | High (12) | High (12) | High (12) |
579 | ``Total Risk Rating`` | High (15) | High (15) | High (15) |
633 | ``Likelihood`` | High (4) | High (4) | High (4) |
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp72 const char *const *High = NameTable.end(); in lookupLLVMIntrinsicByName() local
74 while (CmpEnd < Name.size() && High - Low > 0) { in lookupLLVMIntrinsicByName()
82 std::tie(Low, High) = std::equal_range(Low, High, Name.data(), Cmp); in lookupLLVMIntrinsicByName()
84 if (High - Low > 0) in lookupLLVMIntrinsicByName()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h151 const ConstantInt *Low, *High; member
159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range()
164 C.High = High; in range()
171 const ConstantInt *High, unsigned JTCasesIndex, in jumpTable()
176 C.High = High; in jumpTable()
182 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests()
187 C.High = High; in bitTests()
322 bool rangeFitsInWord(const APInt &Low, const APInt &High);
327 const APInt &Low, const APInt &High);
/external/clang/test/Index/
Dcomplete-type-factors.m9 High
31 [a method:Red priority:High];
41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)
56 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
72 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
88 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
106 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
122 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65)
134 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dnumber-of-memchecks.ll99 ; CHECK-NEXT: (Low: %c High: (78 + %c))
103 ; CHECK-NEXT: (Low: %a High: (40 + %a))
107 ; CHECK-NEXT: (Low: %b High: (38 + %b))
171 ; CHECK-NEXT: (Low: %c High: (78 + %c))
175 ; CHECK-NEXT: (Low: %a High: (40 + %a))
179 ; CHECK-NEXT: (Low: %b High: (38 + %b))
250 ; CHECK-NEXT: (Low: ((2 * %offset) + %a)<nsw> High: (9998 + (2 * %offset) + %a))
253 ; CHECK-NEXT: (Low: %a High: (9998 + %a))
256 ; CHECK-NEXT: (Low: (20000 + %a) High: (29998 + %a))
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp413 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::subreg_hireg); in HexagonProcessInstruction() local
416 TmpInst.addOperand(MCOperand::createReg(High)); in HexagonProcessInstruction()
501 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::subreg_hireg); in HexagonProcessInstruction() local
503 MO.setReg(High); in HexagonProcessInstruction()
513 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::subreg_hireg); in HexagonProcessInstruction() local
515 MO.setReg(High); in HexagonProcessInstruction()
526 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::subreg_hireg); in HexagonProcessInstruction() local
528 MO.setReg(High); in HexagonProcessInstruction()
/external/libaom/test/
Dregister_state_check.h38 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/external/llvm/include/llvm/IR/
DInlineAsm.h351 unsigned High = Flag >> 16; in hasRegClassConstraint() local
354 if (!High) in hasRegClassConstraint()
356 RC = High - 1; in hasRegClassConstraint()
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst5 High-level API Index
132 High-level APIs to work with network IO.
151 - High-level async/await object to receive network data.
154 - High-level async/await object to send network data.
/external/crosvm/resources/src/
Dsystem_allocator.rs24 High, enumerator
370 let mut mmio_type = MmioType::High; in allocate_mmio()
378 if mmio_type == MmioType::High && matches!(res, Err(Error::OutOfSpace)) { in allocate_mmio()
507 a.mmio_allocator(MmioType::High).allocate( in example()
520 a.mmio_allocator(MmioType::High).get(&Alloc::PciBar { in example()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.h99 unsigned getX86SubSuperRegister(unsigned, unsigned, bool High=false);
104 bool High = false);

12345678910>>...19