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