Searched refs:Code (Results 176 - 200 of 783) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp24 // Support Code for the Semantic Actions.
290 // Parser Code
587 case tgtok::Code: Lex.Lex(); return CodeRecTy::get();
693 UnOpInit::UnaryOp Code; local
700 Code = UnOpInit::CAST;
712 Code = UnOpInit::HEAD;
716 Code = UnOpInit::TAIL;
720 Code = UnOpInit::EMPTY;
733 if (Code == UnOpInit::HEAD
734 || Code
809 BinOpInit::BinaryOp Code; local
871 TernOpInit::TernaryOp Code; local
[all...]
/external/v8/src/
H A Dframes.h41 Code* code;
49 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer);
50 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer);
576 virtual Code* unchecked_code() const = 0;
579 inline Code* LookupCode() const;
582 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
587 static Code* GetSafepointData(Isolate* isolate,
594 Address* constant_pool_address, Code* holder);
661 Code* unchecked_code() const override;
692 Code* unchecked_cod
[all...]
H A Dcontext-measure.cc32 if (object->IsCode() && !Code::cast(object)->is_optimized_code()) return true;
H A Dlog.h184 void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta);
190 void CompareIC(const Address pc, int line, int column, Code* stub,
194 void BinaryOpIC(const Address pc, int line, int column, Code* stub,
197 void ToBooleanIC(const Address pc, int line, int column, Code* stub,
402 void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta) override {}
H A Dcode-stubs-hydrogen.cc211 Handle<Code> HydrogenCodeStub::GenerateLightweightMissCode(
235 Handle<Code> new_object = factory->NewCode(
240 Handle<Code> HydrogenCodeStub::GenerateRuntimeTailCall(
283 static Handle<Code> DoGenerateCode(Stub* stub) {
313 Handle<Code> code = chunk->Codegen();
382 Handle<Code> TransitionElementsKindStub::GenerateCode() {
458 Handle<Code> BinaryOpICStub::GenerateCode() {
482 Handle<Code> BinaryOpWithAllocationSiteStub::GenerateCode() {
499 Handle<Code> ToBooleanICStub::GenerateCode() { return DoGenerateCode(this); }
/external/clang/include/clang/Tooling/
H A DTooling.h141 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
144 /// \param Code C++ code.
145 /// \param FileName The file name which 'Code' will be mapped as.
150 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
159 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag and
163 /// \param Code C++ code.
165 /// \param FileName The file name which 'Code' will be mapped as.
173 clang::FrontendAction *ToolAction, const Twine &Code,
180 /// \brief Builds an AST for 'Code'.
182 /// \param Code
[all...]
/external/clang/lib/Frontend/
H A DTestModuleFileExtension.h59 llvm::hash_code hashExtension(llvm::hash_code Code) const override;
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp49 SmallString<256> Code; local
50 raw_svector_ostream VecOS(Code);
59 DF->getContents().append(Code.begin(), Code.end());
H A DMCELFStreamer.cpp65 SmallString<256> Code; local
66 raw_svector_ostream VecOS(Code);
74 DF->getContents().append(Code.begin(), Code.end());
476 SmallString<256> Code; local
477 raw_svector_ostream VecOS(Code);
521 CEIF->getContents().append(Code.begin(), Code.end());
548 DF->getContents().append(Code.begin(), Code
[all...]
/external/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.h55 STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream,
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCObjectStreamer.cpp190 SmallString<128> Code; local
191 raw_svector_ostream VecOS(Code);
194 IF->getCode().append(Code.begin(), Code.end());
/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_asm_x8632.s3 ## The Subzero Code Generator
/external/tensorflow/tensorflow/cc/profiler/
H A Dprofiler.cc49 return Status(error::Code::INVALID_ARGUMENT,
/external/tensorflow/tensorflow/cc/training/
H A Dcoordinator.h76 Coordinator(const std::vector<error::Code>& clean_stop_errors);
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dretrying_utils.cc31 bool IsRetriable(error::Code code) {
/external/tensorflow/tensorflow/core/util/
H A Devents_writer_test.cc145 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
147 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
157 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
159 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
/external/tensorflow/tensorflow/python/framework/
H A Dpython_op_gen_internal.h72 virtual string Code();
98 // Return value from Code() is prelude_ + result_.
99 string prelude_; // Code before function definition
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h297 /// known to exist at the end of the record. If Code is specified, then
302 StringRef Blob, Optional<unsigned> Code) {
312 if (Code) {
317 EmitAbbreviatedLiteral(Op, Code.getValue());
322 EmitAbbreviatedField(Op, Code.getValue());
415 void EmitRecord(unsigned Code, const Container &Vals, unsigned Abbrev = 0) {
421 EmitVBR(Code, 6);
428 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), StringRef(), Code);
301 EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, StringRef Blob, Optional<unsigned> Code) argument
/external/tensorflow/tensorflow/core/platform/
H A Denv_test.cc184 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(root_file1).code());
185 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(root_file2).code());
186 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(root_file3).code());
187 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(child1_file1).code());
197 EXPECT_EQ(error::Code::NOT_FOUND, s.code());
319 EXPECT_EQ(error::Code::NOT_FOUND, env->FileExists(flushed).code());
327 EXPECT_EQ(error::Code::NOT_FOUND, env->FileExists(create_path).code());
/external/v8/src/x87/
H A Dcodegen-x87.cc211 // Code generators
348 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) {
354 Code::Age Code::GetCodeAge(Isolate* isolate, byte* sequence) {
360 Code* stub = GetCodeFromTargetAddress(target_address);
364 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence,
365 Code::Age age) {
371 Code* stub = GetCodeAgeStub(isolate, age);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.cpp432 unsigned Code = Stream.ReadCode(); local
433 if (Code == bitc::END_BLOCK) {
439 if (Code == bitc::ENTER_SUBBLOCK) {
447 if (Code == bitc::DEFINE_ABBREV) {
454 switch (Stream.ReadRecord(Code, Record)) {
539 unsigned Code = Stream.ReadCode(); local
540 if (Code == bitc::END_BLOCK) {
548 if (Code == bitc::ENTER_SUBBLOCK) {
556 if (Code == bitc::DEFINE_ABBREV) {
564 switch (Stream.ReadRecord(Code, Recor
754 unsigned Code = Stream.ReadCode(); local
930 unsigned Code = Stream.ReadCode(); local
981 unsigned Code = Stream.ReadCode(); local
1042 unsigned Code = Stream.ReadCode(); local
1207 unsigned Code = Stream.ReadCode(); local
1551 unsigned Code = Stream.ReadCode(); local
1858 unsigned Code = Stream.ReadCode(); local
1907 unsigned Code = Stream.ReadCode(); local
1982 unsigned Code = Stream.ReadCode(); local
2012 unsigned Code = Stream.ReadCode(); local
2070 unsigned Code = Stream.ReadCode(); local
[all...]
/external/clang/include/clang/Format/
H A DFormat.h767 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
776 formatReplacements(StringRef Code, const tooling::Replacements &Replaces,
785 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces,
805 /// \brief Reformats the given \p Ranges in \p Code.
808 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
822 /// Code.
825 tooling::Replacements cleanup(const FormatStyle &Style, StringRef Code,
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp379 const char *Code) const {
380 if (!strcmp(Code, "private")) {
382 } else if (!strcmp(Code, "comment")) {
384 } else if (!strcmp(Code, "uid")) {
398 Msg << "Unknown special formatter '" << Code
/external/syslinux/libinstaller/
H A Dsyslxint.h247 uint8_t Code[442]; member in struct:fat_boot_sector::__anon25159::__anon25160
263 uint8_t Code[414]; member in struct:fat_boot_sector::__anon25159::__anon25161
298 uint8_t Code[420]; member in struct:ntfs_boot_sector
307 #define FAT_bsCode bs32.Code /* The common safe choice */
313 #define NTFS_bsCode Code
/external/giflib/
H A Ddgif_lib.c39 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
40 static int DGifDecompressInput(GifFileType *GifFile, int *Code);
765 if (READ(GifFile, &CodeSize, 1) < 1) { /* Read Code size from file. */
766 return GIF_ERROR; /* Failed to read Code size. */
773 return GIF_ERROR; /* Failed to read Code size. */
931 DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode) argument
935 while (Code > ClearCode && i++ <= LZ_MAX_CODE) {
936 if (Code > LZ_MAX_CODE) {
939 Code = Prefix[Code];
949 DGifGetLZCodes(GifFileType *GifFile, int *Code) argument
988 DGifDecompressInput(GifFileType *GifFile, int *Code) argument
[all...]

Completed in 1069 milliseconds

1234567891011>>