Home
last modified time | relevance | path

Searched defs:R0 (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dmatrix-type-builtins.cpp11 typename MyMatrix<EltTy1, R1, C1>::matrix_t transpose(MyMatrix<EltTy0, R0, C0> &A) { in transpose() argument
44 typename MyMatrix<EltTy1, R1, C1>::matrix_t column_major_load(MyMatrix<EltTy0, R0, C0> &A, EltTy0 *… in column_major_load() argument
106 void column_major_store(MyMatrix<EltTy0, R0, C0> &A, PtrTy Ptr, unsigned Stride) { in column_major_store() argument
126 void column_major_store(MyMatrix<EltTy0, R0, C0> &A, EltTy1 *Ptr) { in column_major_store() argument
H A Dmatrix-type-operators.cpp13 typename MyMatrix<EltTy2, R2, C2>::matrix_t add(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy1, R1, C… in add() argument
41 typename MyMatrix<EltTy2, R2, C2>::matrix_t subtract(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy1, … in subtract() argument
69 typename MyMatrix<EltTy2, R2, C2>::matrix_t multiply(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy1, … in multiply() argument
/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp111 StackRegion R0 = R; in layoutObject() local
117 StackRegion R0 = R; in layoutObject() local
H A DComplexDeinterleavingPass.cpp569 Value *R0 = Real->getOperand(0); identifyNodeWithImplicitAdd() local
698 Value *R0 = RealMulI->getOperand(0); identifyPartialMul() local
861 auto *R0 = Real->getOperand(0); identifySymmetricOperation() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DMDBuilderTest.cpp48 MDNode *R0 = MDHelper.createRange(A, A); in TEST_F() local
62 MDNode *R0 = MDHelper.createAnonymousTBAARoot(); in TEST_F() local
74 MDNode *R0 = MDHelper.createTBAARoot("Root"); in TEST_F() local
H A DMetadataTest.cpp356 auto *R0 = ReturnInst::Create(Context, BB0); TEST_F() local
418 auto *R0 = ReturnInst::Create(Context, BB0); TEST_F() local
/llvm-project/lldb/test/API/commands/expression/dollar-in-variable/
H A Dmain.c7 int R0 = 2; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type-operators.cpp14 typename MyMatrix<EltTy0, R0, C0>::matrix_t add(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy0, R0, C0> &B) { in add() argument
36 typename MyMatrix<EltTy0, R0, C0>::matrix_t subtract(MyMatrix<EltTy0, R0, C0> &A, MyMatrix<EltTy0, R0, C0> &B) { in subtract() argument
171 typename MyMatrix<EltTy0, R0, C argument
[all...]
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp126 const auto R0 = R[0]; in TEST() local
292 const auto &R0 = *Merged.getRoots()[0]; in TEST() local
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DExecutorAddressTest.cpp83 ExecutorAddrRange R0(A0, A1), R1(A1, A2), R2(A2, A3), R3(A0, A2), R4(A1, A3); TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-static-cast-downcast.cpp73 auto R0 = static_cast<Derived&>(B0); in references() local
H A Dpro-type-cstyle-cast.cpp95 auto R0 = (Derived&)B0; in references() local
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp88 ExecutorAddrRange R0(A0, A1), R1(A1, A2), R2(A2, A3), R3(A0, A2), R4(A1, A3); in TEST() local
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp291 #define FROM_TO(FROM, TO, R0, R1) \ in optimizeMOVSX() argument
/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp596 static bool IsMovepDestinationRegPair(unsigned R0, unsigned R1) { in IsMovepDestinationRegPair()
/llvm-project/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp691 auto *R0 = getRecordDecl(Entry0); in TEST_F() local
798 auto *R0 = getRecordDecl(Entry0); in TEST_F() local
[all...]
H A DASTImporterTest.cpp3548 auto *R0 = getRecordDecl(Entry0); TEST_P() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1086 unsigned R0 = BaseOrd[IF.SrcR], R1 = BaseOrd[IF.InsR]; in pruneCoveredSets() local
H A DHexagonISelLoweringHVX.cpp1422 SDValue R0 = LoHalf(V, DAG); insertHvxSubvectorReg() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp448 Register R0 = Subtarget.isPPC64() ? PPC::X0 : PPC::R0; in findScratchRegister() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1229 Value *R0 = RHS->getIncomingValue(0); matchSymmetricPhiNodesPair() local
2025 Value *L0, *L1, *R0, *R1; foldVectorBinop() local
H A DInstCombineAndOrXor.cpp1138 std::optional<IntPart> R0 = GetMatchPart(Cmp0, 1); foldEqOfParts() local
[all...]
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1428 unsigned R0 = RegList.List->front(); isRegList16() local
2303 unsigned R0 = Inst.getOperand(0).getReg(); processInstruction() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3046 llvm::Value *R0 = Builder.CreateExtractValue(R, 0, "rhs.0"); EmitMemberPointerComparison() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8897 isImpliedCondICmps(const ICmpInst * LHS,CmpInst::Predicate RPred,const Value * R0,const Value * R1,const DataLayout & DL,bool LHSIsTrue) isImpliedCondICmps() argument
[all...]

12