Home
last modified time | relevance | path

Searched defs:Ptr1 (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dmatrix-type-builtins.cpp28 void test_transpose_template(unsigned *Ptr1, float *Ptr2) { in test_transpose_template()
55 void test_column_major_loads_template(unsigned *Ptr1, float *Ptr2) { in test_column_major_loads_template()
117 void test_column_major_stores_template(MyMatrix<unsigned, 2, 3> &M1, unsigned *Ptr1, MyMatrix<float… in test_column_major_stores_template() argument
139 void test_column_major_store_template(unsigned *Ptr1, float *Ptr2) { in test_column_major_store_template()
H A Dmatrix-type-operators.cpp24 void test_add_template(unsigned *Ptr1, float *Ptr2) { in test_add_template()
52 void test_subtract_template(unsigned *Ptr1, float *Ptr2) { in test_subtract_template()
86 void test_multiply_template(unsigned *Ptr1, float *Ptr2) { in test_multiply_template()
H A Dunaddressable-functions.cpp63 auto Ptr1 = foo; // expected-error{{cannot take address of function 'foo'}} in test() local
/llvm-project/llvm/unittests/Analysis/
H A DBasicAliasAnalysisTest.cpp156 auto *Ptr1 = cast<GetElementPtrInst>(B.CreatePtrAdd(Ptr, B.getInt32(1))); in TEST_F() local
189 auto *Ptr1 = cast<GetElementPtrInst>(B.CreatePtrAdd(Ptr, B.getInt32(1))); in TEST_F() local
/llvm-project/clang/test/OpenMP/
H A Dnvptx_target_codegen.cpp24 void targetBar(int *Ptr1, int *Ptr2) { in targetBar() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp209 Ptr1 = GetPointerBaseWithConstantOffset(BaseVal1, Offset1, DL, true); in getHazardType() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp249 Value *Ptr1 = S1->getPointerOperand(); sinkStoresAndGEPs() local
H A DLoopLoadElimination.cpp323 Value *Ptr1 = needsChecking() local
H A DLoopFuse.cpp1274 if (!Ptr0 || !Ptr1) in accessDiffIsPositive() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1481 emitStrNCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitStrNCmp() argument
1573 emitMemCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitMemCmp() argument
1583 emitBCmp(Value * Ptr1,Value * Ptr2,Value * Len,IRBuilderBase & B,const DataLayout & DL,const TargetLibraryInfo * TLI) emitBCmp() argument
1593 emitMemCCpy(Value * Ptr1,Value * Ptr2,Value * Val,Value * Len,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitMemCCpy() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunhandled-self-assignment.cpp527 Ty *Ptr1; global() member in NotACopyAssignmentOperator
/llvm-project/llvm/lib/IR/
H A DValue.cpp1030 const Value *Ptr1 = Other; in getPointerOffsetFrom() local
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1365 const auto *Ptr1 = cast<ObjCObjectPointerType>(T1); IsStructurallyEquivalent() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7230 const PointerType *Ptr1, *Ptr2; FindCompositePointerType() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp7165 auto *Ptr1 = cast<PointerValue>(Env.getValue(*Call1->getCallee())); TEST() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4354 arePointersCompatible(Value * Ptr1,Value * Ptr2,const TargetLibraryInfo & TLI,bool CompareOpcodes=true) arePointersCompatible() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24643 SDValue Ptr1 = splitVectorStore() local
51100 SDValue Ptr1 = Ld->getBasePtr(); combineLoad() local
51526 SDValue Ptr1 = DAG.getMemBasePlusOffset(Ptr0, TypeSize::getFixed(4), dl); combineStore() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22687 SDValue Ptr1 = DAG.getMemBasePlusOffset(ST->getBasePtr(), Offset1, DL); combineI8TruncStore() local
[all...]