Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp153 bool CurForbiddenSlotAttr; member in __anona2e40b320211::MipsAsmParser
556 CurForbiddenSlotAttr = false; in MipsAsmParser()
2325 bool PrevForbiddenSlotAttr = CurForbiddenSlotAttr; in processInstruction()
2353 CurForbiddenSlotAttr = in processInstruction()
2356 if (FillDelaySlot || CurForbiddenSlotAttr) in processInstruction()
2428 if (CurForbiddenSlotAttr) { in onEndOfFile()