/llvm-project/clang/test/SemaCXX/ |
H A D | matrix-type-builtins.cpp | 28 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 D | matrix-type-operators.cpp | 24 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 D | unaddressable-functions.cpp | 63 auto Ptr1 = foo; // expected-error{{cannot take address of function 'foo'}} in test() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | BasicAliasAnalysisTest.cpp | 156 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 D | nvptx_target_codegen.cpp | 24 void targetBar(int *Ptr1, int *Ptr2) { in targetBar() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMHazardRecognizer.cpp | 209 Ptr1 = GetPointerBaseWithConstantOffset(BaseVal1, Offset1, DL, true); in getHazardType() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergedLoadStoreMotion.cpp | 249 Value *Ptr1 = S1->getPointerOperand(); sinkStoresAndGEPs() local
|
H A D | LoopLoadElimination.cpp | 323 Value *Ptr1 = needsChecking() local
|
H A D | LoopFuse.cpp | 1274 if (!Ptr0 || !Ptr1) in accessDiffIsPositive() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1481 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 D | unhandled-self-assignment.cpp | 527 Ty *Ptr1; global() member in NotACopyAssignmentOperator
|
/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 1030 const Value *Ptr1 = Other; in getPointerOffsetFrom() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1365 const auto *Ptr1 = cast<ObjCObjectPointerType>(T1); IsStructurallyEquivalent() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7230 const PointerType *Ptr1, *Ptr2; FindCompositePointerType() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 7165 auto *Ptr1 = cast<PointerValue>(Env.getValue(*Call1->getCallee())); TEST() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4354 arePointersCompatible(Value * Ptr1,Value * Ptr2,const TargetLibraryInfo & TLI,bool CompareOpcodes=true) arePointersCompatible() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24643 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 D | AArch64ISelLowering.cpp | 22687 SDValue Ptr1 = DAG.getMemBasePlusOffset(ST->getBasePtr(), Offset1, DL); combineI8TruncStore() local [all...] |