HomeSort by relevance Sort by last modified time
    Searched refs:Results (Results 126 - 150 of 390) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/AVR/
AVRISelLowering.h 79 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.h 118 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileManager.c 754 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
758 @retval EFI_SUCCESS The Results is filled with the requested values.
759 @retval EFI_OUT_OF_RESOURCES Not enough memory to store the results.
770 OUT EFI_STRING *Results
773 if (Progress == NULL || Results == NULL) {
781 This function processes the results of changes in configuration.
791 @retval EFI_SUCCESS The Results is processed successfully.
  /external/lisa/libs/utils/
report.py 31 from results import Results
41 self.results_json = results_dir + '/results.json'
42 self.results = {}
49 # Parse results (if required)
51 Results(results_dir)
53 # Load results from file (if already parsed)
54 self._log.info('Load results from [%s]...',
57 self.results = json.load(infile)
79 if 'rtapp' not in self.results.keys()
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 104 SmallVectorImpl<SDValue> &Results) const;
165 SmallVectorImpl<SDValue> &Results,
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 85 CompleteMatch, // Finish a match and update the results.
86 MorphNodeTo // Build a node, finish a match and update results.
869 /// pushing the chain and glue results.
    [all...]
CodeGenDAGPatterns.h 645 std::vector<Record*> Results;
651 const std::vector<Record*> &results,
654 : Pattern(TP), Results(results), Operands(operands),
658 unsigned getNumResults() const { return Results.size(); }
666 assert(RN < Results.size());
667 return Results[RN];
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 81 MarkGlueResults, // Indicate which interior nodes have glue results.
82 CompleteMatch, // Finish a match and update the results.
83 MorphNodeTo // Build a node, finish a match and update results.
898 /// pushing the chain and glue results.
    [all...]
IntrinsicEmitter.cpp 664 std::vector<StringMatcher::StringPair> Results;
670 Results.push_back(StringMatcher::StringPair(I->first, ResultCode));
673 StringMatcher("BuiltinName", Results, OS).Emit();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 460 // current unit of IR. Therefore, the remaining analysis results in the
497 /// results.
535 /// When an analysis result embeds handles to other analysis results, it
537 /// when any of its embedded analysis results end up invalidated. We pass an
539 /// the analysis results themselves define the dependency graph on the fly.
541 /// dependencies between analysis results.
554 /// use a cache of the results of that initial call. It is an error to form
555 /// cyclic dependencies between analysis results.
591 auto RI = Results.find({ID, &IR});
592 assert(RI != Results.end() &
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
walk.go 167 if n.Results != nil {
168 Walk(v, n.Results)
216 walkExprList(v, n.Results)
  /prebuilts/go/linux-x86/src/go/ast/
walk.go 167 if n.Results != nil {
168 Walk(v, n.Results)
216 walkExprList(v, n.Results)
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 344 // Clear out the previous results.
349 SmallVector<Result, 8> Results;
353 CCTUInfo, Results);
359 for (Result &R : Results) {
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c 54 @retval Results The data read from the port.
64 UINT8 Results;
71 (UINT64) (UINTN) &Results
73 return Results;
86 @retval Results The data read from the port.
96 UINT16 Results;
103 (UINT64)(UINTN)&Results
105 return Results;
118 @retval Results The data read from the port.
128 UINT32 Results;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
HiiDatabase.h     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
PlatformSetupDxe.c 112 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
116 @retval EFI_SUCCESS The Results is filled with the requested values.
117 @retval EFI_OUT_OF_RESOURCES Not enough memory to store the results.
168 OUT EFI_STRING *Results
182 if (Progress == NULL || Results == NULL) {
238 Results,
263 This function processes the results of changes in configuration.
272 @retval EFI_SUCCESS The Results is processed successfully.
330 This is the function that is called to provide results data to the driver. This data
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
BootManager.c 593 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
597 @retval EFI_SUCCESS The Results is filled with the requested values.
598 @retval EFI_OUT_OF_RESOURCES Not enough memory to store the results.
609 OUT EFI_STRING *Results
612 if (Progress == NULL || Results == NULL) {
620 This function processes the results of changes in configuration.
630 @retval EFI_SUCCESS The Results is processed successfully.

Completed in 1588 milliseconds

1 2 3 4 56 7 8 91011>>