Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOpcodes.h30 GC_LABEL = 4, enumerator
DTarget.td614 def GC_LABEL : Instruction {
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h264 getOpcode() == TargetOpcode::GC_LABEL;
271 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
/external/llvm/lib/CodeGen/
DGCStrategy.cpp354 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp649 case PPC::GC_LABEL: in GetInstSizeInBytes()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp735 case TargetOpcode::GC_LABEL: in emitInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp691 case TargetOpcode::GC_LABEL: in EmitFunctionBody()