/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-xlcompat-rotate.c | 75 unsigned int testrotatel4(unsigned int rs, unsigned int shift) { in testrotatel4() 83 unsigned long long testrotatel8(unsigned long long rs, unsigned long long shift) { in testrotatel8() 92 unsigned long long testrdlam(unsigned long long rs, unsigned int shift) { in testrdlam()
|
H A D | builtins-ppc-xlcompat-error.c | 67 unsigned long long testrdlam(unsigned long long rs, unsigned int shift, unsigned int not_const) { in testrdlam()
|
/llvm-project/clang/test/Analysis/ |
H A D | MemRegion.cpp | 25 ReqStruct rs; in testGetDescriptiveName3() local 34 ReqStruct rs; in testGetDescriptiveName4() local 44 ReqStruct rs; in testGetDescriptiveName5() local
|
H A D | mpichecker.cpp | 99 ReqStruct rs; in doubleNonblocking3() local 141 ReqStruct rs; in missingNonBlocking2() local 219 ReqStruct rs; in noDoubleRequestUsage() local 238 ReqStruct rs; in noDoubleRequestUsage2() local 260 ReqStruct rs; in nestedRequest() local
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | user-macro-argument-separation.s | 12 .macro EX2 insn, rd, imm, rs
|
/llvm-project/clang/test/CodeGen/ |
H A D | builtins-hexagon-v67-audio.c | 114 int test19(int rs) { in test19() 120 long long test20(long long rs) { in test20()
|
H A D | builtins-hexagon-v66.c | 6 int test1(int rx, int rs, int rt) { in test1()
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1791 uint32_t rs, rt; in Emulate_BXX_3ops() local 1841 uint32_t rs, rt; in Emulate_BXX_3ops_C() local 1920 uint32_t rs; in Emulate_Bcond_Link_C() local 1989 uint32_t rs; in Emulate_Bcond_Link() local 2040 uint32_t rs; in Emulate_BXX_2ops() local 2097 uint32_t rs; in Emulate_BXX_2ops_C() local 2207 uint32_t rs = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); in Emulate_Branch_MM() local 2288 uint32_t rs = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); in Emulate_JALRx16_MM() local 2369 uint32_t rs = 0, rt = 0; in Emulate_JALRS() local 2545 uint32_t rs, rt; in Emulate_JALR() local [all …]
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 1331 uint32_t rs, rt; in Emulate_BXX_3ops() local 1383 uint32_t rs; in Emulate_Bcond_Link() local 1495 uint32_t rs; in Emulate_Bcond_Link_C() local 1563 uint32_t rs; in Emulate_BXX_2ops() local 1652 uint32_t rs, rt; in Emulate_BXX_3ops_C() local 1737 uint32_t rs; in Emulate_BXX_2ops_C() local 1858 uint32_t rs, rt; in Emulate_JALR() local 1957 uint32_t rs; in Emulate_JR() local
|
/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.cpp | 259 uint32_t rs = Bits32(opcode, 25, 21); in EmulateSTD() local 327 uint32_t rs = Bits32(opcode, 25, 21); in EmulateOR() local
|
/llvm-project/clang/test/CXX/stmt.stmt/stmt.select/stmt.if/ |
H A D | p2.cpp | 8 template <typename T, typename... Rest> void g(T &&p, Rest &&... rs) { in g()
|
/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVInstructions.h | 29 uint32_t rs; member
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | function-types-builtins.cpp | 161 auto rs = &unaryret<int*, 17>; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unused-result.cpp | 99 Status &rs = DoSomethingElse(); in lazy() local
|
H A D | warn-thread-safety-analysis.cpp | 5434 MyStruct &rs = s; ref_test() local
|
/llvm-project/lld/wasm/ |
H A D | InputChunks.h | 62 void setRelocations(ArrayRef<WasmRelocation> rs) { relocations = rs; } in setRelocations() argument
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.cpp | 337 RegScavenger rs; loadImmediate() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 632 for (int r = 0, rs = LogicalOpTypeList.size(); r < rs; ++r) { emitLogicalOperandTypeMappings() local
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 172 ReportStack **rs = rep_->stacks.PushBack(); in AddStack() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ArrayValueCopy.cpp | 421 } else if (auto rs = mlir::dyn_cast<ResultOp>(owner)) { in arrayMentions() local
|
/llvm-project/mlir/lib/Dialect/Shape/IR/ |
H A D | Shape.cpp | 102 static bool eachHasOnlyOneOfTypes(TypeRange l, ranges... rs) { in eachHasOnlyOneOfTypes() argument
|