Home
last modified time | relevance | path

Searched refs:Int (Results 1 – 25 of 184) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalIterator.h72 Int->Nodes.push_back(BB); in addNodeToInterval()
83 llvm::append_range(Int->Nodes, I->Nodes); in addNodeToInterval()
180 Interval *Int = new Interval(Header); in ProcessInterval() local
187 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval()
199 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument
200 assert(Int && "Null interval == bad!"); in ProcessNode()
210 Int->Successors.push_back(NodeHeader); in ProcessNode()
217 Int->Successors.push_back(NodeHeader); in ProcessNode()
224 addNodeToInterval(Int, Node); in ProcessNode()
227 if (Int->isSuccessor(NodeHeader)) { in ProcessNode()
[all …]
H A DTargetLibraryInfo.def152 TLI_DEFINE_SIG_INTERNAL(Int, Int, Ptr)
247 TLI_DEFINE_SIG_INTERNAL(Ptr, Int, Int)
312 TLI_DEFINE_SIG_INTERNAL(Ptr, Int, Int)
800 TLI_DEFINE_SIG_INTERNAL(Int, Int)
1215 TLI_DEFINE_SIG_INTERNAL(Int, Int)
1285 TLI_DEFINE_SIG_INTERNAL(Int, Int)
1563 TLI_DEFINE_SIG_INTERNAL(Int, Int)
1568 TLI_DEFINE_SIG_INTERNAL(Int, Int)
1873 TLI_DEFINE_SIG_INTERNAL(Int, Int)
1878 TLI_DEFINE_SIG_INTERNAL(Int, Int)
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td1432 def : Builtin<name, [Int, Int], Attr.Convergent>;
1620 …ltin<"write_imagei", [Void, ImageType<imgTy, aQual>, VectorType<Int, 2>, Int, VectorType<Int, 4>]>;
1626 def : Builtin<"write_imagei", [Void, ImageType<imgTy, aQual>, Int, Int, VectorType<Int, 4>]>;
1631 …ltin<"write_imagei", [Void, ImageType<imgTy, aQual>, VectorType<Int, 2>, Int, VectorType<Int, 4>]>;
1636 …ltin<"write_imagei", [Void, ImageType<imgTy, aQual>, VectorType<Int, 4>, Int, VectorType<Int, 4>]>;
1642 …ltin<"write_imagei", [Void, ImageType<imgTy, aQual>, VectorType<Int, 4>, Int, VectorType<Int, 4>]>;
1654 …def : Builtin<"read_imagei", [VectorType<Int, 4>, ImageType<imgTy, aQual>, VectorType<Int, 2>, Int
1659 …def : Builtin<"read_imagei", [VectorType<Int, 4>, ImageType<imgTy, aQual>, VectorType<Int, 4>, Int
1718 def : Builtin<name, [Int, Int], Attr.Convergent>;
1751 def : Builtin<"sub_group_non_uniform_all", [Int, Int]>;
[all …]
/freebsd-14.2/contrib/bearssl/T0/
H A DTValue.cs81 internal int Int { property
96 return (uint)Int;
199 return (sbyte)v.Int; in operator sbyte()
204 return (byte)v.Int; in operator byte()
209 return (short)v.Int; in operator short()
214 return (ushort)v.Int; in operator ushort()
219 return (char)v.Int; in operator char()
224 return (int)v.Int; in operator int()
229 return (uint)v.Int; in operator uint()
/freebsd-14.2/usr.bin/truss/
H A Dsyscalls.c175 .args = { { Name, 0 }, { Int, 1 }, { Int, 2 } } },
192 .args = { { Int, 0 }, { Kevent11, 1 }, { Int, 2 },
210 .args = { { Int, 0 }, { Int, 1 } } },
264 .args = { { Int, 0 }, { Int, 1 }, { Int, 2 } } },
349 .args = { { Name, 0 }, { Int, 1 }, { Int, 2 } } },
359 .args = { { Int, 0 }, { Int, 1 } } },
417 .args = { { Pollfd, 0 }, { Int, 1 }, { Int, 2 } } },
440 .args = { { Int, 0 }, { Iovec | IN, 1 }, { Int, 2 },
496 .args = { { Int, 0 }, { Iovec | IN, 1 }, { Int, 2 },
613 .args = { { Int, 0 }, { Int, 1 }, { Whence, 2 } } },
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomicOrdering.h44 template <typename Int> inline bool isValidAtomicOrderingCABI(Int I) { in isValidAtomicOrderingCABI()
45 return (Int)AtomicOrderingCABI::relaxed <= I && in isValidAtomicOrderingCABI()
46 I <= (Int)AtomicOrderingCABI::seq_cst; in isValidAtomicOrderingCABI()
75 template <typename Int> inline bool isValidAtomicOrdering(Int I) { in isValidAtomicOrdering()
76 return static_cast<Int>(AtomicOrdering::NotAtomic) <= I && in isValidAtomicOrdering()
77 I <= static_cast<Int>(AtomicOrdering::SequentiallyConsistent) && in isValidAtomicOrdering()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h36 template <typename Int, typename V, unsigned InitialCapacity>
39 using value_type = std::pair<Int, V>;
51 bool operator ()(const_reference L, Int R) const { in operator()
54 bool operator ()(Int L, const_reference R) const { in operator()
57 bool operator ()(Int L, Int R) const { in operator()
93 iterator find(Int K) { in find()
102 const_iterator find(Int K) const { in find()
/freebsd-14.2/stand/i386/btx/btx/
H A Dbtx.S315 push $0x1 # Int 0x1: #DB
317 push $0x3 # Int 0x3: #BP
319 push $0x4 # Int 0x4: #OF
321 push $0x5 # Int 0x5: #BR
323 push $0x6 # Int 0x6: #UD
325 push $0x7 # Int 0x7: #NM
327 push $0x8 # Int 0x8: #DF
329 push $0xa # Int 0xa: #TS
331 push $0xb # Int 0xb: #NP
333 push $0xc # Int 0xc: #SS
[all …]
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1544 const ACLEIntrinsic *Int; member
1573 if (Int.headerOnly()) in EmitBuiltinCG()
1579 OI.Int = &Int; in EmitBuiltinCG()
1645 const ACLEIntrinsic *Int = OI_prelim.Int; in EmitBuiltinCG() local
1650 OI.Int = OI_prelim.Int; in EmitBuiltinCG()
1717 if (Int.headerOnly()) in EmitBuiltinAliases()
1720 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName()) in EmitBuiltinAliases()
1740 if (Int.headerOnly()) in GroupSemaChecks()
1828 Polymorphic ? Int.shortName() : Int.fullName(); in EmitHeader()
1957 if (Int.polymorphic()) { in EmitBuiltinDef()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h55 int64_t Int; member
83 assert(getKind() == Type::Int); in getInt()
84 return Int; in getInt()
103 assert(getKind() == Type::Int); in getInt()
104 return Int; in getInt()
166 case Type::Int:
167 return Lhs.Int < Rhs.Int;
321 auto N = DocNode(&KindAndDocs[size_t(Type::Int)]); in getNode()
322 N.Int = V; in getNode()
328 auto N = DocNode(&KindAndDocs[size_t(Type::Int)]); in getNode()
[all …]
H A DMsgPackReader.h54 Int, enumerator
85 int64_t Int; member
100 Object() : Kind(Type::Int), Int(0) {} in Object()
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra-audio-wm8903.yaml39 - Int Spk
41 - Int Mic
76 "Int Spk", "ROP",
77 "Int Spk", "RON",
78 "Int Spk", "LOP",
79 "Int Spk", "LON",
H A Dnvidia,tegra-audio-wm8903.txt19 * Int Spk
21 * Int Mic
44 "Int Spk", "ROP",
45 "Int Spk", "RON",
46 "Int Spk", "LOP",
47 "Int Spk", "LON",
H A Dnvidia,tegra-audio-rt5631.yaml34 - "Int Spk"
37 - "Int Mic"
72 "Int Spk", "SPOL",
73 "Int Spk", "SPOR",
76 "DMIC", "Int Mic";
H A Dnvidia,tegra-audio-alc5632.txt19 * Int Spk
35 "Int Spk", "SPK_OUTP",
36 "Int Spk", "SPK_OUTN",
H A Dnvidia,tegra-audio-alc5632.yaml35 - Int Spk
61 nvidia,audio-routing = "Int Spk", "SPKOUT",
62 "Int Spk", "SPKOUTN",
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp47 case msgpack::Type::Int: in toString()
48 OS << Int; in toString()
121 if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int) in getYAMLTag()
123 if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt) in getYAMLTag()
129 case msgpack::Type::Int: in getYAMLTag()
187 case Type::Int: in mustQuote()
H A DMsgPackReader.cpp48 Obj.Kind = Type::Int; in read()
51 Obj.Kind = Type::Int; in read()
54 Obj.Kind = Type::Int; in read()
57 Obj.Kind = Type::Int; in read()
148 Obj.Kind = Type::Int; in read()
152 Obj.Int = I; in read()
199 Obj.Int = static_cast<int64_t>(endian::read<T, Endianness>(Current)); in readInt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp734 Int.toString(Buffer, 10); in mkBitvector()
744 Int.isSigned() in mkBitvector()
755 SMTExprRef Z3Int = mkBitvector(Int, Int.getBitWidth()); in mkFloat()
790 llvm::APSInt Int(Sort->getFloatSortSize(), true); in toAPFloat() local
794 if (!toAPSInt(BVSort, AST, Int, true)) { in toAPFloat()
803 Float = llvm::APFloat(Semantics, Int); in toAPFloat()
823 Int = getBitvector(AST, Int.getBitWidth(), Int.isUnsigned()); in toAPSInt()
832 if (useSemantics && Int.getBitWidth() < 1) { in toAPSInt()
837 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
838 Int.isUnsigned()); in toAPSInt()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dtegra20-plutux.dts44 "Int Spk", "ROP",
45 "Int Spk", "RON",
46 "Int Spk", "LOP",
47 "Int Spk", "LON",
H A Dtegra20-tec.dts52 "Int Spk", "ROP",
53 "Int Spk", "RON",
54 "Int Spk", "LOP",
55 "Int Spk", "LON",
H A Dtegra20-medcom-wide.dts79 "Int Spk", "ROP",
80 "Int Spk", "RON",
81 "Int Spk", "LOP",
82 "Int Spk", "LON",
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIntervalPartition.cpp67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() argument
68 BasicBlock *Header = Int->getHeaderNode(); in updatePredecessors()
69 for (BasicBlock *Successor : Int->Successors) in updatePredecessors()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h54 int64_t Int; member
67 DbgValueLocEntry(int64_t i) : EntryKind(E_Integer) { Constant.Int = i; } in DbgValueLocEntry()
88 int64_t getInt() const { return Constant.Int; } in getInt()
266 return A.Constant.Int == B.Constant.Int;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) Ty = n, argument
179 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in isOverloaded() argument
306 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc) \ in getSizeInBits() argument
428 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getFloatingPointVT() argument
438 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getIntegerVT() argument
439 if (Int == 3 && sz == BitWidth) \ in getIntegerVT()

12345678