/llvm-project/clang/test/SemaCXX/ |
H A D | matrix-type-builtins.cpp | 11 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 D | matrix-type-operators.cpp | 13 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 D | SafeStackLayout.cpp | 111 StackRegion R0 = R; in layoutObject() local 117 StackRegion R0 = R; in layoutObject() local
|
H A D | ComplexDeinterleavingPass.cpp | 569 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 D | MDBuilderTest.cpp | 48 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 D | MetadataTest.cpp | 356 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 D | main.c | 7 int R0 = 2; in main() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type-operators.cpp | 14 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 D | function_call_trie_test.cpp | 126 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 D | ExecutorAddressTest.cpp | 83 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 D | pro-type-static-cast-downcast.cpp | 73 auto R0 = static_cast<Derived&>(B0); in references() local
|
H A D | pro-type-cstyle-cast.cpp | 95 auto R0 = (Derived&)B0; in references() local
|
/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | executor_address_test.cpp | 88 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 D | X86EncodingOptimization.cpp | 291 #define FROM_TO(FROM, TO, R0, R1) \ in optimizeMOVSX() argument
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 596 static bool IsMovepDestinationRegPair(unsigned R0, unsigned R1) { in IsMovepDestinationRegPair()
|
/llvm-project/clang/unittests/AST/ |
H A D | StructuralEquivalenceTest.cpp | 691 auto *R0 = getRecordDecl(Entry0); in TEST_F() local 798 auto *R0 = getRecordDecl(Entry0); in TEST_F() local [all...] |
H A D | ASTImporterTest.cpp | 3548 auto *R0 = getRecordDecl(Entry0); TEST_P() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 1086 unsigned R0 = BaseOrd[IF.SrcR], R1 = BaseOrd[IF.InsR]; in pruneCoveredSets() local
|
H A D | HexagonISelLoweringHVX.cpp | 1422 SDValue R0 = LoHalf(V, DAG); insertHvxSubvectorReg() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 448 Register R0 = Subtarget.isPPC64() ? PPC::X0 : PPC::R0; in findScratchRegister() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1229 Value *R0 = RHS->getIncomingValue(0); matchSymmetricPhiNodesPair() local 2025 Value *L0, *L1, *R0, *R1; foldVectorBinop() local
|
H A D | InstCombineAndOrXor.cpp | 1138 std::optional<IntPart> R0 = GetMatchPart(Cmp0, 1); foldEqOfParts() local [all...] |
/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 1428 unsigned R0 = RegList.List->front(); isRegList16() local 2303 unsigned R0 = Inst.getOperand(0).getReg(); processInstruction() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3046 llvm::Value *R0 = Builder.CreateExtractValue(R, 0, "rhs.0"); EmitMemberPointerComparison() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 8897 isImpliedCondICmps(const ICmpInst * LHS,CmpInst::Predicate RPred,const Value * R0,const Value * R1,const DataLayout & DL,bool LHSIsTrue) isImpliedCondICmps() argument [all...] |