Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOpcodes.h30 GC_LABEL = 4, enumerator
DTarget.td615 def GC_LABEL : Instruction {
/external/llvm/lib/CodeGen/
DPatchableFunction.cpp50 case TargetOpcode::GC_LABEL: in doesNotGeneratecode()
DGCRootLowering.cpp275 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h260 getOpcode() == TargetOpcode::GC_LABEL;
267 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h776 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
857 case TargetOpcode::GC_LABEL:
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp354 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
/external/llvm/include/llvm/Target/
DTargetOpcodes.def34 HANDLE_TARGET_OPCODE(GC_LABEL, 4)
DTarget.td807 def GC_LABEL : Instruction {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.cpp649 case PPC::GC_LABEL: in GetInstSizeInBytes()
/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp151 case TargetOpcode::GC_LABEL: in opcodeEmitsNoInsts()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp750 case TargetOpcode::GC_LABEL: in emitInstruction()
DX86GenAsmWriter.inc17 0U, // GC_LABEL
5738 "PHI\000INLINEASM\000PROLOG_LABEL\000EH_LABEL\000GC_LABEL\000KILL\000EXT"
DX86GenAsmWriter1.inc17 0U, // GC_LABEL
6481 "PHI\000INLINEASM\000PROLOG_LABEL\000EH_LABEL\000GC_LABEL\000KILL\000EXT"
DX86GenInstrInfo.inc20 GC_LABEL = 4,
4188 …, "GC_LABEL", 0|(1<<MCID::Pseudo)|(1<<MCID::NotDuplicable)|(1<<MCID::UnmodeledSideEffects), 0x0ULL…
DX86GenDisassemblerTables.inc67 "GC_LABEL"
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp682 case TargetOpcode::GC_LABEL: in EmitFunctionBody()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp884 case TargetOpcode::GC_LABEL: in EmitFunctionBody()