Searched refs:STM (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUAsmPrinter.cpp | 68 const AMDGPUSubtarget &STM = TM.getSubtarget<AMDGPUSubtarget>(); in runOnMachineFunction() local 69 if (STM.getGeneration() > AMDGPUSubtarget::NORTHERN_ISLANDS) { in runOnMachineFunction() 82 if (STM.dumpCode()) { in runOnMachineFunction() 111 const AMDGPUSubtarget &STM = TM.getSubtarget<AMDGPUSubtarget>(); in EmitProgramInfoR600() local 137 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) { in EmitProgramInfoR600() 170 const AMDGPUSubtarget &STM = TM.getSubtarget<AMDGPUSubtarget>(); in EmitProgramInfoSI() local 272 if (STM.getGeneration() < AMDGPUSubtarget::SEA_ISLANDS) { in EmitProgramInfoSI()
|
| D | AMDILISelLowering.cpp | 90 const AMDGPUSubtarget &STM = getTargetMachine().getSubtarget<AMDGPUSubtarget>(); in InitAMDILLowering() local 170 if (STM.hasHWFP64()) { in InitAMDILLowering()
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | varied.out | 43 # Generated by the "examples" in STM's ST40 devkit, and derived code.
|
| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | DAGISelMatcherEmitter.cpp | 735 } else if (const SwitchTypeMatcher *STM = dyn_cast<SwitchTypeMatcher>(M)) { in BuildHistogram() local 736 for (unsigned i = 0, e = STM->getNumCases(); i != e; ++i) in BuildHistogram() 737 BuildHistogram(STM->getCaseMatcher(i), OpcodeFreq); in BuildHistogram()
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | DataLayout.cpp | 449 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout() local 450 StructLayout *&SL = (*STM)[Ty]; in getStructLayout()
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | arm1020e.md | 181 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the 192 ;; a register dependency; the dependency is cleared as soon as the LDM/STM
|
| D | arm1026ejs.md | 181 ;; On a LDM/STM operation, the LSU pipeline iterates until all of the
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMScheduleSwift.td | 1556 (instregex "STM(IB|IA|DB|DA)$", "(t2|sys|t)STM(IB|IA|DB|DA)$")>; 1558 (instregex "STM(IB|IA|DB|DA)_UPD", "(t2|sys|t)STM(IB|IA|DB|DA)_UPD",
|
| D | ARMInstrThumb.td | 734 // There is no non-writeback version of STM for Thumb.
|
| D | ARMInstrThumb2.td | 4401 // PUSH/POP aliases for STM/LDM 4455 // STM w/o the .w suffix.
|
| D | ARMInstrInfo.td | 2935 defm STM : arm_ldst_mult<"stm", "", 0, 0, LdStMulFrm, IIC_iStore_m, 5396 // PUSH/POP aliases for STM/LDM
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2000 | 21699 (movdi): Put back STM and MVC in definition.
|