Home
last modified time | relevance | path

Searched refs:STInst (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td497 def STriw_pred : STInst<(outs),
503 def STriw_ctr : STInst<(outs),
576 def NAME#_pci : STInst<(outs IntRegs:$Rx32),
581 def NAME#_pcr : STInst<(outs IntRegs:$Rx32),
H A DHexagonInstrFormats.td208 class STInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3311 StoreInst *STInst = Builder.CreateStore(StoreValues[I], DependAddrGEPIter); in createOrderedDepend() local
3312 STInst->setAlignment(Align(8)); in createOrderedDepend()