Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h530 OpLabel, enumerator
578 assert(Op == OpLabel); in MCCFIInstruction()
710 return MCCFIInstruction(OpLabel, L, CfiLabel, Loc); in createLabel()
756 assert(Operation == OpLabel); in getCfiLabel()
/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIState.cpp157 case MCCFIInstruction::OpLabel: in convert()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp265 case MCCFIInstruction::OpLabel: in calculateOutgoingCFAInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp184 LabelInst.setOpcode(SPIRV::OpLabel); in emitOpLabel()
H A DSPIRVUtils.cpp223 !(Opcode == SPIRV::ASSIGN_TYPE || Opcode == SPIRV::OpLabel)) { in getOpVariableMBBIt()
H A DSPIRVInstrInfo.td624 def OpLabel: Op<248, (outs ID:$label), (ins), "$label = OpLabel">;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1507 case MCCFIInstruction::OpLabel: in emitCFIInstruction()