Home
last modified time | relevance | path

Searched defs:Rs (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang/test/Sema/
H A Dbuiltins-hexagon-v55.c7 unsigned builtin_needs_v60(unsigned Rs) { in builtin_needs_v60()
14 unsigned long long builtin_needs_v62(unsigned Rs) { in builtin_needs_v62()
H A Dbuiltins-hexagon-v62.c7 unsigned builtin_needs_v60(unsigned Rs) { in builtin_needs_v60()
14 unsigned long long builtin_needs_v62(unsigned Rs) { in builtin_needs_v62()
H A Dbuiltins-hexagon-v65.c5 unsigned builtin_needs_v60(unsigned Rs) { in builtin_needs_v60()
9 unsigned long long builtin_needs_v62(unsigned Rs) { in builtin_needs_v62()
H A Dbuiltins-hexagon-v60.c7 unsigned builtin_needs_v60(unsigned Rs) { in builtin_needs_v60()
14 unsigned long long builtin_needs_v62(unsigned Rs) { in builtin_needs_v62()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DAnnotations.cpp69 std::vector<clangd::Range> Rs; in ranges() local
81 std::vector<std::pair<clangd::Range, llvm::StringRef>> Rs; in rangesWithPayload() local
/llvm-project/compiler-rt/lib/xray/
H A Dxray_mips.cpp40 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() argument
47 encodeSpecialInstruction(uint32_t Opcode, uint32_t Rs, uint32_t Rt, uint32_t Rd, in encodeSpecialInstruction() argument
H A Dxray_mips64.cpp41 inline static uint32_t encodeInstruction(uint32_t Opcode, uint32_t Rs, in encodeInstruction() argument
48 encodeSpecialInstruction(uint32_t Opcode, uint32_t Rs, uint32_t Rt, uint32_t Rd, in encodeSpecialInstruction() argument
/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp578 InsnType Rs = fieldFromInstruction(insn, 16, 5); DecodeDAHIDATIMMR6() local
592 InsnType Rs = fieldFromInstruction(insn, 21, 5); DecodeDAHIDATI() local
617 InsnType Rs = fieldFromInstruction(insn, 21, 5); DecodeAddiGroupBranch() local
647 InsnType Rs = fieldFromInstruction(insn, 16, 5); DecodePOP35GroupBranchMMR6() local
690 InsnType Rs = fieldFromInstruction(insn, 21, 5); DecodeDaddiGroupBranch() local
720 InsnType Rs = fieldFromInstruction(insn, 16, 5); DecodePOP37GroupBranchMMR6() local
761 InsnType Rs = fieldFromInstruction(insn, 16, 5); DecodePOP65GroupBranchMMR6() local
800 InsnType Rs = fieldFromInstruction(insn, 16, 5); DecodePOP75GroupBranchMMR6() local
842 InsnType Rs = fieldFromInstruction(insn, 21, 5); DecodeBlezlGroupBranch() local
887 InsnType Rs = fieldFromInstruction(insn, 21, 5); DecodeBgtzlGroupBranch() local
929 InsnType Rs = fieldFromInstruction(insn, 21, 5); DecodeBgtzGroupBranch() local
978 InsnType Rs = fieldFromInstruction(insn, 21, 5); DecodeBlezGroupBranch() local
1034 InsnType Rs = fieldFromInstruction(Insn, 21, 5); DecodeDEXT() local
1076 InsnType Rs = fieldFromInstruction(Insn, 21, 5); DecodeDINS() local
1094 InsnType Rs = fieldFromInstruction(Insn, 21, 5); DecodeCRC() local
2441 InsnType Rs = fieldFromInstruction(insn, 16, 5); DecodeBgtzGroupBranchMMR6() local
2490 InsnType Rs = fieldFromInstruction(insn, 16, 5); DecodeBlezGroupBranchMMR6() local
[all...]
/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp154 switch (Rs) { in DecodeSrcAddrMode() argument
182 unsigned Rs = fieldFromInstruction(Insn, 8, 4); DecodeSrcAddrModeI() local
188 unsigned Rs = fieldFromInstruction(Insn, 0, 4); DecodeSrcAddrModeII() local
/llvm-project/llvm/unittests/Remarks/
H A DYAMLRemarksSerializerTest.cpp26 remarks::SerializerMode Mode, ArrayRef<remarks::Remark> Rs, in check()
284 SmallVector<remarks::Remark, 2> Rs; in TEST() local
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h28 struct Rs { struct
46 Rs rs1; \ argument
H A DRISCVCInstructions.h26 operator Rs() { return Rs{rd + (shift ? 8 : 0)}; } in Rs() function
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1684 MCOperand &Rs = Inst.getOperand(2); processInstruction() local
1704 MCOperand &Rs = Inst.getOperand(2); processInstruction() local
1724 MCOperand &Rs = Inst.getOperand(2); processInstruction() local
1747 MCOperand &Rs = Inst.getOperand(1); processInstruction() local
1780 MCOperand &Rs = Inst.getOperand(1); processInstruction() local
1790 MCOperand &Rs = Inst.getOperand(1); processInstruction() local
1832 MCOperand &Rs = Inst.getOperand(1); processInstruction() local
1849 MCOperand &Rs = Inst.getOperand(1); processInstruction() local
1978 MCOperand &Rs = Inst.getOperand(1); processInstruction() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp147 const USet &Rs = I.second; in isInduction() local
373 Register Rs = MI->getOperand(1).getReg(); in profit() local
475 USet &Rs) { in collectIndRegsForLoop() argument
579 USet Rs; collectIndRegs() local
[all...]
H A DHexagonConstExtenders.cpp293 Register Rs; member
447 HCE::Register Rs; global() member
1504 Register Rs = ExtI.second.Rs; // Only one reg allowed now. calculatePlacement() local
1801 Register Rs = MI.getOperand(IsSub ? 3 : 2); replaceInstrExpr() local
[all...]
H A DHexagonAsmPrinter.cpp412 MCOperand &Rs = Inst.getOperand(1); HexagonProcessInstruction() local
H A DHexagonBitTracker.cpp295 __anon356067470702(const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, uint16_t BW, bool Odd) evaluate() argument
H A DHexagonBitSimplify.cpp1919 matchPackhl(unsigned SelfR,const BitTracker::RegisterCell & RC,BitTracker::RegisterRef & Rs,BitTracker::RegisterRef & Rt) matchPackhl() argument
2054 BitTracker::RegisterRef Rs, Rt; genPackhl() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp151 SmallVector<const SCEV *, 2> Qs, Rs; in visitAddExpr() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Draw-string-literal.cpp39 char const *const Rs("goink\\\036"); variable
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp201 MCOperand Rs, Rt; in getCompoundInsn() local
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp186 Register Rs = TailAdd.getOperand(1).getReg(); in foldLargeOffset() local
/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp222 Replacements Rs(R); in mergeIfOrderIndependent() local
/llvm-project/clang/lib/Headers/
H A Dhvx_hexagon_protos.h30 #define Q6_R_vextract_VR(Vu,Rs) __BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_extractw)(Vu,Rs) argument
4001 #define Q6_vgather_ARMVh(Rs,Rt,Mu,Vv) __BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_vgathermh)(Rs,Rt,Mu,Vv) argument
4012 #define Q6_vgather_AQRMVh(Rs,Qs,Rt,Mu,Vv) __BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_vgathermhq)(Rs,__BUILTIN_VECTOR_WRAP(__builtin_HEXAGON_V6_vandvrt)((Qs),-1),Rt,Mu,Vv) argument
4023 Q6_vgather_ARMWw(Rs,Rt,Mu,Vvv) global() argument
4034 Q6_vgather_AQRMWw(Rs,Qs,Rt,Mu,Vvv) global() argument
4045 Q6_vgather_ARMVw(Rs,Rt,Mu,Vv) global() argument
4056 Q6_vgather_AQRMVw(Rs,Qs,Rt,Mu,Vv) global() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1423 unsigned Rs = fieldFromInstruction(insn, 16, 5); DecodeExclusiveLdStInstruction() local
2065 unsigned Rs = fieldFromInstruction(insn, 16, 5); DecodeCPYMemOpInstruction() local
[all...]

12