Home
last modified time | relevance | path

Searched defs:ra (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp230 uint32_t ra = Bits32(opcode, 20, 16); in EmulateLD() local
260 uint32_t ra = Bits32(opcode, 20, 16); in EmulateSTD() local
328 uint32_t ra = Bits32(opcode, 20, 16); in EmulateOR() local
361 uint32_t ra = Bits32(opcode, 20, 16); in EmulateADDI() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp1.cpp13 int (&ra)[3] = a; in f() local
H A Dp5-examples.cpp21 A &ra = b; in example1() local
H A Dp5-0x.cpp100 A& ra = b; variable
/llvm-project/lld/ELF/
H A DICF.cpp238 constantEq(const InputSection * secA,ArrayRef<RelTy> ra,const InputSection * secB,ArrayRef<RelTy> rb) constantEq() argument
325 const RelsOrRelas<ELFT> ra = a->template relsOrRelas<ELFT>(); equalsConstant() local
336 variableEq(const InputSection * secA,ArrayRef<RelTy> ra,const InputSection * secB,ArrayRef<RelTy> rb) variableEq() argument
375 const RelsOrRelas<ELFT> ra = a->template relsOrRelas<ELFT>(); equalsVariable() local
[all...]
/llvm-project/clang/test/CodeGen/avr/
H A Davr-inline-asm-constraints.c121 void ra() { in ra() function
/llvm-project/clang/test/SemaCXX/
H A Ddecl-init-ref.cpp25 …A& ra = f(); // expected-error {{non-const lvalue reference to type 'A' cannot bind to a temporary… in main() local
H A Dreferences.cpp15 int (&ra)[3] = a; in f() local
41 A& ra = b; // ra refers to A subobject in b in test3() local
H A Dwarn-reinterpret-base-class.cpp137 void reinterpret_reference_downcast(A a, A &ra, const A &cra) { in reinterpret_reference_downcast()
/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1012 lldb::addr_t pc, lldb::addr_t ra, in PrepareTrivialCall() argument
1051 Thread &thread, lldb::addr_t sp, lldb::addr_t pc, lldb::addr_t ra, in PrepareTrivialCall() argument
/llvm-project/flang/test/Evaluate/
H A Dfold-matmul.f9015 real, parameter :: ra(*,*) = ia variable
/llvm-project/flang/test/Integration/OpenMP/
H A Dcopyprivate.f9078 real :: r, ra(2, 3) local
/llvm-project/lld/MachO/
H A DICF.cpp108 __anon06beefa70102(const Reloc &ra, const Reloc &rb) equalsConstant() argument
181 __anon06beefa70202(const Reloc &ra, const Reloc &rb) equalsVariable() argument
[all...]
/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp279 lldb::addr_t pc, lldb::addr_t ra, in PrepareTrivialCall() argument
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp126 auto ra = &unaryret<bool, 0>; variable
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp50 ra, global() enumerator
174 PrepareTrivialCall(Thread & thread,addr_t sp,addr_t pc,addr_t ra,llvm::Type & prototype,llvm::ArrayRef<ABI::CallArgument> args) const PrepareTrivialCall() argument
/llvm-project/lld/COFF/
H A DICF.cpp142 auto ra = make_filter_range(a->children(), considerForICF); in assocEquals() local
/llvm-project/clang/test/SemaTemplate/
H A Dcxx1z-using-declaration.cpp226 int &ra = o(a); in test() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp4.cpp165 unsigned long long &ra = a; // expected-error {{bit-field 'x'}} in f() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp265 u32 ra = (inst >> 16) & 0x1F; in IsStackOverflow() local
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp247 Value ra = createUnpackLoPd(b, t9, tb, 512); in transposeToShuffle16x16() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.cpp97 uint64_t ra; member
/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp964 uint32_t ra = (tlsInstr & 0x001F0000) >> 16; // bits 11-15 relaxTlsIeToLe() local
1524 uint32_t ra = (readFromHalf16(loc) & (0x1f << 16)); relaxTlsGdToIe() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg20xx.cpp210 const int &ra = a; // #cwg2083-ra in ref_to_non_const() local
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp197 addr_t ra, llvm::Type &prototype, in PrepareTrivialCall() argument

12