Lines Matching refs:ISD
36 if (getOpcode() < ISD::BUILTIN_OP_END)
54 case ISD::DELETED_NODE: return "<<Deleted Node!>>";
56 case ISD::PREFETCH: return "Prefetch";
57 case ISD::ATOMIC_FENCE: return "AtomicFence";
58 case ISD::ATOMIC_CMP_SWAP: return "AtomicCmpSwap";
59 case ISD::ATOMIC_SWAP: return "AtomicSwap";
60 case ISD::ATOMIC_LOAD_ADD: return "AtomicLoadAdd";
61 case ISD::ATOMIC_LOAD_SUB: return "AtomicLoadSub";
62 case ISD::ATOMIC_LOAD_AND: return "AtomicLoadAnd";
63 case ISD::ATOMIC_LOAD_OR: return "AtomicLoadOr";
64 case ISD::ATOMIC_LOAD_XOR: return "AtomicLoadXor";
65 case ISD::ATOMIC_LOAD_NAND: return "AtomicLoadNand";
66 case ISD::ATOMIC_LOAD_MIN: return "AtomicLoadMin";
67 case ISD::ATOMIC_LOAD_MAX: return "AtomicLoadMax";
68 case ISD::ATOMIC_LOAD_UMIN: return "AtomicLoadUMin";
69 case ISD::ATOMIC_LOAD_UMAX: return "AtomicLoadUMax";
70 case ISD::ATOMIC_LOAD: return "AtomicLoad";
71 case ISD::ATOMIC_STORE: return "AtomicStore";
72 case ISD::PCMARKER: return "PCMarker";
73 case ISD::READCYCLECOUNTER: return "ReadCycleCounter";
74 case ISD::SRCVALUE: return "SrcValue";
75 case ISD::MDNODE_SDNODE: return "MDNode";
76 case ISD::EntryToken: return "EntryToken";
77 case ISD::TokenFactor: return "TokenFactor";
78 case ISD::AssertSext: return "AssertSext";
79 case ISD::AssertZext: return "AssertZext";
81 case ISD::BasicBlock: return "BasicBlock";
82 case ISD::VALUETYPE: return "ValueType";
83 case ISD::Register: return "Register";
84 case ISD::RegisterMask: return "RegisterMask";
85 case ISD::Constant: return "Constant";
86 case ISD::ConstantFP: return "ConstantFP";
87 case ISD::GlobalAddress: return "GlobalAddress";
88 case ISD::GlobalTLSAddress: return "GlobalTLSAddress";
89 case ISD::FrameIndex: return "FrameIndex";
90 case ISD::JumpTable: return "JumpTable";
91 case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE";
92 case ISD::RETURNADDR: return "RETURNADDR";
93 case ISD::FRAMEADDR: return "FRAMEADDR";
94 case ISD::FRAME_TO_ARGS_OFFSET: return "FRAME_TO_ARGS_OFFSET";
95 case ISD::EH_RETURN: return "EH_RETURN";
96 case ISD::EH_SJLJ_SETJMP: return "EH_SJLJ_SETJMP";
97 case ISD::EH_SJLJ_LONGJMP: return "EH_SJLJ_LONGJMP";
98 case ISD::ConstantPool: return "ConstantPool";
99 case ISD::TargetIndex: return "TargetIndex";
100 case ISD::ExternalSymbol: return "ExternalSymbol";
101 case ISD::BlockAddress: return "BlockAddress";
102 case ISD::INTRINSIC_WO_CHAIN:
103 case ISD::INTRINSIC_VOID:
104 case ISD::INTRINSIC_W_CHAIN: {
105 unsigned OpNo = getOpcode() == ISD::INTRINSIC_WO_CHAIN ? 0 : 1;
114 case ISD::BUILD_VECTOR: return "BUILD_VECTOR";
115 case ISD::TargetConstant: return "TargetConstant";
116 case ISD::TargetConstantFP: return "TargetConstantFP";
117 case ISD::TargetGlobalAddress: return "TargetGlobalAddress";
118 case ISD::TargetGlobalTLSAddress: return "TargetGlobalTLSAddress";
119 case ISD::TargetFrameIndex: return "TargetFrameIndex";
120 case ISD::TargetJumpTable: return "TargetJumpTable";
121 case ISD::TargetConstantPool: return "TargetConstantPool";
122 case ISD::TargetExternalSymbol: return "TargetExternalSymbol";
123 case ISD::TargetBlockAddress: return "TargetBlockAddress";
125 case ISD::CopyToReg: return "CopyToReg";
126 case ISD::CopyFromReg: return "CopyFromReg";
127 case ISD::UNDEF: return "undef";
128 case ISD::MERGE_VALUES: return "merge_values";
129 case ISD::INLINEASM: return "inlineasm";
130 case ISD::EH_LABEL: return "eh_label";
131 case ISD::HANDLENODE: return "handlenode";
134 case ISD::FABS: return "fabs";
135 case ISD::FNEG: return "fneg";
136 case ISD::FSQRT: return "fsqrt";
137 case ISD::FSIN: return "fsin";
138 case ISD::FCOS: return "fcos";
139 case ISD::FSINCOS: return "fsincos";
140 case ISD::FTRUNC: return "ftrunc";
141 case ISD::FFLOOR: return "ffloor";
142 case ISD::FCEIL: return "fceil";
143 case ISD::FRINT: return "frint";
144 case ISD::FNEARBYINT: return "fnearbyint";
145 case ISD::FEXP: return "fexp";
146 case ISD::FEXP2: return "fexp2";
147 case ISD::FLOG: return "flog";
148 case ISD::FLOG2: return "flog2";
149 case ISD::FLOG10: return "flog10";
152 case ISD::ADD: return "add";
153 case ISD::SUB: return "sub";
154 case ISD::MUL: return "mul";
155 case ISD::MULHU: return "mulhu";
156 case ISD::MULHS: return "mulhs";
157 case ISD::SDIV: return "sdiv";
158 case ISD::UDIV: return "udiv";
159 case ISD::SREM: return "srem";
160 case ISD::UREM: return "urem";
161 case ISD::SMUL_LOHI: return "smul_lohi";
162 case ISD::UMUL_LOHI: return "umul_lohi";
163 case ISD::SDIVREM: return "sdivrem";
164 case ISD::UDIVREM: return "udivrem";
165 case ISD::AND: return "and";
166 case ISD::OR: return "or";
167 case ISD::XOR: return "xor";
168 case ISD::SHL: return "shl";
169 case ISD::SRA: return "sra";
170 case ISD::SRL: return "srl";
171 case ISD::ROTL: return "rotl";
172 case ISD::ROTR: return "rotr";
173 case ISD::FADD: return "fadd";
174 case ISD::FSUB: return "fsub";
175 case ISD::FMUL: return "fmul";
176 case ISD::FDIV: return "fdiv";
177 case ISD::FMA: return "fma";
178 case ISD::FREM: return "frem";
179 case ISD::FCOPYSIGN: return "fcopysign";
180 case ISD::FGETSIGN: return "fgetsign";
181 case ISD::FPOW: return "fpow";
183 case ISD::FPOWI: return "fpowi";
184 case ISD::SETCC: return "setcc";
185 case ISD::SELECT: return "select";
186 case ISD::VSELECT: return "vselect";
187 case ISD::SELECT_CC: return "select_cc";
188 case ISD::INSERT_VECTOR_ELT: return "insert_vector_elt";
189 case ISD::EXTRACT_VECTOR_ELT: return "extract_vector_elt";
190 case ISD::CONCAT_VECTORS: return "concat_vectors";
191 case ISD::INSERT_SUBVECTOR: return "insert_subvector";
192 case ISD::EXTRACT_SUBVECTOR: return "extract_subvector";
193 case ISD::SCALAR_TO_VECTOR: return "scalar_to_vector";
194 case ISD::VECTOR_SHUFFLE: return "vector_shuffle";
195 case ISD::CARRY_FALSE: return "carry_false";
196 case ISD::ADDC: return "addc";
197 case ISD::ADDE: return "adde";
198 case ISD::SADDO: return "saddo";
199 case ISD::UADDO: return "uaddo";
200 case ISD::SSUBO: return "ssubo";
201 case ISD::USUBO: return "usubo";
202 case ISD::SMULO: return "smulo";
203 case ISD::UMULO: return "umulo";
204 case ISD::SUBC: return "subc";
205 case ISD::SUBE: return "sube";
206 case ISD::SHL_PARTS: return "shl_parts";
207 case ISD::SRA_PARTS: return "sra_parts";
208 case ISD::SRL_PARTS: return "srl_parts";
211 case ISD::SIGN_EXTEND: return "sign_extend";
212 case ISD::ZERO_EXTEND: return "zero_extend";
213 case ISD::ANY_EXTEND: return "any_extend";
214 case ISD::SIGN_EXTEND_INREG: return "sign_extend_inreg";
215 case ISD::TRUNCATE: return "truncate";
216 case ISD::FP_ROUND: return "fp_round";
217 case ISD::FLT_ROUNDS_: return "flt_rounds";
218 case ISD::FP_ROUND_INREG: return "fp_round_inreg";
219 case ISD::FP_EXTEND: return "fp_extend";
221 case ISD::SINT_TO_FP: return "sint_to_fp";
222 case ISD::UINT_TO_FP: return "uint_to_fp";
223 case ISD::FP_TO_SINT: return "fp_to_sint";
224 case ISD::FP_TO_UINT: return "fp_to_uint";
225 case ISD::BITCAST: return "bitcast";
226 case ISD::FP16_TO_FP32: return "fp16_to_fp32";
227 case ISD::FP32_TO_FP16: return "fp32_to_fp16";
229 case ISD::CONVERT_RNDSAT: {
232 case ISD::CVT_FF: return "cvt_ff";
233 case ISD::CVT_FS: return "cvt_fs";
234 case ISD::CVT_FU: return "cvt_fu";
235 case ISD::CVT_SF: return "cvt_sf";
236 case ISD::CVT_UF: return "cvt_uf";
237 case ISD::CVT_SS: return "cvt_ss";
238 case ISD::CVT_SU: return "cvt_su";
239 case ISD::CVT_US: return "cvt_us";
240 case ISD::CVT_UU: return "cvt_uu";
245 case ISD::BR: return "br";
246 case ISD::BRIND: return "brind";
247 case ISD::BR_JT: return "br_jt";
248 case ISD::BRCOND: return "brcond";
249 case ISD::BR_CC: return "br_cc";
250 case ISD::CALLSEQ_START: return "callseq_start";
251 case ISD::CALLSEQ_END: return "callseq_end";
254 case ISD::LOAD: return "load";
255 case ISD::STORE: return "store";
256 case ISD::VAARG: return "vaarg";
257 case ISD::VACOPY: return "vacopy";
258 case ISD::VAEND: return "vaend";
259 case ISD::VASTART: return "vastart";
260 case ISD::DYNAMIC_STACKALLOC: return "dynamic_stackalloc";
261 case ISD::EXTRACT_ELEMENT: return "extract_element";
262 case ISD::BUILD_PAIR: return "build_pair";
263 case ISD::STACKSAVE: return "stacksave";
264 case ISD::STACKRESTORE: return "stackrestore";
265 case ISD::TRAP: return "trap";
266 case ISD::DEBUGTRAP: return "debugtrap";
267 case ISD::LIFETIME_START: return "lifetime.start";
268 case ISD::LIFETIME_END: return "lifetime.end";
271 case ISD::BSWAP: return "bswap";
272 case ISD::CTPOP: return "ctpop";
273 case ISD::CTTZ: return "cttz";
274 case ISD::CTTZ_ZERO_UNDEF: return "cttz_zero_undef";
275 case ISD::CTLZ: return "ctlz";
276 case ISD::CTLZ_ZERO_UNDEF: return "ctlz_zero_undef";
279 case ISD::INIT_TRAMPOLINE: return "init_trampoline";
280 case ISD::ADJUST_TRAMPOLINE: return "adjust_trampoline";
282 case ISD::CONDCODE:
285 case ISD::SETOEQ: return "setoeq";
286 case ISD::SETOGT: return "setogt";
287 case ISD::SETOGE: return "setoge";
288 case ISD::SETOLT: return "setolt";
289 case ISD::SETOLE: return "setole";
290 case ISD::SETONE: return "setone";
292 case ISD::SETO: return "seto";
293 case ISD::SETUO: return "setuo";
294 case ISD::SETUEQ: return "setue";
295 case ISD::SETUGT: return "setugt";
296 case ISD::SETUGE: return "setuge";
297 case ISD::SETULT: return "setult";
298 case ISD::SETULE: return "setule";
299 case ISD::SETUNE: return "setune";
301 case ISD::SETEQ: return "seteq";
302 case ISD::SETGT: return "setgt";
303 case ISD::SETGE: return "setge";
304 case ISD::SETLT: return "setlt";
305 case ISD::SETLE: return "setle";
306 case ISD::SETNE: return "setne";
308 case ISD::SETTRUE: return "settrue";
309 case ISD::SETTRUE2: return "settrue2";
310 case ISD::SETFALSE: return "setfalse";
311 case ISD::SETFALSE2: return "setfalse2";
316 const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) {
319 case ISD::PRE_INC: return "<pre-inc>";
320 case ISD::PRE_DEC: return "<pre-dec>";
321 case ISD::POST_INC: return "<post-inc>";
322 case ISD::POST_DEC: return "<post-dec>";
448 case ISD::EXTLOAD: OS << ", anyext"; break;
449 case ISD::SEXTLOAD: OS << ", sext"; break;
450 case ISD::ZEXTLOAD: OS << ", zext"; break;