Changeset View
Changeset View
Standalone View
Standalone View
include/llvm/IR/LLVMContext.h
Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | enum { | ||||
MD_make_implicit = 14, // "make.implicit" | MD_make_implicit = 14, // "make.implicit" | ||||
MD_unpredictable = 15, // "unpredictable" | MD_unpredictable = 15, // "unpredictable" | ||||
MD_invariant_group = 16, // "invariant.group" | MD_invariant_group = 16, // "invariant.group" | ||||
MD_align = 17, // "align" | MD_align = 17, // "align" | ||||
MD_loop = 18, // "llvm.loop" | MD_loop = 18, // "llvm.loop" | ||||
MD_type = 19, // "type" | MD_type = 19, // "type" | ||||
MD_section_prefix = 20, // "section_prefix" | MD_section_prefix = 20, // "section_prefix" | ||||
MD_absolute_symbol = 21, // "absolute_symbol" | MD_absolute_symbol = 21, // "absolute_symbol" | ||||
MD_associated = 22, // "associated" | |||||
}; | }; | ||||
/// Known operand bundle tag IDs, which always have the same value. All | /// Known operand bundle tag IDs, which always have the same value. All | ||||
/// operand bundle tags that LLVM has special knowledge of are listed here. | /// operand bundle tags that LLVM has special knowledge of are listed here. | ||||
/// Additionally, this scheme allows LLVM to efficiently check for specific | /// Additionally, this scheme allows LLVM to efficiently check for specific | ||||
/// operand bundle tags without comparing strings. | /// operand bundle tags without comparing strings. | ||||
enum { | enum { | ||||
OB_deopt = 0, // "deopt" | OB_deopt = 0, // "deopt" | ||||
▲ Show 20 Lines • Show All 205 Lines • Show Last 20 Lines |