Home
last modified time | relevance | path

Searched refs:rcd (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-examples.cpp11 const double &rcd = d; in example0() local
H A Dp5-0x.cpp95 const double& rcd = d; variable
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchFloatInstrFormats.td182 class FP_CONV<bits<22> op, string opstr, RegisterClass rcd, RegisterClass rcs>
183 : FPFmt2R<op, (outs rcd:$fd), (ins rcs:$fj), opstr, "$fd, $fj">;
185 class FP_MOV<bits<22> op, string opstr, RegisterClass rcd, RegisterClass rcs>
186 : FPFmtMOV<op, (outs rcd:$dst), (ins rcs:$src), opstr, "$dst, $src">;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dreferences.cpp39 const double& rcd = d; // rcd refers to d in test3() local