Searched refs:GC_LABEL (Results 1 – 18 of 18) sorted by relevance
/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/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/lib/CodeGen/ |
D | GCStrategy.cpp | 354 BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label); in InsertLabel()
|
/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()
|
D | X86GenAsmWriter.inc | 17 0U, // GC_LABEL 5738 "PHI\000INLINEASM\000PROLOG_LABEL\000EH_LABEL\000GC_LABEL\000KILL\000EXT"
|
D | X86GenAsmWriter1.inc | 17 0U, // GC_LABEL 6481 "PHI\000INLINEASM\000PROLOG_LABEL\000EH_LABEL\000GC_LABEL\000KILL\000EXT"
|
D | X86GenInstrInfo.inc | 20 GC_LABEL = 4, 4188 …, "GC_LABEL", 0|(1<<MCID::Pseudo)|(1<<MCID::NotDuplicable)|(1<<MCID::UnmodeledSideEffects), 0x0ULL…
|
D | X86GenDisassemblerTables.inc | 67 "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()
|