Searched defs:Weight (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp41 uint32_t Weight = getEdgeWeight(MBB, I); local
56 uint32_t Weight = getEdgeWeight(MBB, I); local
66 uint32_t Weight = Src->getSuccWeight(Dst); local
93 uint32_t Weight = getEdgeWeight(MBB, I); local
[all...]
H A DLiveIntervalAnalysis.cpp173 float Weight = TargetRegisterInfo::isPhysicalRegister(reg) ? local
H A DMachineBasicBlock.cpp580 uint32_t Weight = 0; local
598 uint32_t Weight = 0; local
[all...]
H A DRegisterPressure.cpp29 unsigned Weight = PSetI.getWeight(); local
37 unsigned Weight = PSetI.getWeight(); local
85 unsigned Weight = PSetI.getWeight(); local
387 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp197 ConstantInt *Weight = dyn_cast<ConstantInt>(WeightsNode->getOperand(i)); local
537 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex()); local
561 uint32_t Weight local
598 uint32_t Weight = 0; local
612 setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors, uint32_t Weight) argument
617 << Weight << "\\n"); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp446 uint32_t Weight = local
H A DReassociate.cpp548 APInt Weight = P.second; // Number of paths to this operand. local
549 DEBUG(dbgs() << "OPERAND: " << *Op << " (" << Weight << ")\n"); local
556 DEBUG(dbgs() << "DIRECT ADD: " << *Op << " (" << Weight << ")\n"); local
569 DEBUG(dbgs() << "ADD USES LEAF: " << *Op << " (" << Weight << ")\n"); local
624 DEBUG(dbgs() << "MORPH LEAF: " << *Op << " (" << Weight << ") T local
634 DEBUG(dbgs() << "ADD LEAF: " << *Op << " (" << Weight << ")\\n"); local
650 APInt Weight = It->second; local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h535 LiveInterval(unsigned Reg, float Weight) argument
H A DMachineRegisterInfo.h664 unsigned Weight; member in class:llvm::PSetIterator
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.h411 unsigned Weight; member in struct:llvm::RegUnit
436 unsigned Weight; // Cache the sum of all unit weights. member in struct:llvm::RegUnitSet
589 unsigned newRegUnit(unsigned Weight) { argument
625 unsigned Weight = 0; local
[all...]
H A DCodeGenRegisters.cpp536 unsigned Weight = 0; local
1236 unsigned Weight; member in struct:__anon3861::UberRegSet
1319 unsigned MaxWeight = 0, Weight = 0; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h156 CaseBits(uint64_t mask, MachineBasicBlock* bb, unsigned bits, uint32_t Weight) argument
264 BitTestCase(uint64_t M, MachineBasicBlock* T, MachineBasicBlock* Tr, uint32_t Weight) argument

Completed in 215 milliseconds