Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dmissing-typename.cpp32 template <class wt>
47 template <class wt>
49 static class_<wt> wrap(char const *name) { in wrap()
50 return class_<wt>(); in wrap()
54 template <class wt>
57 valued_asu_parameter_heir_wrapper<wt>::wrap(name) in wrap()
63 .def(init<site_symmetry_ops const &, wt::scatterer_type *>()); in wrap()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td127 bits<5> wt;
133 let Inst{20-16} = wt;
140 bits<5> wt;
146 let Inst{20-16} = wt;
399 bits<5> wt;
404 let Inst{20-16} = wt;
412 bits<5> wt;
416 let Inst{20-16} = wt;
422 bits<5> wt;
425 let Inst{20-16} = wt;
H A DMSA.txt72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
H A DMipsMSAInstrInfo.td367 def vbclr_b : PatFrag<(ops node:$ws, node:$wt),
1665 MSA128BOpnd:$wt);
1689 MSA128BOpnd:$wt);
1690 string AsmString = "bmz.v\t$wd, $ws, $wt";
1734 MSA128BOpnd:$wt);
3831 def vsplati8imm7 : PatFrag<(ops node:$wt),
3833 def vsplati16imm15 : PatFrag<(ops node:$wt),
3835 def vsplati32imm31 : PatFrag<(ops node:$wt),
3837 def vsplati64imm63 : PatFrag<(ops node:$wt),
3842 (VT (Insn VT:$ws, VT:$wt))>;
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpascal-wchar-string.c16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
22 if (wt[0] != 3) in main()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2008-10-24-FlippedCompare.ll4 define void @f(float %wt) {
17 %0 = fcmp ogt float %wt, 0.000000e+00 ; <i1> [#uses=1]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/msa/
H A Dvec.ll436 ; bmnz.v is the same as bsel.v with (wd_in, wt, ws) -> (wt, ws, wd_in)
467 ; bmnz.v is the same as bsel.v with (wd_in, wt, ws) -> (wt, ws, wd_in)
498 ; bmnz.v is the same as bsel.v with (wd_in, wt, ws) -> (wt, ws, wd_in)
529 ; bmnz.v is the same as bsel.v with (wd_in, wt, ws) -> (wt, ws, wd_in)
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2203 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); in Emulate_MSA_Branch_DF() local
2211 if (ReadRegister(eRegisterKindDWARF, dwarf_w0_mips64 + wt, reg_value)) in Emulate_MSA_Branch_DF()
2272 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); in Emulate_MSA_Branch_V() local
2280 if (ReadRegister(eRegisterKindDWARF, dwarf_w0_mips64 + wt, reg_value)) in Emulate_MSA_Branch_V()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2880 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); in Emulate_MSA_Branch_DF() local
2888 if (ReadRegister(eRegisterKindDWARF, dwarf_w0_mips + wt, reg_value)) in Emulate_MSA_Branch_DF()
2949 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); in Emulate_MSA_Branch_V() local
2957 if (ReadRegister(eRegisterKindDWARF, dwarf_w0_mips + wt, reg_value)) in Emulate_MSA_Branch_V()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/
H A DShapeOps.td827 %wt = shape.assuming_all %w0, %w2 // Passing
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td4519 IIC_iMUL16, !strconcat(opc, "wt"), "\t$Rd, $Rn, $Rm",
4570 IIC_iMAC16, !strconcat(opc, "wt"), "\t$Rd, $Rn, $Rm, $Ra",
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td11507 def WT : MOPSMemoryCopy<opcode, 0b01, 0b00, asm # "wt">;
11526 def WT : MOPSMemoryMove<opcode, 0b01, 0b00, asm # "wt">;