HomeSort by relevance Sort by last modified time
    Searched defs:EndValue (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Timestamp.h 41 /// For example, a 64-bit free running counter would have an EndValue of 0xFFFFFFFFFFFFFFFF.
42 /// A 24-bit free running counter would have an EndValue of 0xFFFFFF.
44 UINT64 EndValue;
53 The counter value will not go backwards other than when wrapping, as defined by EndValue in GetProperties().
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 169 UINT64 EndValue;
184 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
193 if (EndValue >= StartValue) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmPerformance.c 173 UINT64 EndValue;
188 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
197 if (EndValue >= StartValue) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
Performance.c 169 UINT64 EndValue;
189 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
198 if (EndValue >= StartValue) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 292 UINT64 EndValue;
301 Freq = GetPerformanceCounterProperties (&StartValue, &EndValue);
339 if (EndValue >= StartValue) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 162 const MachineOperand *Endvalue,
491 const MachineOperand *EndValue,
642 const MachineOperand *EndValue = nullptr;
646 EndValue = &Op2;
648 EndValue = &Op1;
653 if (!EndValue)
656 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump);
671 if (EndValue->isReg()) {
672 unsigned R = EndValue->getReg();
679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 189 const MachineOperand *Endvalue,
510 const MachineOperand *EndValue,
675 const MachineOperand *EndValue = nullptr;
679 EndValue = &Op2;
681 EndValue = &Op1;
686 if (!EndValue)
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump);
707 if (EndValue->isReg()) {
708 unsigned R = EndValue->getReg();
712 if (!checkForImmediate(*EndValue, V)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 342 Value *CountRoundDown, Value *EndValue,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 465 Value *CountRoundDown, Value *EndValue,
    [all...]

Completed in 244 milliseconds