Home
last modified time | relevance | path

Searched refs:Used (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h31 size_t Used = 0; member
42 NewHead->Used = 0; in addNode()
65 uint8_t *P = Head->Buf + Head->Used; in allocUnalignedBuffer()
67 Head->Used += Size; in allocUnalignedBuffer()
68 if (Head->Used <= Head->Capacity) in allocUnalignedBuffer()
72 Head->Used = Size; in allocUnalignedBuffer()
80 size_t P = (size_t)Head->Buf + Head->Used; in allocArray()
86 Head->Used += Size + Adjustment; in allocArray()
87 if (Head->Used <= Head->Capacity) in allocArray()
91 Head->Used = Size; in allocArray()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp54 SmallVector<ResourceUse, 4> Used; in issueInstruction() local
58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction()
64 notifyInstructionIssued(IR, Used); in issueInstruction()
253 const InstRef &IR, MutableArrayRef<ResourceUse> Used) const { in notifyInstructionIssued()
256 for (const ResourceUse &Use : Used) { in notifyInstructionIssued()
265 for (ResourceUse &Use : Used) in notifyInstructionIssued()
268 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp280 const DemandedFields &Used) { in areCompatibleVTYPEs() argument
281 switch (Used.SEW) { in areCompatibleVTYPEs()
299 switch (Used.LMUL) { in areCompatibleVTYPEs()
312 if (Used.SEWLMULRatio) { in areCompatibleVTYPEs()
321 if (Used.TailPolicy && RISCVVType::isTailAgnostic(CurVType) != in areCompatibleVTYPEs()
324 if (Used.MaskPolicy && RISCVVType::isMaskAgnostic(CurVType) != in areCompatibleVTYPEs()
696 bool hasCompatibleVTYPE(const DemandedFields &Used, in hasCompatibleVTYPE() argument
698 return areCompatibleVTYPEs(Require.encodeVTYPE(), encodeVTYPE(), Used); in hasCompatibleVTYPE()
704 bool isCompatible(const DemandedFields &Used, const VSETVLIInfo &Require, in isCompatible() argument
716 if (Used.VLAny && !(hasSameAVL(Require) && hasSameVLMAX(Require))) in isCompatible()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h60 SmallVector<AnalysisID, 0> Used; variable
109 pushUnique(Used, ID); in addUsedIfAvailableID()
113 pushUnique(Used, &ID); in addUsedIfAvailableID()
119 pushUnique(Used, &PassClass::ID); in addUsedIfAvailable()
150 const VectorType &getUsedSet() const { return Used; } in getUsedSet()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.cpp26 case Used: in markDefined()
47 case Used: in markGlobal()
67 case Used: in markUsed()
68 S = Used; in markUsed()
178 case RecordStreamer::Used: in flushSymverDirectives()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-mac.pod.in50 Used by CMAC and GMAC to specify the cipher algorithm.
56 Used by HMAC as an alphanumeric string (use if the key contains printable
85 Used by GMAC to specify an IV as an alphanumeric string (use if the IV contains
90 Used by GMAC to specify an IV in hexadecimal form (two hex digits per byte).
94 Used by KMAC128 or KMAC256 to specify an output length.
99 Used by KMAC128 or KMAC256 to specify a customization string.
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-dlink-dns-313.dts207 /* Used by LEDs conflicts ICE */
209 /* Used by ? conflicts ICE */
212 * Used by fan & G751, conflicts LPC,
216 /* Used by G751 */
218 /* Used by MDIO */
225 /* Used by "reset" button */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp163 unsigned SampleCoverageTracker::computeCoverage(unsigned Used, in computeCoverage() argument
165 assert(Used <= Total && in computeCoverage()
167 return Total > 0 ? Used * 100 / Total : 100; in computeCoverage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp143 llvm::SmallBitVector &Used);
6633 llvm::SmallBitVector &Used; member
6636 MarkUsedTemplateParameterVisitor(llvm::SmallBitVector &Used, in MarkUsedTemplateParameterVisitor()
6638 : Used(Used), Depth(Depth) { } in MarkUsedTemplateParameterVisitor()
6642 Used[T->getIndex()] = true; in VisitTemplateTypeParmType()
6650 Used[TTP->getIndex()] = true; in TraverseTemplateName()
6658 Used[NTTP->getIndex()] = true; in VisitDeclRefExpr()
6671 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument
6673 MarkUsedTemplateParameterVisitor(Used, Depth) in MarkUsedTemplateParameters()
6687 Used[NTTP->getIndex()] = true; in MarkUsedTemplateParameters()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2835-rpi-zero-w.dts72 /* Used by BT module */
77 /* Used by Wifi */
92 /* Used by SD Card */
H A Dbcm2837-rpi-3-b.dts86 /* Used by BT module */
91 /* Used by Wifi */
106 /* Used by SD Card */
H A Dbcm2837-rpi-3-b-plus.dts86 /* Used by BT module */
91 /* Used by Wifi */
106 /* Used by SD Card */
H A Dbcm2837-rpi-3-a-plus.dts80 /* Used by BT module */
85 /* Used by Wifi */
100 /* Used by SD Card */
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod121 Used when a TLS record is sent or received. The B<buf> contains the record header
126 Used when an encrypted TLSv1.3 record is sent or received. In encrypted TLSv1.3
133 Used when a QUIC datagram is sent or received.
137 Used when a QUIC packet is sent or received.
141 Used when a QUIC frame is sent or received. This is only used for non-crypto
146 Used when a QUIC stream data or crypto frame is sent or received. Only the QUIC
151 Used when a sequence of one or more QUIC padding frames is sent or received.
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp29 enum IVarState { Unused, Used }; enumerator
40 I->second = Used; in Scan()
72 I->second = Used; in Scan()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h73 bool Used = false; member
90 } while (Offset != Max && !Buffers[Offset].Used);
110 while (Offset != Max && !Buffers[Offset].Used) { in Iterator()
H A Dxray_buffer_queue.cpp134 T.Used = false; in init()
180 B->Used = true; in getBuffer()
209 B->Used = true; in releaseBuffer()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dti,bq24735.txt15 - ti,charge-current : Used to control and set the charging current. This value
19 - ti,charge-voltage : Used to control and set the charging voltage. This value
23 - ti,input-current : Used to control and set the charger input current. This
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dmmp-dma.txt4 Used platforms: pxa688, pxa910, pxa3xx, etc
21 Used platforms: pxa25x, pxa27x, pxa3xx, pxa93x, pxa168, pxa910, pxa688.
55 Used platforms: pxa688, pxa910
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dimg-hash.txt14 - clock-names : "sys" Used to clock the hash block registers
15 "hash" Used to clock data through the accelerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp138 LiveRegUnits Used(TRI); in findSurvivorBackwards() local
147 Used.accumulate(MI); in findSurvivorBackwards()
152 if (!MRI.isReserved(Reg) && Used.available(Reg) && in findSurvivorBackwards()
164 Used.accumulate(*std::next(From)); in findSurvivorBackwards()
174 if (Survivor == 0 || !Used.available(Survivor)) { in findSurvivorBackwards()
177 if (!MRI.isReserved(Reg) && Used.available(Reg)) { in findSurvivorBackwards()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp186 SmallVector<GlobalValue *, 4> Used; in internalizeModule() local
187 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
209 for (GlobalValue *V : Used) { in internalizeModule()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Domap-twl4030.txt52 * Mic Bias 1 /* Used for Main Mic or Digimic0 */
53 * Mic Bias 2 /* Used for Sub Mic or Digimic1 */
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dlayerscape-pci.txt35 "aer": Used for interrupt line which reports AER events when
37 "pme": Used for interrupt line which reports PME events when
39 "intr": Used for SoCs(like ls2080a, lx2160a, ls2080a, ls2088a, ls1088a)
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp174 Used = 0x04, enumerator
224 if (GN.Flags & GepNode::Used) { in operator <<()
395 PN->Flags |= GepNode::Used; in processGepInst()
601 if (NF & GepNode::Used) { in common()
753 if (Node->Flags & GepNode::Used) { in recalculatePlacement()
954 NewN->Flags &= ~GepNode::Used; in separateChainForNode()
976 Node->Flags &= ~GepNode::Used; in separateChainForNode()
981 NewNode->Flags |= GepNode::Used; in separateChainForNode()
998 if (!(N->Flags & GepNode::Used)) in separateConstantChains()
1128 if (N->Flags & GepNode::Used) { in getAllUsersForNode()
[all …]

12345678910>>...15