Searched refs:Dist (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/AST/
H A DASTTypeTraits.cpp53 unsigned Dist = 0; local
56 ++Dist;
59 *Distance = Dist;
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp86 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
92 DitheringDistributer::DitheringDistributer(Distribution &Dist,
94 Dist.normalize();
95 RemWeight = Dist.Total;
261 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, argument
290 Dist.addBackedge(OuterLoop->getHeader(), Weight);
296 Dist.addExit(Resolved, Weight);
319 Dist.addLocal(Resolved, Weight);
324 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) {
325 // Copy the exit map into Dist
323 addLoopSuccessorsToDist( const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) argument
376 distributeMass(const BlockNode &Source, LoopData *OuterLoop, Distribution &Dist) argument
[all...]
/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp104 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
107 MachineInstr *MI, unsigned Dist);
110 unsigned RegB, unsigned RegC, unsigned Dist);
116 unsigned RegA, unsigned RegB, unsigned Dist);
118 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
130 unsigned Dist, bool shouldOnlyCommute);
139 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist);
315 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, argument
318 unsigned LastUse = Dist;
332 return !(LastUse > LastDef && LastUse < Dist);
507 isProfitableToCommute(unsigned regA, unsigned regB, unsigned regC, MachineInstr *MI, unsigned Dist) argument
574 commuteInstruction(MachineBasicBlock::iterator &mi, unsigned RegB, unsigned RegC, unsigned Dist) argument
620 convertInstTo3Addr(MachineBasicBlock::iterator &mi, MachineBasicBlock::iterator &nmi, unsigned RegA, unsigned RegB, unsigned Dist) argument
914 isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI) argument
1091 tryInstructionTransform(MachineBasicBlock::iterator &mi, MachineBasicBlock::iterator &nmi, unsigned SrcIdx, unsigned DstIdx, unsigned Dist, bool shouldOnlyCommute) argument
1336 processTiedPairs(MachineInstr *MI, TiedPairList &TiedPairs, unsigned &Dist) argument
1527 unsigned Dist = 0; local
[all...]
H A DLiveVariables.cpp202 unsigned Dist = DistanceMap[Def]; local
203 if (Dist > LastDefDist) {
206 LastDefDist = Dist;
296 unsigned Dist = DistanceMap[Def]; local
297 if (Dist > LastPartDefDist)
298 LastPartDefDist = Dist;
300 unsigned Dist = DistanceMap[Use]; local
301 if (Dist > LastRefOrPartRefDist) {
302 LastRefOrPartRefDist = Dist;
345 unsigned Dist local
356 unsigned Dist = DistanceMap[Use]; local
544 unsigned Dist = 0; local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp138 unsigned Dist = Sub > 0 ? Sub : -Sub; local
139 if (Dist > MAX_LOOP_DISTANCE) {
H A DHexagonHardwareLoops.cpp656 int64_t Dist = EndV - StartV; local
657 if (Dist == 0)
660 bool Exact = (Dist % IVBump) == 0;
665 if ((Dist < 0) ^ (IVBump < 0))
672 Dist = Dist > 0 ? Dist+1 : Dist-1;
674 // assert (CmpLess => Dist > 0);
675 assert ((!CmpLess || Dist >
[all...]
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h390 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
395 Distribution &Dist);
399 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
404 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
434 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
439 Distribution &Dist);
1148 Distribution Dist; local
1151 if (!addLoopSuccessorsToDist(OuterLoop, *Loop, Dist))
1160 if (!addToDist(Dist, OuterLoop, Node, getNode(*SI),
1168 distributeMass(Node, OuterLoop, Dist);
[all...]
/external/llvm/include/llvm/Object/
H A DELF.h199 Elf_Sym_Iter operator+(difference_type Dist) { argument
202 Current.setPointer(Current.getPointer() + EntitySize * Dist);
/external/opencv/cv/src/
H A Dcvcalibration.cpp1852 CvMat K[2], Dist[2], om_LR, T_LR;
1897 Dist[k] = cvMat(1,5,CV_64F,dk[k]);
1911 CV_MAKETYPE(CV_64F,CV_MAT_CN(distCoeffs->type)), Dist[k].data.db );
1918 npoints, imageSize, &K[k], &Dist[k], 0, 0, flags );
2000 cvFindExtrinsicCameraParams2( &objpt_i, &imgpt_i[k], &K[k], &Dist[k], &om[k], &T[k] );
2136 cvProjectPoints2( &objpt_i, &om[k], &T[k], &K[k], &Dist[k],
2140 cvProjectPoints2( &objpt_i, &om[k], &T[k], &K[k], &Dist[k], &tmpimagePoints );
2231 CV_MAKETYPE(CV_64F,CV_MAT_CN(distCoeffs->type)), Dist[k].data.db );
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3263 unsigned &DefIdx, unsigned &Dist) {
3264 Dist = 0;
3276 ++Dist;
3286 unsigned &UseIdx, unsigned &Dist) {
3287 Dist = 0;
3300 ++Dist;
3305 Dist = 0;
3261 getBundledDefMI(const TargetRegisterInfo *TRI, const MachineInstr *MI, unsigned Reg, unsigned &DefIdx, unsigned &Dist) argument
3284 getBundledUseMI(const TargetRegisterInfo *TRI, const MachineInstr *MI, unsigned Reg, unsigned &UseIdx, unsigned &Dist) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4413 const SCEV *Dist = SE->getMinusSCEV(Sink, Src);
4418 << *InstMap[BIdx] << ": " << *Dist << "\n");
4428 const SCEVConstant *C = dyn_cast<SCEVConstant>(Dist);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1153 /// location that is 'Dist' units away from the location that the 'Base' load
1156 unsigned Bytes, int Dist) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6477 /// location that is 'Dist' units away from the location that the 'Base' load
6480 unsigned Bytes, int Dist) const {
6498 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
6503 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
6514 return Offset1 == (Offset2 + Dist*Bytes);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7272 unsigned Bytes, int Dist,
7289 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
7294 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
7305 return Offset1 == (Offset2 + Dist*Bytes);
7271 isConsecutiveLS(LSBaseSDNode *LS, LSBaseSDNode *Base, unsigned Bytes, int Dist, SelectionDAG &DAG) argument

Completed in 360 milliseconds