Searched refs:GC_LABEL (Results 1 – 25 of 50) sorted by relevance
12
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetOpcodes.h | 30 GC_LABEL = 4, enumerator
|
D | Target.td | 615 def GC_LABEL : Instruction {
|
/external/llvm/lib/CodeGen/ |
D | PatchableFunction.cpp | 50 case TargetOpcode::GC_LABEL: in doesNotGeneratecode()
|
D | GCRootLowering.cpp | 275 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PatchableFunction.cpp | 50 case TargetOpcode::GC_LABEL: in doesNotGeneratecode()
|
D | GCRootLowering.cpp | 274 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 260 getOpcode() == TargetOpcode::GC_LABEL; 267 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 776 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; } 857 case TargetOpcode::GC_LABEL:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 832 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; } 926 case TargetOpcode::GC_LABEL:
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | GCStrategy.cpp | 354 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 101 case TargetOpcode::GC_LABEL: in opcodeEmitsNoInsts()
|
/external/llvm/include/llvm/Target/ |
D | TargetOpcodes.def | 34 HANDLE_TARGET_OPCODE(GC_LABEL, 4)
|
D | Target.td | 807 def GC_LABEL : Instruction {
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 649 case PPC::GC_LABEL: in GetInstSizeInBytes()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 151 case TargetOpcode::GC_LABEL: in opcodeEmitsNoInsts()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 750 case TargetOpcode::GC_LABEL: in emitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | TargetOpcodes.def | 34 HANDLE_TARGET_OPCODE(GC_LABEL)
|
/external/capstone/arch/XCore/ |
D | XCoreGenAsmWriter.inc | 25 0U, // GC_LABEL
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 682 case TargetOpcode::GC_LABEL: in EmitFunctionBody()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 884 case TargetOpcode::GC_LABEL: in EmitFunctionBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1091 case TargetOpcode::GC_LABEL: in EmitFunctionBody()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 25 0U, // GC_LABEL
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 21 0U, // GC_LABEL 1735 0U, // GC_LABEL
|
/external/capstone/arch/X86/ |
D | X86GenAsmWriter1_reduce.inc | 21 0U, // GC_LABEL
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 951 def GC_LABEL : StandardPseudoInstruction {
|
12