Searched refs:STInst (Results 1 – 3 of 3) sorted by relevance
497 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),
208 class STInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
3311 StoreInst *STInst = Builder.CreateStore(StoreValues[I], DependAddrGEPIter); in createOrderedDepend() local3312 STInst->setAlignment(Align(8)); in createOrderedDepend()