Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp233 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
387 if (MI.isDebugInstr() || MI.isLabel()) in runOnMachineFunction()
H A DWebAssemblyMCInstLower.cpp288 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm()) in removeRegisterOperands()
H A DWebAssemblyLateEHPrepare.cpp262 while (InsertPt != MBB.end() && InsertPt->isLabel()) // Skip EH_LABELs in addRethrows()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp165 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h469 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp312 case DIEValue::isLabel: in hashAttribute()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h986 bool isLabel() const {
995 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DShadowCallStack.cpp241 if (!MI.isDebugValue() && !MI.isCFIInstruction() && !MI.isLabel()) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp113 bool isLabel(AsmToken &Token) override;
922 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp691 if (!It->isLabel()) in insertEpilogueInBlock()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1772 if (!getTargetParser().isLabel(ID)) in parseStatement()