Home
last modified time | relevance | path

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

12345678910>>...13

/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()
258 dbgs() << "[E] Resource Used: [" << Use.first.first << '.' 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.cpp335 const DemandedFields &Used) { in areCompatibleVTYPEs() argument
336 switch (Used.SEW) { in areCompatibleVTYPEs()
354 switch (Used.LMUL) { in areCompatibleVTYPEs()
367 if (Used.SEWLMULRatio) { in areCompatibleVTYPEs()
376 if (Used.TailPolicy && RISCVVType::isTailAgnostic(CurVType) != in areCompatibleVTYPEs()
379 if (Used.MaskPolicy && RISCVVType::isMaskAgnostic(CurVType) != in areCompatibleVTYPEs()
725 bool hasCompatibleVTYPE(const DemandedFields &Used, in hasCompatibleVTYPE() argument
727 return areCompatibleVTYPEs(Require.encodeVTYPE(), encodeVTYPE(), Used); in hasCompatibleVTYPE()
733 bool isCompatible(const DemandedFields &Used, const VSETVLIInfo &Require, in isCompatible() argument
745 if (Used.VLAny && !(hasSameAVL(Require) && hasSameVLMAX(Require))) in isCompatible()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h59 SmallVector<AnalysisID, 0> Used; variable
108 pushUnique(Used, ID); in addUsedIfAvailableID()
112 pushUnique(Used, &ID); in addUsedIfAvailableID()
118 pushUnique(Used, &PassClass::ID); in addUsedIfAvailable()
149 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/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/crypto/openssl/doc/man1/
H A Dopenssl-mac.pod.in50 Used by CMAC and GMAC to specify the cipher algorithm.
57 Used by HMAC as an alphanumeric string (use if the key contains printable
86 Used by GMAC to specify an IV as an alphanumeric string (use if the IV contains
91 Used by GMAC to specify an IV in hexadecimal form (two hex digits per byte).
95 Used by KMAC128 or KMAC256 to specify an output length.
100 Used by KMAC128 or KMAC256 to specify a customization string.
/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp155 llvm::SmallBitVector &Used);
6244 llvm::SmallBitVector &Used; member
6247 MarkUsedTemplateParameterVisitor(llvm::SmallBitVector &Used, in MarkUsedTemplateParameterVisitor()
6249 : Used(Used), Depth(Depth) { } in MarkUsedTemplateParameterVisitor()
6253 Used[T->getIndex()] = true; in VisitTemplateTypeParmType()
6261 Used[TTP->getIndex()] = true; in TraverseTemplateName()
6270 Used[NTTP->getIndex()] = true; in VisitDeclRefExpr()
6283 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument
6285 MarkUsedTemplateParameterVisitor(Used, Depth) in MarkUsedTemplateParameters()
6299 Used[NTTP->getIndex()] = true; in MarkUsedTemplateParameters()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp30 enum IVarState { Unused, Used }; enumerator
41 I->second = Used; in Scan()
73 I->second = Used; in Scan()
/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/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/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h57 SmallPtrSet<GlobalValue *, 4> Used; variable
119 Used = {Vec.begin(), Vec.end()}; in FunctionImportGlobalProcessing()
/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/Transforms/IPO/
H A DInternalize.cpp188 SmallVector<GlobalValue *, 4> Used; in internalizeModule() local
189 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
211 for (GlobalValue *V : Used) { in internalizeModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp139 LiveRegUnits Used(TRI); in determineKillsAndDefs()
148 Used.accumulate(MI); in determineKillsAndDefs()
153 if (!MRI.isReserved(Reg) && Used.available(Reg) && in determineKillsAndDefs()
165 Used.accumulate(*std::next(From)); in forward()
175 if (Survivor == 0 || !Used.available(Survivor)) { in forward()
178 if (!MRI.isReserved(Reg) && Used.available(Reg)) { in forward()
292 LiveRegUnits Used(TRI); findSurvivorBackwards() local
/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.cpp181 Used = 0x04, enumerator
231 if (GN.Flags & GepNode::Used) { in operator <<()
402 PN->Flags |= GepNode::Used; in processGepInst()
608 if (NF & GepNode::Used) in common()
758 if (Node->Flags & GepNode::Used) { in recalculatePlacement()
959 NewN->Flags &= ~GepNode::Used; in separateChainForNode()
981 Node->Flags &= ~GepNode::Used; in separateChainForNode()
986 NewNode->Flags |= GepNode::Used; in separateChainForNode()
1003 if (!(N->Flags & GepNode::Used)) in separateConstantChains()
1133 if (N->Flags & GepNode::Used) { in getAllUsersForNode()
[all …]

12345678910>>...13