Home
last modified time | relevance | path

Searched refs:inArray (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AMDGPU/
H A Dunroll-in-loop-vectorizer.ll10 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 Dunroll-in-loop-vectorizer.ll6 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 DInterpFrame.cpp99 if (It->inArray()) { in print()
H A DPointer.h203 bool inArray() const { return getFieldDesc()->IsArray; } in inArray() function
H A DInterp.h752 << /*array*/ static_cast<int>(!Ptr.inArray()) in OffsetHelper()
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp489 static void copyArrayToAPIntForBEmachine(const char *inArray, size_t numBytes, in copyArrayToAPIntForBEmachine() argument
502 inArray, numFilledWords, in copyArrayToAPIntForBEmachine()
511 inArray + lastWordPos, inArrayLE.begin(), in copyArrayToAPIntForBEmachine()