/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 199 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local 293 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local 297 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local 342 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local 353 unsigned Dist = DistanceMap[Use]; in HandlePhysRegKill() local 569 unsigned Dist = 0; in runOnBlock() local
|
H A D | TwoAddressInstructionPass.cpp | 245 bool TwoAddressInstructionPass::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef() 530 unsigned Dist) { in isProfitableToCommute() 635 unsigned Dist) { in commuteInstruction() 681 Register RegA, Register RegB, unsigned &Dist) { in convertInstTo3Addr() 971 bool TwoAddressInstructionPass::isDefTooClose(Register Reg, unsigned Dist, in isDefTooClose() 1150 unsigned Dist) { in tryInstructionCommute() 1215 unsigned &Dist, bool shouldOnlyCommute) { in tryInstructionTransform() 1452 unsigned &Dist) { in processTiedPairs() 1759 unsigned Dist = 0; in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 126 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer() 311 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist() 374 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist() 448 Distribution &Dist) { in distributeMass() 845 Distribution Dist; in adjustLoopHeaderMass() local 872 void BlockFrequencyInfoImplBase::distributeIrrLoopHeaderMass(Distribution &Dist) { in distributeIrrLoopHeaderMass()
|
H A D | LoopAccessAnalysis.cpp | 1538 int Dist = Val / Size; in getPointersDiff() local 1741 const SCEV &Dist, uint64_t Stride, in isSafeDependenceDistance() 1870 const SCEV *Dist = SE.getMinusSCEV(Sink, Src); in isDependent() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 342 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA() 528 int Dist; in removeRedundantAddrCalc() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 101 DenseMap<const MachineInstr*,unsigned> &Dist; member 105 DenseMap<const MachineInstr*,unsigned> Dist; member
|
H A D | HexagonISelDAGToDAGHVX.cpp | 1576 if (auto Dist = rotationDistance(SM, VecLen)) { in shuffs1() local 2021 std::optional<int> Dist; in rotationDistance() local 2059 if (auto Dist = rotationDistance(SM, 2 * VecLen)) { in contracting() local
|
H A D | HexagonHardwareLoops.cpp | 786 int64_t Dist = EndV - StartV; in computeCount() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 2221 Value *Dist = Builder.CreateSub(LowA, HighA); in processCopyingStore() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 66 unsigned Dist = 0; in isBaseOf() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 138 const uint64_t Dist = DstAddr - (SrcAddr + SrcSize); in extTSPScore() local 144 const uint64_t Dist = SrcAddr + SrcSize - DstAddr; in extTSPScore() local
|
H A D | SimplifyCFG.cpp | 6080 APInt Dist = Val - PrevVal; in SwitchLookupTable() local
|
/openbsd-src/gnu/llvm/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 403 std::uniform_int_distribution<short> Dist(10, 99); in shuffleValueUseLists() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopLoadElimination.cpp | 123 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Cuda.cpp | 175 Distro Dist(FS, llvm::Triple(llvm::sys::getProcessTriple())); in CudaInstallationDetector() local
|
H A D | AMDGPU.cpp | 312 Distro Dist(D.getVFS(), llvm::Triple(llvm::sys::getProcessTriple())); in getInstallationPathCandidates() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 379 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers() local
|
H A D | SLPVectorizer.cpp | 1297 std::optional<int> Dist = getPointersDiff( in getShallowScore() local 1346 int Dist = Idx2 - Idx1; in getShallowScore() local 5769 std::optional<int> Dist = in buildTree_rec() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 2172 int64_t Dist = MAddr.Offset - MAddrNext.Offset; in promoteConstantOffsetToImm() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 4147 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI() 4170 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI()
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CFG.cpp | 1814 int Dist = B.distance(P); in getDeclsWithEndedScope() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 13298 unsigned Bytes, int Dist, in isConsecutiveLSLoc() 13338 unsigned Bytes, int Dist, in isConsecutiveLS()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 5637 Expr *Dist; in buildDistanceFunc() local
|