Searched refs:inArray (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AMDGPU/ |
| H A D | unroll-in-loop-vectorizer.ll | 10 define amdgpu_kernel void @small_loop(i32* nocapture %inArray, i32 %size) nounwind { 17 %1 = getelementptr inbounds i32, i32* %inArray, i32 %iv
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/RISCV/ |
| H A D | unroll-in-loop-vectorizer.ll | 6 define void @small_loop(i32* nocapture %inArray, i32 %size) nounwind { 33 %1 = getelementptr inbounds i32, i32* %inArray, i32 %iv
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | InterpFrame.cpp | 99 if (It->inArray()) { in print()
|
| H A D | Pointer.h | 203 bool inArray() const { return getFieldDesc()->IsArray; } in inArray() function
|
| H A D | Interp.h | 752 << /*array*/ static_cast<int>(!Ptr.inArray()) in OffsetHelper()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinAttributes.cpp | 489 static void copyArrayToAPIntForBEmachine(const char *inArray, size_t numBytes, in copyArrayToAPIntForBEmachine() argument 502 inArray, numFilledWords, in copyArrayToAPIntForBEmachine() 511 inArray + lastWordPos, inArrayLE.begin(), in copyArrayToAPIntForBEmachine()
|