Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td513 def STriw_pred : STInst<(outs),
519 def STriw_ctr : STInst<(outs),
592 def NAME#_pci : STInst<(outs IntRegs:$Rx32),
597 def NAME#_pcr : STInst<(outs IntRegs:$Rx32),
H A DHexagonInstrFormats.td217 class STInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3519 StoreInst *STInst = Builder.CreateStore(StoreValues[I], DependAddrGEPIter); in createOrderedDepend() local
3520 STInst->setAlignment(Align(8)); in createOrderedDepend()