| /external/llvm/include/llvm/Target/ |
| TargetLowering.h | 5 // This file is distributed under the University of Illinois Open Source 72 Source, // Follow source order. [all...] |
| /external/llvm/lib/CodeGen/MIRParser/ |
| MIParser.cpp | 5 // This file is distributed under the University of Illinois Open Source 46 /// A wrapper struct around the 'MachineOperand' struct that includes a source 66 StringRef Source, CurrentSource; 90 StringRef Source); 130 bool parseIRConstant(StringRef::iterator Loc, StringRef Source, 133 bool parseIRType(StringRef::iterator Loc, StringRef Source, unsigned &Read, 258 StringRef Source) 259 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS [all...] |
| /external/pdfium/third_party/lcms/src/ |
| cmscgats.c | 166 char* Source; // Points to loc. being parsed 505 it8->ch = *it8->Source; 506 if (it8->ch) it8->Source++; [all...] |
| /external/spirv-llvm/lib/SPIRV/ |
| SPIRVInternal.h | 5 // This file is distributed under the University of Illinois Open Source 17 // Redistributions of source code must retain the above copyright notice, 354 const static char Source[] = "spirv.Source"; 771 /// Get SPIR-V language by SPIR-V metadata spirv.Source [all...] |
| /external/spirv-llvm/lib/SPIRV/libSPIRV/ |
| SPIRVInstruction.h | 5 // This file is distributed under the University of Illinois Open Source 17 // Redistributions of source code must retain the above copyright notice, [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
| DebugInfoMetadata.h | 5 // This file is distributed under the University of Illinois Open Source 537 Optional<MDString *> Source; 543 Checksum(CS), Source(Src) {} 549 Optional<StringRef> Source, 556 Source ? Optional<MDString *>(getCanonicalMDString(Context, *Source)) : None, 562 Optional<MDString *> Source, StorageType Storage, 573 Optional<StringRef> Source = None), 574 (Filename, Directory, CS, Source)) 577 Optional<MDString *> Source = None) [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
| MIParser.cpp | 5 // This file is distributed under the University of Illinois Open Source 115 /// A wrapper struct around the 'MachineOperand' struct that includes a source 135 StringRef Source, CurrentSource; 161 StringRef Source); 357 StringRef Source) 358 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS) 371 assert(Loc >= Source.data() && Loc <= (Source.data() + Source.size())) [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| LLVMContextImpl.h | 5 // This file is distributed under the University of Illinois Open Source 578 Optional<MDString *> Source; 582 Optional<MDString *> Source) 584 Source(Source) {} 587 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {} 593 Source == RHS->getRawSource(); 599 Checksum ? Checksum->Value : nullptr, Source.getValueOr(nullptr)); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| JumpThreading.cpp | 5 // This file is distributed under the University of Illinois Open Source 649 // Handle Cast instructions. Only see through Cast when the source operand is 652 Value *Source = CI->getOperand(0); 653 if (!isa<PHINode>(Source) && !isa<CmpInst>(Source)) 655 ComputeValueKnownInPredecessors(Source, BB, Result, Preference, CxtI); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
| MetadataTest.cpp | 5 // This file is distributed under the University of Illinois Open Source [all...] |
| /art/runtime/gc/space/ |
| image_space.cc | 2 * Copyright (C) 2011 The Android Open Source Project 364 RelocationRange(uintptr_t source, uintptr_t dest, uintptr_t length) 365 : source_(source), 381 // Translate a source address to the destination space. 387 // Returns the delta between the dest from the source. 392 uintptr_t Source() const { 411 return os << "(" << reinterpret_cast<const void*>(reloc.Source()) << "-" 412 << reinterpret_cast<const void*>(reloc.Source() + reloc.Length()) << ")->(" [all...] |
| /external/clang/lib/AST/ |
| Decl.cpp | 5 // This file is distributed under the University of Illinois Open Source [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
| TargetLowering.h | 5 // This file is distributed under the University of Illinois Open Source 97 Source, // Follow source order. [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
| BitcodeWriter.cpp | 5 // This file is distributed under the University of Illinois Open Source [all...] |
| /external/swiftshader/third_party/subzero/src/ |
| IceTargetLoweringARM32.cpp | 5 // This file is distributed under the University of Illinois Open Source [all...] |
| IceTargetLoweringMIPS32.cpp | 4 // This file is distributed under the University of Illinois Open Source [all...] |
| /external/clang/lib/Sema/ |
| SemaStmt.cpp | 5 // This file is distributed under the University of Illinois Open Source 286 const Expr *Source = POE->getSyntacticForm(); 287 if (isa<ObjCSubscriptRefExpr>(Source)) [all...] |
| /external/libvpx/libvpx/vp8/encoder/ |
| onyx_int.h | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 292 struct lookahead_entry *source; member in struct:VP8_COMP 296 YV12_BUFFER_CONFIG *Source; 306 /* source of frame to encode is an exact copy of an alt ref frame */ 508 // Measure of average squared difference between source and denoised signal.
|
| /external/v8/include/ |
| v8.h | 2 // Use of this source code is governed by a BSD-style license that can be 7 * V8 is Google's open source JavaScript engine. 749 V8_INLINE static void Copy(const Persistent<S, M>& source, 769 static V8_INLINE void Copy(const Persistent<S, M>& source, 6367 const String::ExternalOneByteStringResource* source() const { function in class:v8::Extension [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| Acpi40.h | 335 /// Interrupt Source Override Structure
341 UINT8 Source;
371 /// Non-Maskable Interrupt Source Structure
444 /// Platform Interrupt Source Flags.
723 /// HEST - Hardware Error Source Table
736 // Error Source structure types.
747 // Error Source structure flags.
927 /// Generic Hardware Error Source Structure Definition
[all...] |
| Acpi50.h | 465 /// Interrupt Source Override Structure
471 UINT8 Source;
501 /// Non-Maskable Interrupt Source Structure
574 /// Platform Interrupt Source Flags.
[all...] |
| Acpi51.h | 357 /// Interrupt Source Override Structure
363 UINT8 Source;
393 /// Non-Maskable Interrupt Source Structure
466 /// Platform Interrupt Source Flags.
[all...] |
| /external/clang/lib/CodeGen/ |
| CGExpr.cpp | 5 // This file is distributed under the University of Illinois Open Source [all...] |
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_encoder.h | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 575 YV12_BUFFER_CONFIG *Source; 838 // the superblock did not have low source sad.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
| AsmParser.cpp | 5 // This file is distributed under the University of Illinois Open Source 309 /// Should we emit DWARF describing this assembler source? (Returns false if 310 /// the source has .file directives, which means we don't want to generate 311 /// info describing the assembler source itself.) 841 // the assembler source was produced with debug info already) then emit one 842 // describing the assembler source file itself. 861 // If we are generating dwarf for assembly source files save the initial text 932 // first referenced for a source location. We need to add something [all...] |