Home
last modified time | relevance | path

Searched refs:ST_ (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td581 def : InstRW<[P5600WriteStoreFPUS], (instregex "^ST_[BHWD]$")>;
H A DMipsScheduleGeneric.td1602 def : InstRW<[GenericWriteFPUStore], (instregex "^ST_[BHWD]$")>;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ScheduleZnver1.td829 def : InstRW<[ZnWriteSTr], (instregex "ST_(F|FP)rr")>;
H A DX86ScheduleZnver2.td846 def : InstRW<[Zn2WriteSTr], (instregex "ST_(F|FP)rr")>;
H A DX86SchedHaswell.td786 def : InstRW<[HWWriteP01], (instregex "ST_(F|FP)rr")>;
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp426 AMDGPULegalizerInfo::AMDGPULegalizerInfo(const GCNSubtarget &ST_, in AMDGPULegalizerInfo() argument
428 : ST(ST_) { in AMDGPULegalizerInfo()