Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68k.td23 "Is M68000 ISA supported">;
27 "Is M68010 ISA supported",
32 "Is M68020 ISA supported",
37 "Is M68030 ISA supported",
42 "Is M68881 (FPU) ISA supported">;
46 "Is M68882 (FPU) ISA supported",
51 "Is M68040 ISA supported",
56 "Is M68060 ISA supported",
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h46 template <typename RuleType, typename... RequirementTypes, size_t... Is>
50 std::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() argument
53 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...); in invokeRuleAfterValidatingRequirements()
54 auto Err = findError(std::get<Is>(Values)...); in invokeRuleAfterValidatingRequirements()
60 RuleType::initiate(Context, std::move((*std::get<Is>(Values)))...); in invokeRuleAfterValidatingRequirements()
86 template <typename... RequirementTypes, size_t... Is>
90 std::index_sequence<Is...>) { in visitRefactoringOptions() argument
91 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...); in visitRefactoringOptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp667 std::set<Instruction *> Is; member
769 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI()
770 Result.Is.insert(BCI); in computeFromBCI()
828 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI()
832 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI()
834 Result.Is.insert(SVI); in computeFromSVI()
889 Result.Is.insert(LI); in computeFromLI()
1132 std::set<Instruction *> Is; in combine() local
1150 Is.insert(VI.Is.begin(), VI.Is.end()); in combine()
1163 for (const auto &I : Is) { in combine()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp76 auto Is = [=](StringRef Tool) { in getDriverConfig() local
88 if (Is("bitcode-strip") || Is("bitcode_strip")) in getDriverConfig()
90 else if (Is("strip")) in getDriverConfig()
92 else if (Is("install-name-tool") || Is("install_name_tool")) in getDriverConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h94 template <std::size_t... Is>
96 std::index_sequence<Is...>) const {
98 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
100 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h48 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister() argument
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ul-isiot-emmc.dts12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
H A Dimx6ul-isiot-nand.dts12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
/freebsd/contrib/googletest/googletest/cmake/
H A Dlibgtest.la.in10 # Is this an already installed library?
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dti,dac7612.txt5 Is is programmable through an SPI interface.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td548 // Is the instruction decoder method able to completely determine if the
628 bit isReturn = false; // Is this instruction a return instruction?
629 bit isBranch = false; // Is this instruction a branch instruction?
631 bit isIndirectBranch = false; // Is this instruction an indirect branch?
632 bit isCompare = false; // Is this instruction a comparison instruction?
633 bit isMoveImm = false; // Is this instruction a move immediate instruction?
634 bit isMoveReg = false; // Is this instruction a move register instruction?
635 bit isBitcast = false; // Is this instruction a bitcast instruction?
636 bit isSelect = false; // Is this instruction a select instruction?
638 bit isCall = false; // Is this instruction a call instruction?
[all …]
/freebsd/sys/i386/i386/
H A Ddb_disasm.c73 #define Is 20 /* immediate, signed */ macro
582 /*05*/ { "add", false, LONG, op2(Is, A), 0 },
600 /*15*/ { "adc", false, LONG, op2(Is, A), 0 },
609 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 },
627 /*2d*/ { "sub", false, LONG, op2(Is, A), 0 },
645 /*3d*/ { "cmp", false, LONG, op2(Is, A), 0 },
1428 case Is: in db_disasm()
/freebsd/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg114 54 Is�nt� nollasi yhteyden
134 64 Is�nt� ei vastaa
/freebsd/contrib/libcbor/
H A DREADME.md71 .key = cbor_move(cbor_build_string("Is CBOR awesome?")),
76 .value = cbor_move(cbor_build_string("Is the answer"))});
/freebsd/contrib/libcbor/doc/source/
H A Dusing.rst71 .key = cbor_move(cbor_build_string("Is CBOR awesome?")),
76 .value = cbor_move(cbor_build_string("Is the answer"))
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c86 #define Is 20 /* immediate, signed */ macro
687 /*05*/ { "add", false, LONG, op2(Is, A), 0 },
705 /*15*/ { "adc", false, LONG, op2(Is, A), 0 },
714 /*1d*/ { "sbb", false, LONG, op2(Is, A), 0 },
732 /*2d*/ { "sub", false, LONG, op2(Is, A), 0 },
750 /*3d*/ { "cmp", false, LONG, op2(Is, A), 0 },
1663 case Is: in db_disasm()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A DTODO41 Is there a better way to handle this?
/freebsd/contrib/googletest/googlemock/
H A DREADME.md29 - Is easy to learn and use.
/freebsd/sys/contrib/zlib/
H A DFAQ10 1. Is zlib Y2K-compliant?
151 21. Is zlib thread-safe?
166 23. Is zlib under the GNU license?
227 30. Is there some simpler, easier to read version of inflate I can look at to
281 34. Is there a Java version of zlib?
360 43. Is zlib subject to export controls? What is its ECCN?
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1519 auto Is = [](StringRef Tool) { in llvm_ar_main() local
1530 if (Is("dlltool")) in llvm_ar_main()
1532 if (Is("ranlib")) in llvm_ar_main()
1534 if (Is("lib")) in llvm_ar_main()
1536 if (Is("ar")) in llvm_ar_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h157 template <typename... U, size_t... Is>
159 std::index_sequence<Is...> = {});
311 template <typename... U, size_t... Is>
314 std::index_sequence<Is...>) { in addClauseSymsToMap() argument
316 (addClauseSymsToMap(std::get<Is>(item), node), ...); in addClauseSymsToMap()
/freebsd/sys/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt28 Instance ID Is for the cases where multiple Devices of the
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVProfiles.td10 : SubtargetFeature<name, "Is" # NAME, "true",
/freebsd/sys/dev/pwm/
H A Dpwmbus_if.m100 # Is the pwm output enabled
/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp.working36 # bind().... but the client connect()s. Is there any other way ?

123456