/llvm-project/llvm/test/MC/Sparc/ |
H A D | sparc-special-registers.s | 56 rd %asr2, %i0 label 63 rd %asr3, %i0 label 70 rd %asr4, %i0 label 77 rd %asr5, %i0 label 84 rd %asr6, %i0 label 94 rd %ccr, %i0 label 99 rd %asi, %i0 label 104 rd %tick, %i0 label 109 rd %pc, %i0 label 114 rd %fprs, %i0 label
|
/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVCInstructions.h | 22 uint32_t rd; member 53 auto rd = DecodeCI_RD(inst); in DecodeC_LWSP() local 63 auto rd = DecodeCI_RD(inst); in DecodeC_LDSP() local 163 auto rd = DecodeCI_RD(inst); in DecodeC_LI() local 171 auto rd = DecodeCI_RD(inst); in DecodeC_LUI_ADDI16SP() local 195 auto rd = DecodeCI_RD(inst); in DecodeC_ADDI() local 205 auto rd = DecodeCI_RD(inst); in DecodeC_ADDIW() local 215 auto rd = DecodeCIW_RD(inst); in DecodeC_ADDI4SPN() local 229 auto rd = DecodeCI_RD(inst); in DecodeC_SLLI() local 237 auto rd = DecodeCB_RD(inst); in DecodeC_SRLI() local [all …]
|
H A D | RISCVInstructions.h | 23 uint32_t rd; member
|
/llvm-project/clang/test/Analysis/ |
H A D | cfg-openmp.cpp | 25 int x, cond, fp, rd, lin, step_sz, map; in target_s_has_device_addr() local 51 int x, cond, fp, rd, map; in target_t_l_has_device_addr() local 74 int x, cond, fp, rd, map; in target_p_l_has_device_addr() local 134 int x, cond, fp, rd, lin, step_sz, map; in xxx() local 296 int x, cond, fp, rd, lin, step_sz, map; in dpf() local 318 int x, cond, fp, rd, lin, step_sz, map; in dpfs() local 340 int x, cond, fp, rd, lin, step_sz, map; in ds() local 357 int x, cond, fp, rd, lin, step_sz, map; in for_fn() local 377 int x, cond, fp, rd, lin, step_sz, map; in fs() local 397 int x, cond, fp, rd, lin, step_sz, map; in ord() local [all …]
|
/llvm-project/lldb/unittests/Instruction/LoongArch/ |
H A D | TestLoongArchEmulator.cpp | 101 static uint32_t EncodeBcondType(uint32_t opcode, uint32_t rj, uint32_t rd, in EncodeBcondType() 107 static uint32_t BEQ(uint32_t rj, uint32_t rd, int32_t offs16) { in BEQ() 111 static uint32_t BNE(uint32_t rj, uint32_t rd, int32_t offs16) { in BNE() 115 static uint32_t BLT(uint32_t rj, uint32_t rd, int32_t offs16) { in BLT() 119 static uint32_t BGE(uint32_t rj, uint32_t rd, int32_t offs16) { in BGE() 123 static uint32_t BLTU(uint32_t rj, uint32_t rd, int32_t offs16) { in BLTU() 127 static uint32_t BGEU(uint32_t rj, uint32_t rd, int32_t offs16) { in BGEU()
|
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 359 uint32_t rd = Bits32(inst, 4, 0); in EmulateJIRL64() local 408 uint32_t rd = Bits32(inst, 4, 0); in EmulateBEQ64() local 431 uint32_t rd = Bits32(inst, 4, 0); in EmulateBNE64() local 454 uint32_t rd = Bits32(inst, 4, 0); in EmulateBLT64() local 479 uint32_t rd = Bits32(inst, 4, 0); in EmulateBGE64() local 504 uint32_t rd = Bits32(inst, 4, 0); in EmulateBLTU64() local 527 uint32_t rd = Bits32(inst, 4, 0); in EmulateBGEU64() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | random.bench.cpp |
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-examples.cpp | 8 double &rd = d; in example0() local
|
H A D | p5-0x.cpp | 94 double& rd = d; variable
|
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | RegisterContextFreeBSDKernel_arm64.cpp | 53 size_t rd = in ReadRegister() local
|
H A D | RegisterContextFreeBSDKernel_i386.cpp | 53 size_t rd = in ReadRegister() local
|
H A D | ProcessFreeBSDKernel.cpp | 291 ssize_t rd = 0; in DoReadMemory() local 319 ssize_t rd = 0; DoReadMemory() local [all...] |
H A D | RegisterContextFreeBSDKernel_x86_64.cpp | 55 size_t rd = in ReadRegister() local
|
/llvm-project/lldb/unittests/Instruction/RISCV/ |
H A D | TestRISCVEmulator.cpp | 118 constexpr uint32_t EncodeIType(uint32_t opcode, uint32_t funct3, uint32_t rd, in EncodeIType() 123 constexpr uint32_t EncodeJALR(uint32_t rd, uint32_t rs1, int32_t offset) { in EncodeJALR() 200 static void CheckRD(RISCVEmulatorTester *tester, uint64_t rd, uint64_t value) { in CheckRD() 222 uint32_t rd = DecodeRD(inst.inst); in TestInst() local 250 uint32_t rd = DecodeRD(inst); in TestAtomic() local 502 uint32_t rd = DecodeRD(inst.inst); in TestF_D_CalInst() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 87 static uint32_t itype(uint32_t op, uint32_t rd, uint32_t rs1, uint32_t imm) { in itype() argument 90 static uint32_t rtype(uint32_t op, uint32_t rd, uint32_t rs1, uint32_t rs2) { in rtype() argument 93 static uint32_t utype(uint32_t op, uint32_t rd, uint32_t imm) { in utype() argument 740 const uint32_t rd = extractBits(insnPair, 32 + 11, 32 + 7); relaxCall() local [all...] |
/llvm-project/clang/unittests/CodeGen/ |
H A D | CodeGenExternalTest.cpp | 188 } else if(clang::RecordDecl *rd = dyn_cast<RecordDecl>(decl)) { in test_codegen_fns() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | perf_counters_gtest.cc | 204 static std::mt19937 rd{std::random_device{}()}; in do_work() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | function-types-builtins.cpp | 132 auto rd = &unaryret<unsigned char, 3>; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | references.cpp | 38 double& rd = d; // rd refers to d in test3() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | cxx1z-using-declaration.cpp | 228 double &rd = o(d); // expected-error {{no matching function}} in test() local
|
/llvm-project/llvm/lib/Target/AVR/Disassembler/ |
H A D | AVRDisassembler.cpp | 250 unsigned rd = fieldFromInstruction(Insn, 4, 4) + 16; decodeFMUL2RdRr() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 250 Value rd = createUnpackHiPd(b, tc, te, 512); in transposeToShuffle16x16() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark.cc | 436 std::random_device rd; in RunBenchmarks() local
|
/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/ |
H A D | test.cpp | 63 random_device rd; initialize_randomness() local
|
/llvm-project/llvm/lib/Support/ |
H A D | StringRef.cpp | 70 bool rd = J < RHS.Length && isDigit(RHS.Data[J]); compare_numeric() local
|