HomeSort by relevance Sort by last modified time
    Searched refs:Selected (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelect.h 44 MachineFunctionProperties::Property::Selected);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.c 70 proper return value is selected to let the caller continue the
396 DhcpSb->ClientAddr = EFI_NTOHL (DhcpSb->Selected->Dhcp4.Header.YourAddr);
458 if (DhcpSb->Selected != NULL) {
459 FreePool (DhcpSb->Selected);
460 DhcpSb->Selected = NULL;
497 Select a offer among all the offers collected. If the offer selected is
503 @retval EFI_SUCCESS One of the offer is selected.
511 EFI_DHCP4_PACKET *Selected;
530 Selected = DhcpSb->LastOffer;
536 FreePool (Selected);
    [all...]
Dhcp4Impl.h 103 EFI_DHCP4_PACKET *Selected;
Dhcp4Impl.c 407 Dhcp4ModeData->ReplyPacket = DhcpSb->Selected;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c 112 IP4_INTERFACE *Selected;
139 Selected = NULL;
144 if (IpIf->Configured && ((Selected == NULL) || (Selected->Ip == 0))) {
145 Selected = IpIf;
149 return Selected;
333 // OK, selected the source and route, fragment the packet then send
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
CustomizedDisplayLib.h 73 @param[in] Statement The statement current selected.
74 @param[in] Selected Whether or not a tag be selected. TRUE means Enter has hit this question.
81 IN BOOLEAN Selected
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
ProcessOptions.c 919 Process a Question's Option (whether selected or un-selected).
922 @param Selected TRUE: if Question is selected.
933 IN BOOLEAN Selected,
990 if (Selected) {
1147 if (Selected) {
    [all...]
FormDisplay.h 530 @param RowCount TRUE: if Question is selected.
542 Process a Question's Option (whether selected or un-selected).
545 @param Selected TRUE: if Question is selected.
556 IN BOOLEAN Selected,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 125 @param[in] Statement The statement current selected.
126 @param[in] Selected Whether or not a tag be selected. TRUE means Enter has hit this question.
133 IN BOOLEAN Selected
224 if (!Selected) {
260 // If it is a selected numeric with manual input, display different message
303 if (!Selected) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 262 BOOLEAN Selected;
274 Selected = FALSE;
277 // print the selected area in opposite color
287 Selected = TRUE;
314 if (Selected) {
351 if (Selected) {
410 if (Selected) {
470 Decide if a point is in the already selected area.
475 @retval TRUE The point is in the selected area.
476 @retval FALSE The point is not in the selected area.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 488 bool Selected = false;
512 YamlIO.mapOptional("selected", MF.Selected, false);
MachineFunction.h 142 // Selected: In GlobalISel: the InstructionSelect pass ran and all pre-isel
157 Selected,
158 LastProperty = Selected,
    [all...]
  /external/v8/tools/heap-stats/
details-selection.js 162 [VIEW_BY_INSTANCE_TYPE, 'Selected instance types'],
163 [VIEW_BY_INSTANCE_CATEGORY, 'Selected type categories'],
193 const selected = this.selectedInCategory(category);
194 if (selected.length > 0) this.selection.categories[category] = selected;
311 option.selected = 'selected';
  /external/llvm/lib/Transforms/Utils/
Local.cpp 687 /// undef. Update IncomingValues based on the selected value.
694 /// \returns the selected value.
789 Value *Selected = selectIncomingValueForBlock(PredVal, PredBB,
794 PN->addIncoming(Selected, PredBB);
801 Value *Selected = selectIncomingValueForBlock(OldVal, PredBB,
806 PN->addIncoming(Selected, PredBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 364 if (YamlMF.Selected)
365 MF.getProperties().set(MachineFunctionProperties::Property::Selected);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MIRPrinter.cpp 203 YamlMF.Selected = MF.getProperties().hasProperty(
204 MachineFunctionProperties::Property::Selected);
MachineFunction.cpp 96 case P::Selected: return "Selected";
    [all...]
MachineVerifier.cpp 371 MachineFunctionProperties::Property::Selected);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp 816 /// undef. Update IncomingValues based on the selected value.
823 /// \returns the selected value.
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 194 // Visit each RW in the sequence selected by the current variant.
195 RecVec Selected = (*VI)->getValueAsListOfDefs("Selected");
196 for (RecIter I = Selected.begin(), E = Selected.end(); I != E; ++I)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
elf_header.s 18 # Selected ABI O32 takes precedence over target triple.
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenSchedule.cpp 315 // Visit each RW in the sequence selected by the current variant.
316 RecVec Selected = Variant->getValueAsListOfDefs("Selected");
317 for (Record *SelDef : Selected)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 107 STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected");
108 STATISTIC(NumFastIselBlocks, "Number of blocks selected entirely by fast isel");
109 STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG");
158 cl::desc("Pop up a window to show isel dags as they are selected"));
381 // If we already selected that function, we do not need to run SDISel.
383 MachineFunctionProperties::Property::Selected))
    [all...]

Completed in 893 milliseconds