Home
last modified time | relevance | path

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

12

/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-7.0/llvm/lib/CodeGen/
DPatchableFunction.cpp50 case TargetOpcode::GC_LABEL: in doesNotGeneratecode()
DGCRootLowering.cpp274 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-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h832 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
926 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp101 case TargetOpcode::GC_LABEL: in opcodeEmitsNoInsts()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetOpcodes.def34 HANDLE_TARGET_OPCODE(GC_LABEL)
/external/capstone/arch/XCore/
DXCoreGenAsmWriter.inc25 0U, // 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1091 case TargetOpcode::GC_LABEL: in EmitFunctionBody()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc25 0U, // GC_LABEL
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc21 0U, // GC_LABEL
1735 0U, // GC_LABEL
/external/capstone/arch/X86/
DX86GenAsmWriter1_reduce.inc21 0U, // GC_LABEL
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td951 def GC_LABEL : StandardPseudoInstruction {

12