Searched refs:ANNOTATION_LABEL (Results 1 – 25 of 26) sorted by relevance
12
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 739 ANNOTATION_LABEL, enumerator
|
D | MachineInstr.h | 1042 return getOpcode() == TargetOpcode::ANNOTATION_LABEL;
|
D | SelectionDAGNodes.h | 2112 N->getOpcode() == ISD::ANNOTATION_LABEL;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 1024 case ISD::ANNOTATION_LABEL: { in EmitSpecialNode() 1027 : TargetOpcode::ANNOTATION_LABEL; in EmitSpecialNode()
|
D | SelectionDAGDumper.cpp | 177 case ISD::ANNOTATION_LABEL: return "annotation_label"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2800 case ISD::ANNOTATION_LABEL: in SelectCodeCommon()
|
D | SelectionDAGBuilder.cpp | 6552 Res = DAG.getLabelNode(ISD::ANNOTATION_LABEL, sdl, getRoot(), Label); in visitIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetOpcodes.def | 35 HANDLE_TARGET_OPCODE(ANNOTATION_LABEL)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1116 case TargetOpcode::ANNOTATION_LABEL: in EmitFunctionBody()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 1026 def ANNOTATION_LABEL : StandardPseudoInstruction {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmWriter.inc | 1247 0U, // ANNOTATION_LABEL 4001 0U, // ANNOTATION_LABEL
|
D | MipsGenMCCodeEmitter.inc | 9481 CEFBS_None, // ANNOTATION_LABEL = 6
|
D | MipsGenInstrInfo.inc | 21 ANNOTATION_LABEL = 6, 4867 …tDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr }, // Inst #6 = ANNOTATION_LABEL
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmWriter.inc | 711 0U, // ANNOTATION_LABEL 4935 0U, // ANNOTATION_LABEL
|
D | ARMGenMCCodeEmitter.inc | 16694 CEFBS_None, // ANNOTATION_LABEL = 6
|
D | ARMGenInstrInfo.inc | 21 ANNOTATION_LABEL = 6, 5852 …tDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr }, // Inst #6 = ANNOTATION_LABEL
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmWriter.inc | 1674 0U, // ANNOTATION_LABEL 3965 0U, // ANNOTATION_LABEL
|
D | PPCGenMCCodeEmitter.inc | 6429 CEFBS_None, // ANNOTATION_LABEL = 6
|
D | PPCGenInstrInfo.inc | 21 ANNOTATION_LABEL = 6, 2990 …tDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr }, // Inst #6 = ANNOTATION_LABEL
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmWriter.inc | 968 0U, // ANNOTATION_LABEL 6358 0U, // ANNOTATION_LABEL
|
D | AArch64GenAsmWriter1.inc | 1965 0U, // ANNOTATION_LABEL 7355 0U, // ANNOTATION_LABEL
|
D | AArch64GenMCCodeEmitter.inc | 15948 CEFBS_None, // ANNOTATION_LABEL = 6
|
D | AArch64GenInstrInfo.inc | 21 ANNOTATION_LABEL = 6, 6905 …tDuplicable), 0x0ULL, nullptr, nullptr, OperandInfo3, -1 ,nullptr }, // Inst #6 = ANNOTATION_LABEL
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmWriter.inc | 1673 0U, // ANNOTATION_LABEL 16924 0U, // ANNOTATION_LABEL 32175 0U, // ANNOTATION_LABEL
|
D | X86GenAsmWriter1.inc | 1382 0U, // ANNOTATION_LABEL 16633 0U, // ANNOTATION_LABEL
|
12