| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveVariables.cpp | 201 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local 202 if (Dist > LastDefDist) { in FindLastPartialDef() 205 LastDefDist = Dist; in FindLastPartialDef() 295 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local 296 if (Dist > LastPartDefDist) in FindLastRefOrPartRef() 297 LastPartDefDist = Dist; in FindLastRefOrPartRef() 299 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local 300 if (Dist > LastRefOrPartRefDist) { in FindLastRefOrPartRef() 301 LastRefOrPartRefDist = Dist; in FindLastRefOrPartRef() 344 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local [all …]
|
| H A D | TwoAddressInstructionPass.cpp | 105 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef); 108 MachineInstr *MI, unsigned Dist); 111 unsigned RegB, unsigned RegC, unsigned Dist); 117 unsigned RegA, unsigned RegB, unsigned Dist); 119 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI); 131 unsigned Dist, bool shouldOnlyCommute); 140 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist); 316 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() argument 319 unsigned LastUse = Dist; in noUseAfterLastDef() 333 return !(LastUse > LastDef && LastUse < Dist); in noUseAfterLastDef() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 76 DitheringDistributer(Distribution &Dist, const BlockMass &Mass); 83 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer() argument 85 Dist.normalize(); in DitheringDistributer() 86 RemWeight = Dist.Total; in DitheringDistributer() 260 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist() argument 289 Dist.addBackedge(OuterLoop->getHeader(), Weight); in addToDist() 295 Dist.addExit(Resolved, Weight); in addToDist() 318 Dist.addLocal(Resolved, Weight); in addToDist() 323 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist() argument 326 if (!addToDist(Dist, OuterLoop, Loop.getHeader(), I.first, in addLoopSuccessorsToDist() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTTypeTraits.cpp | 53 unsigned Dist = 0; in isBaseOf() local 56 ++Dist; in isBaseOf() 59 *Distance = Dist; in isBaseOf()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFixupHwLoops.cpp | 138 unsigned Dist = Sub > 0 ? Sub : -Sub; in fixupLoopInstrs() local 139 if (Dist > MAX_LOOP_DISTANCE) { in fixupLoopInstrs()
|
| H A D | HexagonHardwareLoops.cpp | 659 int64_t Dist = EndV - StartV; in computeCount() local 660 if (Dist == 0) in computeCount() 663 bool Exact = (Dist % IVBump) == 0; in computeCount() 668 if ((Dist < 0) ^ (IVBump < 0)) in computeCount() 675 Dist = Dist > 0 ? Dist+1 : Dist-1; in computeCount() 678 assert ((!CmpLess || Dist > 0) && "Loop should never iterate!"); in computeCount() 680 assert ((!CmpGreater || Dist < 0) && "Loop should never iterate!"); in computeCount() 683 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump-1)) / IVBump in computeCount() 684 : (-Dist + (-IVBump-1)) / (-IVBump); in computeCount()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 385 Distribution &Dist); 394 bool addToDist(Distribution &Dist, const LoopData *OuterLoop, 429 Distribution &Dist); 1138 Distribution Dist; 1141 if (!addLoopSuccessorsToDist(OuterLoop, *Loop, Dist)) 1150 if (!addToDist(Dist, OuterLoop, Node, getNode(*SI), 1158 distributeMass(Node, OuterLoop, Dist);
|
| /minix3/external/bsd/llvm/dist/llvm/tools/verify-uselistorder/ |
| H A D | verify-uselistorder.cpp | 392 std::uniform_int_distribution<short> Dist(10, 99); in shuffleValueUseLists() local 398 auto I = Dist(Gen); in shuffleValueUseLists()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ELF.h | 199 Elf_Sym_Iter operator+(difference_type Dist) { 202 Current.setPointer(Current.getPointer() + EntitySize * Dist);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 3379 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI() argument 3380 Dist = 0; in getBundledDefMI() 3392 ++Dist; in getBundledDefMI() 3402 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI() argument 3403 Dist = 0; in getBundledUseMI() 3416 ++Dist; in getBundledUseMI() 3421 Dist = 0; in getBundledUseMI()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3830 APInt Dist = Val - PrevVal; in SwitchLookupTable() local 3832 DistToPrev = Dist; in SwitchLookupTable() 3833 } else if (Dist != DistToPrev) { in SwitchLookupTable()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7826 unsigned Bytes, int Dist, in isConsecutiveLSLoc() argument 7841 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes); in isConsecutiveLSLoc() 7846 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes) in isConsecutiveLSLoc() 7857 return Offset1 == (Offset2 + Dist*Bytes); in isConsecutiveLSLoc() 7864 unsigned Bytes, int Dist, in isConsecutiveLS() argument 7869 return isConsecutiveLSLoc(Loc, VT, Base, Bytes, Dist, DAG); in isConsecutiveLS() 7895 return isConsecutiveLSLoc(N->getOperand(2), VT, Base, Bytes, Dist, DAG); in isConsecutiveLS() 7921 return isConsecutiveLSLoc(N->getOperand(3), VT, Base, Bytes, Dist, DAG); in isConsecutiveLS()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1203 unsigned Bytes, int Dist) const;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6537 unsigned Bytes, int Dist) const { in isConsecutiveLoad() 6555 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes); in isConsecutiveLoad() 6564 if (LocOffset == Dist * (int)Bytes) in isConsecutiveLoad() 6572 if ((LocOffset - BOffset) == Dist * (int)Bytes) in isConsecutiveLoad() 6584 return Offset1 == (Offset2 + Dist*Bytes); in isConsecutiveLoad()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4621 const SCEV *Dist = SE->getMinusSCEV(Sink, Src); in isDependent() local 4626 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent() 4636 const SCEVConstant *C = dyn_cast<SCEVConstant>(Dist); in isDependent()
|
| /minix3/etc/ |
| H A D | services | 11825 io-dist-data 5728/tcp # Dist. I/O Comm. Service Data [Harish_Kuttan] … 11827 io-dist-group 5728/udp # Dist. I/O Comm. Service [Harish_Kuttan] …
|
| /minix3/games/fortune/datfiles/ |
| H A D | fortunes2 | 4601 There, that ought to patch it. Dist it out, wouldja?"
|