| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 193 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 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 | 162 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 D | AMDGPUHSAMetadataStreamer.cpp | 193 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 D | SIMemoryLegalizer.cpp | 1048 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 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
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | varied.out | 43 # 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 D | evpdigest.txt | 383 # 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 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 | 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 | 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 | ARMBaseInstrInfo.cpp | 1607 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 D | ARMScheduleA57.td | 712 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 D | ARMInstrThumb.td | 851 // 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 D | DataLayout.cpp | 675 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 D | arm1020e.md | 190 ;; 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 D | arm1026ejs.md | 190 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
|
| H A D | constraints.md | 532 ; are actually LDM/STM instructions, so cannot be used to access unaligned
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm1020e.md | 190 ;; 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 D | arm1026ejs.md | 190 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
|
| H A D | constraints.md | 547 ; are actually LDM/STM instructions, so cannot be used to access unaligned
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 249 // TODO: LDM and STM.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | uniphier-pxs2.dtsi | 382 /* chip-internal connection for STM */
|
| H A D | qcom-msm8974.dtsi | 1210 * 7 - connected to STM
|