Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h504 OpLabel, enumerator
551 assert(Op == OpLabel); in MCCFIInstruction()
677 return MCCFIInstruction(OpLabel, L, CfiLabel, Loc); in createLabel()
715 assert(Operation == OpLabel); in getCfiLabel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp251 case MCCFIInstruction::OpLabel: in calculateOutgoingCFAInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp158 LabelInst.setOpcode(SPIRV::OpLabel); in emitOpLabel()
H A DSPIRVInstrInfo.td626 def OpLabel: Op<248, (outs ID:$label), (ins), "$label = OpLabel">;
H A DSPIRVInstructionSelector.cpp2116 !(Opcode == SPIRV::ASSIGN_TYPE || Opcode == SPIRV::OpLabel)) { in selectFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1468 case MCCFIInstruction::OpLabel: in emitCFIInstruction()