HomeSort by relevance Sort by last modified time
    Searched defs:PSE (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 86 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen};
87 DetailedSummary.push_back(PSE);
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 65 bool isDependenceDistanceOfOne(PredicatedScalarEvolution &PSE,
80 if (getPtrStride(PSE, LoadPtr, L) != 1 ||
81 getPtrStride(PSE, StorePtr, L) != 1)
87 auto *LoadPtrSCEV = cast<SCEVAddRecExpr>(PSE.getSCEV(LoadPtr));
88 auto *StorePtrSCEV = cast<SCEVAddRecExpr>(PSE.getSCEV(StorePtr));
93 PSE.getSE()->getMinusSCEV(StorePtrSCEV, LoadPtrSCEV));
132 : L(L), LI(LI), LAI(LAI), DT(DT), PSE(LAI.getPSE()) {}
246 Cand.isDependenceDistanceOfOne(PSE, L) &&
247 OtherCand->isDependenceDistanceOfOne(PSE, L)) {
395 auto *PtrSCEV = cast<SCEVAddRecExpr>(PSE.getSCEV(Ptr))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0),
243 PredicatedScalarEvolution &PSE;
340 /// We need \p PSE in order to compute the SCEV expression of the pointer
343 /// and add new predicates to \p PSE.
346 PredicatedScalarEvolution &PSE);
482 /// PSE must be emitted in order for the results of this analysis to be valid.
566 /// should be re-written (and therefore simplified) according to PSE.
569 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0),
243 PredicatedScalarEvolution &PSE;
340 /// We need \p PSE in order to compute the SCEV expression of the pointer
343 /// and add new predicates to \p PSE.
346 PredicatedScalarEvolution &PSE);
482 /// PSE must be emitted in order for the results of this analysis to be valid.
566 /// should be re-written (and therefore simplified) according to PSE.
569 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0),
243 PredicatedScalarEvolution &PSE;
340 /// We need \p PSE in order to compute the SCEV expression of the pointer
343 /// and add new predicates to \p PSE.
346 PredicatedScalarEvolution &PSE);
482 /// PSE must be emitted in order for the results of this analysis to be valid.
566 /// should be re-written (and therefore simplified) according to PSE.
569 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0),
243 PredicatedScalarEvolution &PSE;
340 /// We need \p PSE in order to compute the SCEV expression of the pointer
343 /// and add new predicates to \p PSE.
346 PredicatedScalarEvolution &PSE);
482 /// PSE must be emitted in order for the results of this analysis to be valid.
566 /// should be re-written (and therefore simplified) according to PSE.
569 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0),
243 PredicatedScalarEvolution &PSE;
340 /// We need \p PSE in order to compute the SCEV expression of the pointer
343 /// and add new predicates to \p PSE.
346 PredicatedScalarEvolution &PSE);
482 /// PSE must be emitted in order for the results of this analysis to be valid.
566 /// should be re-written (and therefore simplified) according to PSE.
569 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0),
243 PredicatedScalarEvolution &PSE;
340 /// We need \p PSE in order to compute the SCEV expression of the pointer
343 /// and add new predicates to \p PSE.
346 PredicatedScalarEvolution &PSE);
482 /// PSE must be emitted in order for the results of this analysis to be valid.
566 /// should be re-written (and therefore simplified) according to PSE.
569 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopAccessAnalysis.h 165 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
166 : PSE(PSE), InnermostLoop(L), AccessIdx(0), MaxSafeRegisterWidth(-1U),
247 PredicatedScalarEvolution &PSE;
350 /// We need \p PSE in order to compute the SCEV expression of the pointer
353 /// and add new predicates to \p PSE.
356 PredicatedScalarEvolution &PSE);
492 /// PSE must be emitted in order for the results of this analysis to be valid.
576 /// should be re-written (and therefore simplified) according to PSE.
579 const PredicatedScalarEvolution &getPSE() const { return *PSE; }
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 196 MemoryDepChecker(PredicatedScalarEvolution &PSE, const Loop *L)
197 : PSE(PSE), InnermostLoop(L), AccessIdx(0),
274 PredicatedScalarEvolution &PSE;
369 /// We need \p PSE in order to compute the SCEV expression of the pointer
372 /// and add new predicates to \p PSE.
375 PredicatedScalarEvolution &PSE);
511 /// PSE must be emitted in order for the results of this analysis to be valid.
522 : PSE(std::move(LAI.PSE)), PtrRtChecking(std::move(LAI.PtrRtChecking))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 114 const SCEV *llvm::replaceSymbolicStrideSCEV(PredicatedScalarEvolution &PSE,
117 const SCEV *OrigSCEV = PSE.getSCEV(Ptr);
134 ScalarEvolution *SE = PSE.getSE();
139 PSE.addPredicate(*SE->getEqualPredicate(U, CT));
140 auto *Expr = PSE.getSCEV(Ptr);
154 PredicatedScalarEvolution &PSE) {
156 const SCEV *Sc = replaceSymbolicStrideSCEV(PSE, Strides, Ptr);
157 ScalarEvolution *SE = PSE.getSE();
167 const SCEV *Ex = PSE.getBackedgeTakenCount();
460 PredicatedScalarEvolution &PSE)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h 370 /// including CR4.PSE for controlling the feature, the defined dirty bit in
374 UINT32 PSE:1;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 289 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE,
294 : OrigLoop(OrigLoop), PSE(PSE), LI(LI), DT(DT), TLI(TLI), TTI(TTI),
296 Builder(PSE.getSE()->getContext()), Induction(nullptr),
519 PredicatedScalarEvolution &PSE;
612 InnerLoopUnroller(Loop *OrigLoop, PredicatedScalarEvolution &PSE,
617 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, 1,
    [all...]

Completed in 965 milliseconds