Searched refs:int_sel (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | dwarf-eh-prepare.ll | 31 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 32 %int_match = icmp eq i32 %ehsel, %int_sel 69 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 70 %int_match = icmp eq i32 %ehsel, %int_sel 120 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 121 %int_match = icmp eq i32 %ehsel, %int_sel
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dwarf-eh-prepare.ll | 31 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 32 %int_match = icmp eq i32 %ehsel, %int_sel 69 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 70 %int_match = icmp eq i32 %ehsel, %int_sel 120 %int_sel = call i32 @llvm.eh.typeid.for(i8* @int_typeinfo) 121 %int_match = icmp eq i32 %ehsel, %int_sel
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_fence.c | 69 unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel, in si_cp_release_mem() argument 76 unsigned sel = EOP_DST_SEL(dst_sel) | EOP_INT_SEL(int_sel) | EOP_DATA_SEL(data_sel); in si_cp_release_mem()
|
D | si_pipe.h | 1417 unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel,
|