Home
last modified time | relevance | path

Searched refs:STM (Results 1 – 25 of 68) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp193 const GCNSubtarget &STM = MF->getSubtarget<GCNSubtarget>(); in emitFunctionBodyStart() local
201 const auto &FunctionTargetID = STM.getTargetID(); in emitFunctionBodyStart()
224 if ((STM.isMesaKernel(F) || isHsaAbiVersion2(getGlobalSTI())) && in emitFunctionBodyStart()
232 if (STM.isAmdHsaOS()) in emitFunctionBodyStart()
259 const GCNSubtarget &STM = MF->getSubtarget<GCNSubtarget>(); in emitFunctionBodyEnd() local
264 STM, KernelName, getAmdhsaKernelDescriptor(*MF, CurrentProgramInfo), in emitFunctionBodyEnd()
267 IsaInfo::getNumExtraSGPRs(&STM, in emitFunctionBodyEnd()
283 const GCNSubtarget &STM = MF->getSubtarget<GCNSubtarget>(); in emitFunctionEntryLabel() local
284 if (MFI->isEntryFunction() && STM.isAmdHsaOrMesa(MF->getFunction())) { in emitFunctionEntryLabel()
426 const GCNSubtarget &STM = MF.getSubtarget<GCNSubtarget>(); in getAmdhsaKernelDescriptor() local
[all …]
H A DR600AsmPrinter.cpp47 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 DSILoadStoreOptimizer.cpp162 const GCNSubtarget &STM);
181 const GCNSubtarget *STM = nullptr; member in __anon923e008a0111::SILoadStoreOptimizer
489 const GCNSubtarget &STM) { in setMI() argument
509 EltSize = AMDGPU::convertSMRDOffsetUnits(STM, 4); in setMI()
853 bool SILoadStoreOptimizer::widthsFit(const GCNSubtarget &STM, in widthsFit() argument
859 return (Width <= 4) && (STM.hasDwordx3LoadStores() || (Width != 3)); in widthsFit()
902 (!widthsFit(*STM, CI, Paired) || !offsetsCanBeCombined(CI, *STM, Paired))) in checkAndPrepareMerge()
1015 offsetsCanBeCombined(CI, *STM, Paired, true); in checkAndPrepareMerge()
1034 if (STM->ldsRequiresM0Init()) in read2Opcode()
1040 if (STM->ldsRequiresM0Init()) in read2ST64Opcode()
[all …]
H A DAMDGPUHSAMetadataStreamer.cpp193 const GCNSubtarget &STM = MF.getSubtarget<GCNSubtarget>(); in getHSACodeProps() local
202 HSACodeProps.mKernargSegmentSize = STM.getKernArgSegmentSize(F, in getHSACodeProps()
208 HSACodeProps.mWavefrontSize = STM.getWavefrontSize(); in getHSACodeProps()
213 HSACodeProps.mIsXNACKEnabled = STM.isXNACKEnabled(); in getHSACodeProps()
852 const GCNSubtarget &STM = MF.getSubtarget<GCNSubtarget>(); in getHSAKernelProps() local
860 STM.getKernArgSegmentSize(F, MaxKernArgAlign)); in getHSAKernelProps()
868 Kern.getDocument()->getNode(STM.getWavefrontSize()); in getHSAKernelProps()
H A DSIMemoryLegalizer.cpp1048 const GCNSubtarget &STM = MBB.getParent()->getSubtarget<GCNSubtarget>(); in insertAcquire() local
1050 const unsigned InvalidateL1 = STM.isAmdPalOS() || STM.isMesa3DOS() in insertAcquire()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt158 # 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
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dvaried.out43 # Generated by the "examples" in STM's ST40 devkit, and derived code.
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devpdigest.txt383 # http://csrc.nist.gov/groups/STM/cavp/secure-hashing.html#test-vectors
491 # http://csrc.nist.gov/groups/STM/cavp/secure-hashing.html#test-vectors
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleM7.td240 // 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 DARMScheduleM4.td62 def : M4UnitL1I<(instregex "(t|t2)STM")>;
H A DARMScheduleSwift.td535 (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 DARMScheduleR52.td506 (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 DARMBaseInstrInfo.cpp1607 MachineInstrBuilder LDM, STM; in expandMEMCPY() local
1620 STM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2STMIA_UPD in expandMEMCPY()
1625 STM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2STMIA : ARM::STMIA)); in expandMEMCPY()
1632 STM.add(STBase).add(predOps(ARMCC::AL)); in expandMEMCPY()
1647 STM.addReg(Reg, RegState::Kill); in expandMEMCPY()
H A DARMScheduleA57.td712 def : InstRW<[A57WriteSTM], (instregex "(t2|sys|t)?STM(IA|DA|DB|IB)$")>;
714 (instregex "(t2|sys|t)?STM(IA_UPD|DA_UPD|DB_UPD|IB_UPD)", "tPUSH")>;
H A DARMInstrThumb.td851 // There is no non-writeback version of STM for Thumb.
1655 // post-inc STR -> STM r0!, {r1}. The layout of this (because it doesn't def
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp675 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout() local
676 StructLayout *&SL = (*STM)[Ty]; in getStructLayout()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm1020e.md190 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
201 ;; a register dependency; the dependency is cleared as soon as the LDM/STM
H A Darm1026ejs.md190 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
H A Dconstraints.md532 ; are actually LDM/STM instructions, so cannot be used to access unaligned
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm1020e.md190 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
201 ;; a register dependency; the dependency is cleared as soon as the LDM/STM
H A Darm1026ejs.md190 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
H A Dconstraints.md547 ; are actually LDM/STM instructions, so cannot be used to access unaligned
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td249 // TODO: LDM and STM.
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Duniphier-pxs2.dtsi382 /* chip-internal connection for STM */
H A Dqcom-msm8974.dtsi1210 * 7 - connected to STM

123