/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 159 const GCNSubtarget &STM = MF->getSubtarget<GCNSubtarget>(); in emitFunctionBodyStart() local 163 if (STM.requiresCodeObjectV6() && CodeObjectVersion < AMDGPU::AMDHSA_COV6) { in emitFunctionBodyStart() 165 STM.getCPU() + " is only available on code object version 6 or better", in emitFunctionBodyStart() 174 const auto &FunctionTargetID = STM.getTargetID(); in emitFunctionBodyStart() 197 if (STM.isMesaKernel(F) && in emitFunctionBodyStart() 202 KernelCode.validate(&STM, MF->getContext()); in emitFunctionBodyStart() 206 if (STM.isAmdHsaOS()) in emitFunctionBodyStart() 210 assert(AMDGPU::hasKernargPreload(STM)); in emitFunctionBodyStart() 212 STM.isAmdHsaOS()); in emitFunctionBodyStart() 237 const GCNSubtarget &STM = MF->getSubtarget<GCNSubtarget>(); in emitFunctionBodyEnd() local [all …]
|
H A D | GCNPreRALongBranchReg.cpp | 104 const GCNSubtarget &STM = MF.getSubtarget<GCNSubtarget>(); in runOnMachineFunction() local 105 const SIInstrInfo *TII = STM.getInstrInfo(); in runOnMachineFunction() 106 const SIRegisterInfo *TRI = STM.getRegisterInfo(); in runOnMachineFunction()
|
H A D | R600AsmPrinter.cpp | 47 const R600Subtarget &STM = MF.getSubtarget<R600Subtarget>(); in EmitProgramInfoR600() local 48 const R600RegisterInfo *RI = STM.getRegisterInfo(); in EmitProgramInfoR600() 71 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600()
|
H A D | SILoadStoreOptimizer.cpp | 202 const GCNSubtarget *STM = nullptr; member in __anon1ff0d37f0111::SILoadStoreOptimizer 790 EltSize = AMDGPU::convertSMRDOffsetUnits(*LSO.STM, 4); in setMI() 1120 bool SILoadStoreOptimizer::widthsFit(const GCNSubtarget &STM, in widthsFit() argument 1126 return (Width <= 4) && (STM.hasDwordx3LoadStores() || (Width != 3)); in widthsFit() 1138 return STM.hasScalarDwordx3Loads(); in widthsFit() 1184 if (!widthsFit(*STM, CI, Paired) || !offsetsCanBeCombined(CI, *STM, Paired)) in checkAndPrepareMerge() 1214 offsetsCanBeCombined(CI, *STM, Paired, true); in checkAndPrepareMerge() 1276 if (STM->ldsRequiresM0Init()) in read2Opcode() 1282 if (STM->ldsRequiresM0Init()) in read2ST64Opcode() 1349 if (STM->ldsRequiresM0Init()) in write2Opcode() [all …]
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 462 const GCNSubtarget &STM = MF.getSubtarget<GCNSubtarget>(); in getHSAKernelProps() local 470 STM.getKernArgSegmentSize(F, MaxKernArgAlign)); in getHSAKernelProps() 481 if (CodeObjectVersion >= AMDGPU::AMDHSA_COV5 && STM.supportsWGP()) in getHSAKernelProps() 489 Kern.getDocument()->getNode(STM.getWavefrontSize()); in getHSAKernelProps() 496 if (STM.hasMAIInsts()) { in getHSAKernelProps()
|
H A D | SIMemoryLegalizer.cpp | 1255 const GCNSubtarget &STM = MBB.getParent()->getSubtarget<GCNSubtarget>(); in insertAcquire() local 1257 const unsigned InvalidateL1 = STM.isAmdPalOS() || STM.isMesa3DOS() in insertAcquire()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | ComputeReplacements.cpp | 22 const syntax::TokenBufferTokenManager &STM, in enumerateTokenSpans() argument 25 Enumerator(const syntax::TokenBufferTokenManager &STM, in enumerateTokenSpans() 27 : STM(STM), SpanBegin(nullptr), SpanEnd(nullptr), SpanIsOriginal(false), in enumerateTokenSpans() 47 if (SpanEnd == STM.getToken(L->getTokenKey()) && in enumerateTokenSpans() 57 SpanBegin = STM.getToken(L->getTokenKey()); in enumerateTokenSpans() 62 const syntax::TokenBufferTokenManager &STM; in enumerateTokenSpans() member 69 return Enumerator(STM, Callback).run(Root); in enumerateTokenSpans() 72 syntax::FileRange rangeOfExpanded(const syntax::TokenBufferTokenManager &STM, in rangeOfExpanded() argument 74 const auto &Buffer = STM.tokenBuffer(); in rangeOfExpanded() 75 const auto &SM = STM.sourceManager(); in rangeOfExpanded()
|
H A D | BuildTree.cpp | 668 std::string str(const syntax::TokenBufferTokenManager &STM) const { in str() 674 : STM.tokenBuffer().expandedTokens().end() - It->first; in str() 678 It->first->text(STM.sourceManager()), CoveredTokens)); in str() 679 R += It->second->dump(STM); in str()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCExpr.cpp | 289 const GCNSubtarget &STM, in createOccupancy() argument 291 unsigned MaxWaves = IsaInfo::getMaxWavesPerEU(&STM); in createOccupancy() 292 unsigned Granule = IsaInfo::getVGPRAllocGranule(&STM); in createOccupancy() 293 unsigned TargetTotalNumVGPRs = IsaInfo::getTotalNumVGPRs(&STM); in createOccupancy() 294 unsigned Generation = STM.getGeneration(); in createOccupancy()
|
H A D | AMDGPUMCExpr.h | 90 const GCNSubtarget &STM,
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmd_sha.txt | 158 # http://csrc.nist.gov/groups/STM/cavp/secure-hashing.html#test-vectors 266 # http://csrc.nist.gov/groups/STM/cavp/secure-hashing.html#test-vectors
|
/freebsd/sys/contrib/device-tree/Bindings/iio/humidity/ |
H A D | hts221.txt | 1 * HTS221 STM humidity + temperature sensor
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | varied.out | 43 # Generated by the "examples" in STM's ST40 devkit, and derived code.
|
H A D | firmware | 271 0 string DfuSe\x01 DFU image (STM variant)
|
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/ |
H A D | st_lsm6dsx.txt | 1 * ST_LSM6DSx driver for STM 6-axis (acc + gyro) imu Mems sensors
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | coresight.txt | 74 * Additional required properties for System Trace Macrocells (STM): 364 4. STM 401 [1]. There is currently two version of STM: STM32 and STM500. Both
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM7.td | 240 // time for STM cannot be overridden because it is a variadic source operand. 245 (instregex "(t|t2)STM(DB|IA)$")>; 249 (instregex "(t|t2)STM(DB|IA)_UPD$", "tPUSH")>;
|
H A D | ARMScheduleM4.td | 62 def : M4UnitL1I<(instregex "(t|t2)STM")>;
|
H A D | ARMScheduleR52.td | 506 (instregex "STM(IB|IA|DB|DA)$", "(t2|sys|t)STM(IB|IA|DB|DA)$")>; 508 (instregex "STM(IB|IA|DB|DA)_UPD", "(t2|sys|t)STM(IB|IA|DB|DA)_UPD",
|
H A D | ARMScheduleSwift.td | 535 (instregex "STM(IB|IA|DB|DA)$", "(t2|sys|t)STM(IB|IA|DB|DA)$")>; 537 (instregex "STM(IB|IA|DB|DA)_UPD", "(t2|sys|t)STM(IB|IA|DB|DA)_UPD",
|
H A D | ARMBaseInstrInfo.cpp | 1640 MachineInstrBuilder LDM, STM; in expandMEMCPY() local 1653 STM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2STMIA_UPD in expandMEMCPY() 1658 STM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2STMIA : ARM::STMIA)); in expandMEMCPY() 1665 STM.add(STBase).add(predOps(ARMCC::AL)); in expandMEMCPY() 1680 STM.addReg(Reg, RegState::Kill); in expandMEMCPY()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 102 else if (auto *STM = dyn_cast<SwitchTypeMatcher>(N)) in MatcherTableEmitter() local 103 for (unsigned I = 0; I < STM->getNumCases(); I++) in MatcherTableEmitter() 104 Statistic(STM->getCaseMatcher(I)); in MatcherTableEmitter()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 724 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout() local 725 StructLayout *&SL = (*STM)[Ty]; in getStructLayout()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindRegistersSave.S | 813 @ . the pc (r15) cannot be in the list in an STM instruction
|
/freebsd/sys/contrib/device-tree/src/arm/socionext/ |
H A D | uniphier-pxs2.dtsi | 386 /* chip-internal connection for STM */
|