Home
last modified time | relevance | path

Searched refs:High (Results 1 - 25 of 69) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp53 int64_t Low, High; member
63 // Find the first range whose High field is >= R.High, in IsInRanges()
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 in switchConvert()
506 APInt High = Cases.back().High->getValue(); processSwitchInst() local
527 int64_t High = I.High->getSExtValue(); processSwitchInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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 in buildJumpTable()
379 APInt High = Clusters[Last].High->getValue(); buildBitTests() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.cpp38 return x.High < y.Low; in clusterizeSwitch()
64 const uint64_t MaxValue = CaseClusters.back().High; in clusterizeSwitch()
81 // Case.High could be UINT64_MAX which makes the loop awkward. Unwrap the 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()
H A 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; member in Ice::CaseCluster
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
/third_party/skia/src/sfnt/
H A DSkPanose.h84 High = 8, member in SkPanose::Data::TextAndDisplay::Contrast
238 High = 8, member in SkPanose::Data::Script::Contrast
296 High = 5, member in SkPanose::Data::Script::XAscent
355 High = 8, member in SkPanose::Data::Decorative::Contrast
/third_party/qrcodegen/rust/examples/
H A Dqrcodegen-demo.rs66 let qr = QrCode::encode_text("DOLLAR-AMOUNT:$39.87 PERCENTAGE:100.00% OPERATIONS:+-*/", QrCodeEcc::High).unwrap(); in do_variety_demo()
81 "a White Rabbit with pink eyes ran close by her."), QrCodeEcc::High).unwrap(); in do_variety_demo()
145 let qr = QrCode::encode_segments_advanced(&segs, QrCodeEcc::High, Version::MIN, Version::MAX, None, true).unwrap(); // Automatic mask in do_mask_demo()
147 let qr = QrCode::encode_segments_advanced(&segs, QrCodeEcc::High, Version::MIN, Version::MAX, Some(Mask::new(3)), true).unwrap(); // Force mask 3 in do_mask_demo()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEGLEnums_autogen.cpp125 return ContextPriority::High; in FromEGLenum()
139 case ContextPriority::High: in ToEGLenum()
157 case ContextPriority::High: in operator <<()
H A DPackedEGLEnums_autogen.h60 High = 2, member in egl::ContextPriority
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInlineAsm.h291 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); in getFlagWordForMatchingOp()
306 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); in getFlagWordForRegClass()
316 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); in getFlagWordForMem()
354 unsigned High = Flag >> 16; in hasRegClassConstraint() local
357 if (!High) in hasRegClassConstraint()
359 RC = High - 1; in hasRegClassConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp463 unsigned High = RI->getSubReg(MO1.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
466 TmpInst.addOperand(MCOperand::createReg(High)); in HexagonProcessInstruction()
540 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
542 MO.setReg(High); in HexagonProcessInstruction()
552 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
554 MO.setReg(High); in HexagonProcessInstruction()
566 unsigned High = RI->getSubReg(MO.getReg(), Hexagon::isub_hi); in HexagonProcessInstruction() local
568 MO.setReg(High); in HexagonProcessInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVVMIntrRange.cpp66 // Adds the passed-in [Low,High) range information as metadata to the
68 static bool addRangeMetadata(uint64_t Low, uint64_t High, CallInst *C) { in addRangeMetadata() argument
77 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, High))}; in addRangeMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h119 MCRegister getX86SubSuperRegister(MCRegister, unsigned, bool High=false);
124 bool High = false);
/third_party/qrcodegen/rust-no-heap/examples/
H A Dqrcodegen-demo.rs79 &mut tempbuffer, &mut outbuffer, QrCodeEcc::High, Version::MIN, Version::MAX, None, true).unwrap(); in do_variety_demo()
103 QrCodeEcc::High, Version::MIN, Version::MAX, None, true).unwrap(); in do_variety_demo()
195 let qr = QrCode::encode_text(text, &mut tempbuffer, &mut outbuffer, QrCodeEcc::High, in do_mask_demo()
198 let qr = QrCode::encode_text(text, &mut tempbuffer, &mut outbuffer, QrCodeEcc::High, in do_mask_demo()
/third_party/skia/third_party/externals/oboe/src/common/
H A DDataConversionFlowGraph.cpp53 case SampleRateConversionQuality::High: in convertOboeSRQualityToMCR()
54 return MultiChannelResampler::Quality::High; in convertOboeSRQualityToMCR()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp1293 mPriorities[egl::ContextPriority::High] = other.mPriorities[egl::ContextPriority::High]; in operator =()
1338 // If at least 2 queues, High has its own queue in initializeQueueMap()
1342 &queueMap[egl::ContextPriority::High]); in initializeQueueMap()
1343 queueMap.mPriorities[egl::ContextPriority::High] = egl::ContextPriority::High; in initializeQueueMap()
1347 queueMap[egl::ContextPriority::High] = queueMap[egl::ContextPriority::Medium]; in initializeQueueMap()
1348 queueMap.mPriorities[egl::ContextPriority::High] = egl::ContextPriority::Medium; in initializeQueueMap()
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStreamBase.h216 case SampleRateConversionQuality::High: in isValidConfig()
H A DDefinitions.h247 High, member in oboe::SampleRateConversionQuality
/third_party/lzma/C/Util/7z/
H A D7zMain.c425 ft->dwHighDateTime = (DWORD)(t->High); in NtfsFileTime_to_FILETIME()
434 // UInt64 v64 = nt->Low | ((UInt64)nt->High << 32); in ConvertFileTimeToString()
805 mtime.dwHighDateTime = (DWORD)(t->High); in main()
814 ctime.dwHighDateTime = (DWORD)(t->High); in main()
/third_party/vixl/test/aarch64/examples/
H A Dtest-examples.cc509 #define CHECKBOUNDS_DOTEST(Value, Low, High) \
514 simulator.WriteXRegister(2, High); \
516 VIXL_CHECK(regs.xreg(0) == ((Low <= Value) && (Value <= High))); \
/third_party/lzma/C/
H A D7z.h59 UInt32 High; member
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DMultiChannelResampler.cpp66 case Quality::High: in make()
H A DMultiChannelResampler.h47 High, member in resampler::MultiChannelResampler::Quality

Completed in 17 milliseconds

123