Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp579 RuntimePointerCheck *getRuntimePointerCheck() { return &PtrRtCheck; } in getRuntimePointerCheck()
662 RuntimePointerCheck PtrRtCheck; member in __anon0a8ab5060111::LoopVectorizationLegality
1410 LoopVectorizationLegality::RuntimePointerCheck *PtrRtCheck = in addRuntimeCheck() local
1413 if (!PtrRtCheck->Need) in addRuntimeCheck()
1416 unsigned NumPointers = PtrRtCheck->Pointers.size(); in addRuntimeCheck()
1424 Value *Ptr = PtrRtCheck->Pointers[i]; in addRuntimeCheck()
1439 Value *Start = Exp.expandCodeFor(PtrRtCheck->Starts[i], PtrArithTy, Loc); in addRuntimeCheck()
1440 Value *End = Exp.expandCodeFor(PtrRtCheck->Ends[i], PtrArithTy, Loc); in addRuntimeCheck()
1452 if (!PtrRtCheck->IsWritePtr[i] && !PtrRtCheck->IsWritePtr[j]) in addRuntimeCheck()
1456 if (PtrRtCheck->DependencySetId[i] == PtrRtCheck->DependencySetId[j]) in addRuntimeCheck()
[all …]