| /freebsd/contrib/sendmail/libsm/ |
| H A D | wsetup.c | 53 if (fp->f_flags & SMRD) 60 fp->f_flags &= ~(SMRD|SMFEOF);
|
| H A D | strio.c | 100 if (!(s->strio_flags & SMRD) && !(s->strio_flags & SMRW)) 246 s->strio_flags = SMRD; 333 flags = SMRD; 374 case SMRD:
|
| H A D | stdio.c | 237 flags |= SMRD; 276 case SMRD: 498 ioflags = SMRD;
|
| H A D | ungetc.c | 117 if ((fp->f_flags & SMRD) == 0) 134 fp->f_flags |= SMRD;
|
| H A D | refill.c | 176 if ((fp->f_flags & SMRD) == 0) 194 fp->f_flags |= SMRD;
|
| H A D | flags.c | 42 ret = SMRD;
|
| H A D | fpos.c | 125 if (fp->f_flags & SMRD)
|
| H A D | sscanf.c | 83 fake.f_flags = SMRD;
|
| H A D | findfp.c | 90 smio(SMRD|SMLBF, SMIOIN_FILENO, "smioin"), /* smioin */ 93 smstd(SMRD|SMNBF, SMIOIN_FILENO, "smiostdin"), /* smiostdin */
|
| H A D | smstdio.c | 355 ioflags = SMRD;
|
| H A D | fseek.c | 158 if (fp->f_flags & SMRD)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.h | 82 int checkSMRDHazards(MachineInstr *SMRD);
|
| H A D | SMInstructions.td | 36 let SMRD = 1; 66 let SMRD = ps.SMRD; 317 // SMRD instructions, because the SReg_32_XM0 register class does not include M0 318 // and writing to M0 from an SMRD instruction will hang the GPU. 321 // does sdst for SMRD on SI/CI? 336 // FIXME: exec_lo/exec_hi appear to be allowed for SMRD loads on 1038 // Global and constant loads can be selected to either MUBUF or SMRD 1039 // instructions, but SMRD instructions are faster so we want the instruction
|
| H A D | SIPostRABundler.cpp | 66 SIInstrFlags::SMRD | SIInstrFlags::DS |
|
| H A D | SIInstrFormats.td | 41 field bit SMRD = 0; 185 let TSFlags{19} = SMRD;
|
| H A D | AMDGPUInsertDelayAlu.cpp | 53 if (MIFlags & SIInstrFlags::SMRD) in instructionWaitsForSGPRWrites()
|
| H A D | SIInstrInfo.h | 564 return MI.getDesc().TSFlags & SIInstrFlags::SMRD; in isSMRD() 568 return get(Opcode).TSFlags & SIInstrFlags::SMRD; in isSMRD() 887 return MI.getDesc().TSFlags & (SIInstrFlags::SALU | SIInstrFlags::SMRD); in isScalarUnit()
|
| H A D | SIDefines.h | 83 SMRD = 1 << 19, enumerator
|
| H A D | GCNHazardRecognizer.cpp | 652 int GCNHazardRecognizer::checkSMRDHazards(MachineInstr *SMRD) { in checkSMRDHazards() argument 655 WaitStatesNeeded = checkSoftClauseHazards(SMRD); in checkSMRDHazards() 671 bool IsBufferSMRD = TII.isBufferSMRD(*SMRD); in checkSMRDHazards() 673 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards()
|
| H A D | SIRegisterInfo.td | 744 // Subset of SReg_32 without M0 for SMRD instructions and alike.
|
| /freebsd/contrib/sendmail/include/sm/ |
| H A D | io.h | 221 #define SMRD 0x000010 /* OK to read */ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
| H A D | AMDGPUCustomBehaviour.cpp | 286 } else if (MCID.TSFlags & SIInstrFlags::SMRD) { in generateWaitCntInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 168 !(MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::SMRD)) ? " sc0" in printCPol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4718 if ((TSFlags & SIInstrFlags::SMRD)) in validateOffset() 4791 if ((TSFlags & SIInstrFlags::SMRD) == 0) in validateSMEMOffset() 5287 if (TSFlags & SIInstrFlags::SMRD) { in validateCoherencyBits() 5360 if ((TID.TSFlags & SIInstrFlags::SMRD) && in validateTHAndScopeBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 802 (SIInstrFlags::MUBUF | SIInstrFlags::FLAT | SIInstrFlags::SMRD)) { in getInstruction()
|