Searched refs:isLabel (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp233 if (MI.isDebugInstr() || MI.isLabel())
392 if (MI.isDebugInstr() || MI.isLabel())
H A DWebAssemblyMCInstLower.cpp325 if (MI->isDebugInstr() || MI->isLabel() || MI->isInlineAsm())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp164 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp311 case DIEValue::isLabel:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h462 virtual bool isLabel(AsmToken &Token) { return true; }; function in class:llvm::MCTargetAsmParser
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1046 bool isLabel() const {
1055 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp112 bool isLabel(AsmToken &Token) override;
921 bool HexagonAsmParser::isLabel(AsmToken &Token) { function in class:HexagonAsmParser
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp690 if (!It->isLabel())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1806 if (!getTargetParser().isLabel(ID))

Completed in 237 milliseconds