Home
last modified time | relevance | path

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

1234567

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h47 template <typename RuleType, typename... RequirementTypes, size_t... Is>
51 llvm::index_sequence<Is...>) { in invokeRuleAfterValidatingRequirements() argument
54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...); in invokeRuleAfterValidatingRequirements()
55 auto Err = findError(std::get<Is>(Values)...); in invokeRuleAfterValidatingRequirements()
61 RuleType::initiate(Context, std::move((*std::get<Is>(Values)))...); in invokeRuleAfterValidatingRequirements()
87 template <typename... RequirementTypes, size_t... Is>
91 llvm::index_sequence<Is...>) { in visitRefactoringOptions() argument
92 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...); in visitRefactoringOptions()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp667 std::set<Instruction *> Is; member
768 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI()
769 Result.Is.insert(BCI); in computeFromBCI()
827 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI()
831 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI()
833 Result.Is.insert(SVI); in computeFromSVI()
885 Result.Is.insert(LI); in computeFromLI()
1129 std::set<Instruction *> Is; in combine() local
1146 Is.insert(VI.Is.begin(), VI.Is.end()); in combine()
1159 for (auto &I : Is) { in combine()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormat.h93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A Darm_fp16.td49 def SCALAR_FCVTZSH1 : SInst<"vcvt_s32", "Is", "Sh">;
55 def SCALAR_FCVTASH1 : SInst<"vcvta_s32", "Is", "Sh">;
61 def SCALAR_FCVTMSH1 : SInst<"vcvtm_s32", "Is", "Sh">;
67 def SCALAR_FCVTNSH1 : SInst<"vcvtn_s32", "Is", "Sh">;
73 def SCALAR_FCVTPSH1 : SInst<"vcvtp_s32", "Is", "Sh">;
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMachineLocation.h49 void setIsRegister(bool Is) { IsRegister = Is; } in setIsRegister() argument
/freebsd-12.1/contrib/binutils/binutils/
H A Dconfig.in41 /* Is the prototype for getopt in <unistd.h> in the expected format? */
73 /* Is fopen64 available? */
106 /* Is stat64 available? */
139 /* Is the type time_t defined in <time.h>? */
142 /* Is the type time_t defined in <sys/types.h>? */
H A Dconfigure.in109 [Is fopen64 available?])
124 [Is stat64 available?])
143 [Is the type time_t defined in <time.h>?])
153 [Is the type time_t defined in <sys/types.h>?])
163 [Is the prototype for getopt in <unistd.h> in the expected format?])
/freebsd-12.1/contrib/subversion/subversion/
H A Dsvn_private_config.h.in163 /* Is GNOME Keyring support enabled? */
166 /* Is GPG Agent support enabled? */
169 /* Is Mac OS KeyChain support enabled? */
181 /* Is libsecret support enabled? */
184 /* Is Mach-O low-level _dyld API available? */
187 /* Is Mac OS property list API available? */
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DEHScopeStack.h202 template <std::size_t... Is>
203 T restore(CodeGenFunction &CGF, llvm::index_sequence<Is...>) {
206 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h541 template <size_t... Is> struct int_pack { typedef int_pack type; };
544 template <size_t... Is, size_t I>
545 struct append<int_pack<Is...>, I> : int_pack<Is..., I> {};
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCSerialization.h603 template <size_t... Is>
605 llvm::index_sequence<Is...> _) { in serializeTupleHelper()
606 return serializeSeq(C, std::get<Is>(V)...); in serializeTupleHelper()
610 template <size_t... Is>
612 llvm::index_sequence<Is...> _) { in deserializeTupleHelper()
613 return deserializeSeq(C, std::get<Is>(V)...); in deserializeTupleHelper()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td440 bit isReturn = 0; // Is this instruction a return instruction?
441 bit isBranch = 0; // Is this instruction a branch instruction?
443 bit isIndirectBranch = 0; // Is this instruction an indirect branch?
448 bit isSelect = 0; // Is this instruction a select instruction?
450 bit isCall = 0; // Is this instruction a call instruction?
451 bit isAdd = 0; // Is this instruction an add instruction?
452 bit isTrap = 0; // Is this instruction a trap instruction?
459 bit isReMaterializable = 0; // Is this instruction re-materializable?
460 bit isPredicable = 0; // Is this instruction predicable?
466 bit isConvergent = 0; // Is this instruction convergent?
[all …]
/freebsd-12.1/sys/gnu/dts/arm/
H A Dimx6ul-isiot-nand.dts12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
H A Dimx6ul-isiot-emmc.dts12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
/freebsd-12.1/sys/mips/conf/
H A DROUTERSTATION13 # XXX Is there an RTC on the RS?
/freebsd-12.1/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg115 54 Is�nt� nollasi yhteyden
135 64 Is�nt� ei vastaa
/freebsd-12.1/sys/i386/i386/
H A Ddb_disasm.c75 #define Is 20 /* immediate, signed */ macro
584 /*05*/ { "add", FALSE, LONG, op2(Is, A), 0 },
602 /*15*/ { "adc", FALSE, LONG, op2(Is, A), 0 },
611 /*1d*/ { "sbb", FALSE, LONG, op2(Is, A), 0 },
629 /*2d*/ { "sub", FALSE, LONG, op2(Is, A), 0 },
647 /*3d*/ { "cmp", FALSE, LONG, op2(Is, A), 0 },
1441 case Is: in db_disasm()
/freebsd-12.1/sys/netgraph/bluetooth/l2cap/
H A DTODO42 Is there a better way to handle this?
/freebsd-12.1/sys/contrib/zlib/
H A DFAQ10 1. Is zlib Y2K-compliant?
152 21. Is zlib thread-safe?
167 23. Is zlib under the GNU license?
228 30. Is there some simpler, easier to read version of inflate I can look at to
282 34. Is there a Java version of zlib?
361 43. Is zlib subject to export controls? What is its ECCN?
/freebsd-12.1/sys/mips/mips/
H A Dlocore.S78 .space 4 # Assumes mips32? Is that OK?
/freebsd-12.1/sys/amd64/amd64/
H A Ddb_disasm.c88 #define Is 20 /* immediate, signed */ macro
669 /*05*/ { "add", FALSE, LONG, op2(Is, A), 0 },
687 /*15*/ { "adc", FALSE, LONG, op2(Is, A), 0 },
696 /*1d*/ { "sbb", FALSE, LONG, op2(Is, A), 0 },
714 /*2d*/ { "sub", FALSE, LONG, op2(Is, A), 0 },
732 /*3d*/ { "cmp", FALSE, LONG, op2(Is, A), 0 },
1648 case Is: in db_disasm()
/freebsd-12.1/contrib/dtc/Documentation/
H A Ddt-object-internal.txt227 <label> Is the label we're referring
228 <local-full-path> Is the full path of the node the reference is
229 <property-name> Is the name of the property containing the
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dall.texi74 @c Is a word 32 bits, or 16?
H A Dasconfig.texi73 @c Is a word 32 bits, or 16?
/freebsd-12.1/contrib/ldns/ldns/
H A Dconfig.h.in36 /* Is a CAFILE given at configure time */
39 /* Is a CAPATH given at configure time */
306 /* Is a CAFILE given at configure time */
309 /* Is a CAPATH given at configure time */

1234567