Searched refs:Code (Results 151 - 175 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1948 const StringRef Code = E->getValueAsString("CustomCode"); local
1949 if (!Code.empty()) {
1951 Test += Code;
2952 StringRef Code = R->getValueAsString("CustomCode");
2953 if (!Code.empty()) {
2956 Test += Code;
3019 emitSourceFileHeader("Code to implement the __has_attribute logic", OS);
3085 emitSourceFileHeader("Code to translate different attribute spellings "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6195 unsigned Code; local
6198 Code = ARMCC::GE;
6201 Code = ARMCC::LT;
6204 Code = ARMCC::GT;
6207 Code = ARMCC::LE;
6210 Inst.addOperand(MCOperand::createImm(Code));
6225 unsigned Code; local
6230 Code = ARMCC::EQ;
6233 Code = ARMCC::NE;
6236 Code
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1166 unsigned Code = MaybeCode.get(); local
1168 Expected<unsigned> MaybeRecCode = Cursor.readRecord(Code, Record, &Blob);
1216 unsigned Code = MaybeCode.get(); local
1218 Expected<unsigned> MaybeRecCode = Cursor.readRecord(Code, Record, &Blob);
1438 unsigned Code = MaybeCode.get();
1441 SLocEntryCursor.readRecord(Code, Record, &Blob);
1643 unsigned Code = MaybeCode.get(); local
1646 if (Code != llvm::bitc::DEFINE_ABBREV) {
2232 unsigned Code = MaybeCode.get(); local
2236 if (Expected<unsigned> Maybe = Cursor.readRecord(Code, Recor
5259 unsigned Code = MaybeCode.get(); local
[all...]
H A DASTWriter.cpp1906 unsigned Code; local
1910 Code = SM_SLOC_FILE_ENTRY;
1912 Code = SM_SLOC_BUFFER_ENTRY;
1914 Code = SM_SLOC_EXPANSION_ENTRY;
1916 Record.push_back(Code);
2243 unsigned Code; local
2245 Code = PP_MACRO_OBJECT_LIKE;
2247 Code = PP_MACRO_FUNCTION_LIKE;
2262 Stream.EmitRecord(Code, Record);
H A DASTReaderDecl.cpp3747 unsigned Code = MaybeCode.get(); local
3751 Expected<unsigned> MaybeDeclCode = Record.readRecord(DeclsCursor, Code);
4123 unsigned Code = MaybeCode.get(); local
4125 if (Expected<unsigned> MaybeRecCode = Record.readRecord(Cursor, Code))
4206 unsigned Code = MaybeCode.get(); local
4207 if (Expected<unsigned> MaybeRecCode = Cursor.readRecord(Code, Record))
/freebsd-11-stable/sys/libkern/
H A Dzlib.c332 #define Code fc.code macro
1314 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1997 # define send_code(s, c, tree) send_bits(s, tree[(c)].Code, tree[(c)].Len)
2003 send_bits(s, tree[c].Code, tree[c].Len); }
2138 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
2369 tree[n].Code = bi_reverse(next_code[len]++, len);
2372 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
3656 6. There are up to 286 literal/length codes. Code 256 represents the
3671 10. In the tree reconstruction algorithm, Code = Code
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp451 io.enumCase(value, "code", lld::SharedLibraryAtom::Type::Code);
1124 io.mapOptional("type", keys->_type, SharedLibraryAtom::Type::Code);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
26 * Code in any form, with the right to sublicense such rights; and
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
34 * to or modifications of the Original Intel Code. No other license or right
44 * Code or modification with rights to further distribute source must include
47 * Licensee must cause all Covered Code to which Licensee contributes to
49 * Code and the date of any change. Licensee must include in that file the
52 * directly or indirectly, from Original Intel Code
1557 UINT16 Code; member in struct:acpi_nfit_control_region
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp358 AArch64CC::CondCode Code; member in struct:__anon2053::AArch64Operand::CondCodeOp
516 return CondCode.Code;
1893 CreateCondCode(AArch64CC::CondCode Code, SMLoc S, SMLoc E, MCContext &Ctx) { argument
1895 Op->CondCode.Code = Code;
2670 /// parseCondCodeString - Parse a Condition Code string.
2711 /// parseCondCode - Parse a Condition Code operand.
3594 // If we're expecting a Condition Code operand, then just parse that.
3823 // Conditional compare instructions have a Condition Code operand, which needs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp726 Error parseAttrKind(uint64_t Code, Attribute::AttrKind *Kind);
1412 static Attribute::AttrKind getAttrFromCode(uint64_t Code) { argument
1413 switch (Code) {
1557 Error BitcodeReader::parseAttrKind(uint64_t Code, Attribute::AttrKind *Kind) { argument
1558 *Kind = getAttrFromCode(Code);
1560 return error("Unknown attribute kind (" + Twine(Code) + ")");
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c2185 wr_printcomment (e, "Code page: %u", res->coff_info.codepage);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp144 PUSH_FLAG(PublicSymFlags, Code, Flags, "code");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2080 // otherwise the EFLAGS Condition Code enumerator.
3921 bool Code = false; local
3929 Code = true;
3937 getStreamer().EmitWinCFIPushFrame(Code, Loc);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s17 ; Code written by Chris Ruemmler (with some help from the HP C
H A Dpa-risc2W.s11 ; Code written by Chris Ruemmler (with some help from the HP C
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c96 "POST Code",
110 "Non-Host Code",
1300 printf("\tCode=0x%04x\n", (u_int)ctlreg->Code);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h375 void PromoteSetCCOperands(SDValue &LHS,SDValue &RHS, ISD::CondCode Code);
H A DSelectionDAGBuilder.cpp946 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, argument
952 unsigned Flag = InlineAsm::getFlagWord(Code, Regs.size());
969 if (Code == InlineAsm::Kind_Clobber) {
7806 for (const auto &Code : Codes)
7807 if (TLI.getConstraintType(Code) == TargetLowering::C_Memory)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm155 .uleb128 0x1 @ CIE Code Alignment Factor
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S15 @ Code uses single 1K S-box and is >2 times faster than code generated
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2237 (config->zSeparate == SeparateSegmentKind::Code && prev &&
H A DDriver.cpp390 return SeparateSegmentKind::Code;
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_lib.c3665 # error Code needs update for SSLv23_method() support beyond TLS1_2_VERSION.
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
26 * Code in any form, with the right to sublicense such rights; and
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
34 * to or modifications of the Original Intel Code. No other license or right
44 * Code or modification with rights to further distribute source must include
47 * Licensee must cause all Covered Code to which Licensee contributes to
49 * Code and the date of any change. Licensee must include in that file the
52 * directly or indirectly, from Original Intel Code
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4066 unsigned Code = IsWrite ? SystemZ::PFD_WRITE : SystemZ::PFD_READ; local
4068 SDValue Ops[] = {Op.getOperand(0), DAG.getTargetConstant(Code, DL, MVT::i32),

Completed in 424 milliseconds

12345678