HomeSort by relevance Sort by last modified time
    Searched defs:Modified (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/nanopb-c/generator/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
50 def Modified(self):
51 """Called every time the message is modified in such a way that the parent
53 (a) The message was modified for the first time, so the parent message
56 modified for the first time after a previous call to ByteSize().
61 Modified() will *only* be called in response to one of these two events --
62 not every time the sub-message is modified.
65 Modified at the moment would be a no-op, so it can be skipped. Performance-
77 def Modified(self):
python_message.py     [all...]
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
50 def Modified(self):
51 """Called every time the message is modified in such a way that the parent
53 (a) The message was modified for the first time, so the parent message
56 modified for the first time after a previous call to ByteSize().
61 Modified() will *only* be called in response to one of these two events --
62 not every time the sub-message is modified.
65 Modified at the moment would be a no-op, so it can be skipped. Performance-
77 def Modified(self):
python_message.py     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 10 // This file is a copy of the generic LLVM PrologEpilogInserter pass, modified
54 bool Modified = false;
64 Modified = true;
78 return Modified;
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 241 bool Modified = false;
247 Modified |= ExpandMI(MBB, MBBI);
251 return Modified;
261 bool Modified = false;
263 Modified |= ExpandMBB(MBB);
264 return Modified;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h 102 BOOLEAN Modified;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 103 BOOLEAN Modified; // BUFFER is modified or not
  /external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 368 bool Modified = false;
384 Modified = true;
395 Modified = true;
407 return Modified;
429 bool Modified = false;
432 Modified |= optimizeBlock(MBB);
434 return Modified;
AMDGPUOpenCLImageTypeLoweringPass.cpp 151 bool Modified = false;
177 Modified = true;
180 return Modified;
184 bool Modified = false;
206 Modified = true;
209 return Modified;
217 bool Modified = false;
237 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg);
242 Modified |= replaceSamplerUses(Arg, ResourceID);
249 return Modified;
    [all...]
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 393 bool Modified = false;
395 Modified |= ExpandFPMLxInstructions(MBB);
397 return Modified;
Thumb2ITBlockPass.cpp 181 bool Modified = false;
267 Modified = true;
271 return Modified;
287 bool Modified = false;
291 Modified |= InsertITInstructions(MBB);
294 if (Modified)
297 return Modified;
A15SDOptimizer.cpp 609 bool Modified = false;
650 Modified = true;
669 return Modified;
684 bool Modified = false;
696 Modified |= runOnInstruction(&*MI++);
707 return Modified;
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Target/Lanai/
LanaiMemAluCombiner.cpp 363 bool Modified = false;
386 Modified = true;
402 return Modified;
412 bool Modified = false;
414 Modified |= combineMemAluInBasicBlock(&*MFI);
416 return Modified;
  /external/llvm/lib/Target/Sparc/
LeonPasses.cpp 83 bool Modified = false;
92 Modified = true;
100 Modified = true;
106 return Modified;
133 bool Modified = false;
212 Modified = true;
218 return Modified;
246 bool Modified = false;
323 Modified = true;
329 return Modified;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 501 // Perform dead code elimination on the instructions we just modified.
522 bool Modified = validateAndTransform();
523 if (Modified)
525 return Modified;
TailRecursionElimination.cpp 202 bool Modified = false;
264 Modified = true;
311 Modified = true;
317 return Modified;
356 /// We currently handle static constants and arguments that are not modified as
627 // other tail recursions eliminated) the accumulator is not modified.
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 53 int64_t FontHeaderTable::Modified() {
177 int64_t FontHeaderTable::Builder::Modified() {
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
MLxExpansionPass.cpp 319 bool Modified = false;
323 Modified |= ExpandFPMLxInstructions(MBB);
326 return Modified;
Thumb2ITBlockPass.cpp 164 bool Modified = false;
240 Modified = true;
244 return Modified;
256 bool Modified = false;
260 Modified |= InsertITInstructions(MBB);
263 if (Modified)
266 return Modified;
ARMExpandPseudoInsts.cpp     [all...]
Thumb2SizeReduction.cpp 815 bool Modified = false;
836 Modified = true;
846 Modified = true;
855 Modified = true;
872 return Modified;
880 bool Modified = false;
882 Modified |= ReduceMBB(*I);
883 return Modified;
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 387 bool Modified = false;
412 Modified = true;
432 Modified=true;
439 Modified=true;
445 Modified=true;
451 return Modified;
527 bool Modified = false;
536 Modified |= fixupFPReturnAndCall(*F, &M, TM);
539 Modified = true;
543 return Modified;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp     [all...]

Completed in 1992 milliseconds

1 2 3