Home
last modified time | relevance | path

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

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