| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 172 (ins GPR32:$B, immU6:$U6), 173 !strconcat(opasm, "\t$A, $B, $U6"), 176 (ins GPR32:$B, immU6:$U6), 177 !strconcat(opasm, ".f\t$A, $B, $U6"), 182 (ins immU6:$U6, ccond:$cc, GPR32:$B), 234 !strconcat(opasm, "\t$B, $U6"), 269 def _rru6 : Pat<(InFrag i32:$B, immU6:$U6), (RRU6 i32:$B, immU6:$U6)>; 383 (outs GPR32:$B), (ins immU6:$U6), 384 "mov\t$B, $U6", []>; 387 (outs GPR32:$B), (ins u6:$U6), [all …]
|
| H A D | ARCInstrFormats.td | 312 // |B[2-0] | 0| 1| subop| F|B[5-3] |U6 |A | 316 bits<6> U6; 326 let Inst{11-6} = U6; 333 // |B[2-0] | 1| 1| subop| F|B[5-3] |U6 |1|cc | 339 bits<6> U6; 348 let Inst{11-6} = U6; 359 // |B[2-0] | 1| 1| subop| F|B[5-3] |U6 |1|cc | 364 bits<6> U6; 373 let Inst{11-6} = U6; 428 bits<6> U6; [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | test-wunaligned-access.cpp | 52 struct __attribute__((aligned(4), packed)) U6 { struct 256 struct U6 s6;
|
| H A D | test-wunaligned-access.c | 51 struct U6 { struct 468 struct U6 s6;
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
| H A D | move_convert.pass.cpp | 138 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef 143 static_assert(std::is_constructible<U1, U6&&>::value, ""); in test_sfinae()
|
| /llvm-project-15.0.7/clang/test/CXX/class/class.union/ |
| H A D | p1.cpp | 108 union U6 { union
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/Disassembler/ |
| H A D | ARCDisassembler.cpp | 328 Field U6 = fieldFromInstruction(Insn, 6, 6); in DecodeSOPwithRU6() local 329 Inst.addOperand(MCOperand::createImm(U6)); in DecodeSOPwithRU6()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
| H A D | move_convert.pass.cpp | 250 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef 255 static_assert(std::is_assignable<U1, U6&&>::value, ""); in test_sfinae()
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARC/ |
| H A D | ldst.txt | 96 # LR instructions with a U6 immediate bit pattern
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.cpp | 1835 template <class T> struct U6 {}; struct 1837 U6<int> x; 1838 U6<short> y; 1841 template <class T> struct U6 {}; struct 1843 U6<short> y; 1844 U6<int> x;
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.td | 276 // Register - U6 277 // Operand register - U6 293 // U6 531 // Register - U6 614 // Operand register - U6 622 // U6
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | upgrade-googletest-case.cpp | 702 auto U6 = &testing::UnitTest::GetTestCase; in unitTestCallAndReference() local
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 1006 def: Pat<(HexagonEXTRACTU I64:$Rs, u6_0ImmPred:$u6, u6_0ImmPred:$U6), 1007 (S2_extractup I64:$Rs, imm:$u6, imm:$U6)>; 1696 def: Pat<(add (Su<Mul> I32:$Rs, u6_0ImmPred:$U6), anyimm:$u6), 1697 (M4_mpyri_addi imm:$u6, IntRegs:$Rs, imm:$U6)>;
|