Displaying 20 results from an estimated 110 matches for "mop".
Did you mean:
map
2005 Sep 07
4
[LLVMdev] LiveIntervals, replace register with representative register?
...ill a virtual
register index (>1024).
bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
// perform a final pass over the instructions and compute spill
// weights, coalesce virtual registers and remove identity moves
...
for (unsigned i = 0; i < mii->getNumOperands(); ++i) {
const MachineOperand& mop = mii->getOperand(i);
if (mop.isRegister() && mop.getReg() &&
MRegisterInfo::isVirtualRegister(mop.getReg())) {
// replace register with representative register
unsigned reg =...
2011 Apr 20
1
add brick unsuccessful
...in Cluster
[2011-04-20 12:55:06.944844] I [glusterd-utils.c:232:glusterd_lock]
glusterd: Cluster lock held by 50ddb8dc-675b-4812-a17c-a2370f6f5efd
[2011-04-20 12:55:06.944851] I
[glusterd-handler.c:2835:glusterd_op_txn_begin] glusterd: Acquired
local lock
[2011-04-20 12:55:06.944904] I
[glusterd3_1-mops.c:1091:glusterd3_1_cluster_lock] glusterd: Sent lock
req to 3 peers
[2011-04-20 12:55:06.944992] I
[glusterd3_1-mops.c:395:glusterd3_1_cluster_lock_cbk] glusterd:
Received ACC from uuid: 1195d2ba-8174-4c6a-9b8c-9fe5ce8e2161
[2011-04-20 12:55:06.945003] I
[glusterd-utils.c:2062:glusterd_friend_find...
2010 Aug 29
1
[LLVMdev] [Query] Programming Register Allocation
...tion::iterator mfi=Fn.begin(), mfe=Fn.end(); mfi != mfe;
++mfi ) {
// for each byte code line:
for( MachineBasicBlock::iterator mbbi = mfi->begin(), mbbe =
mfi->end(); mbbi != mbbe; ++mbbi ) {
// for each variable used:
for( int opi=0, ope=mbbi->getNumOperands(); opi != ope; ++opi )
{
// Get the variable
const MachineOperand mop = mbbi->getOperand( opi );
// If it is a register, notify the class.
if( mop.isReg() ) {
// DEBUG( dbgs() << "Found the regis...
2009 Feb 23
1
ActiveRecord::AssociationTypeMismatch
I have 2 models:
mop, has_and_belong_to_many :contacts
contact, has_and_belong_to_many :mops
when I save my mop Ii have the users coming in a an array:
["9",10"]
I am doing this to asscociate each one to a mop:
@contacts.each do |contact|
@mop.contacts << contact
end
Contact(#44950470) expe...
2005 Sep 07
0
[LLVMdev] LiveIntervals, replace register with representative register?
...values.
-Chris
> bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
> // perform a final pass over the instructions and compute spill
> // weights, coalesce virtual registers and remove identity moves
>
> ...
> for (unsigned i = 0; i < mii->getNumOperands(); ++i) {
> const MachineOperand& mop = mii->getOperand(i);
> if (mop.isRegister() && mop.getReg() &&
> MRegisterInfo::isVirtualRegister(mop.getReg())) {
> // replace register with representative register
>...
2005 Sep 07
0
[LLVMdev] LiveIntervals, replace register with representative register?
...>
>
> bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
> // perform a final pass over the instructions and compute spill
> // weights, coalesce virtual registers and remove identity moves
>
> ...
> for (unsigned i = 0; i < mii->getNumOperands(); ++i) {
> const MachineOperand& mop = mii->getOperand(i);
> if (mop.isRegister() && mop.getReg() &&
> MRegisterInfo::isVirtualRegister(mop.getReg())) {
> // replace register with representative register
>...
2007 Apr 12
8
[LLVMdev] Regalloc Refactoring
.../ weights, coalesce virtual registers and remove identity moves.
const LoopInfo &loopInfo = getAnalysis<LoopInfo>();
for (MachineFunction::iterator mbbi = mf_->begin(), mbbe = mf_->end();
mbbi != mbbe; ++mbbi) {
[...]
for (unsigned i = 0, e = mii->getNumOperands(); i != e; ++i) {
const MachineOperand &mop = mii->getOperand(i);
if (mop.isRegister() && mop.getReg() &&
MRegisterInfo::isVirtualRegister(mop.getReg())) {
// replace register with representative register
unsigned reg...
2010 Aug 29
0
[LLVMdev] [Query] Programming Register Allocation
On Sat, Aug 28, 2010 at 16:20:42 -0400, Jeff Kunkel wrote:
> What I need to know is how to access the machine register classes. Also, I
> need to know which virtual register is to be mapped into each specific
> register class. I assume there is type information on the registers. I need
> to know how to access it.
MachineRegisterInfo::getRegClass will give you the TargetRegisterClass
2017 Nov 21
1
[nbdkit PATCH] nbd: Properly mop up stranded requests
Nothing in the second loop of nbd_reader() was ever setting
quit; the only way the loop could end was via SEGV for
dereferencing NULL or abort() when attempting to write to
an invalid fd. Finish the implementation to properly mop
up stranded in-flight requests.
The testsuite did not exercise the case of quitting
nbdkit while a transaction was in flight, but was relying
on SIGTERM exiting the entire process before all threads
were reaped; otherwise, I might have spotted this sooner.
Signed-off-by: Eric Blake <eblake@red...
2010 Aug 28
2
[LLVMdev] [Query] Programming Register Allocation
So I have a good understanding of what and how I want to do in the abstract
sense. I am starting to gain a feel for the code base, and I see that I may
have a allocator up and running much faster than I once thought thanks to
the easy interfaces.
What I need to know is how to access the machine register classes. Also, I
need to know which virtual register is to be mapped into each specific
2015 Mar 27
2
[LLVMdev] Question about load clustering in the machine scheduler
...me.
Pick Top CLUSTER
Scheduling SU(43) %vreg46<def> = S_BUFFER_LOAD_DWORD_IMM %vreg9, 48; mem:LD4[<unknown>] SGPR_32:%vreg46 SReg_128:%vreg9
SReg_32: 45 > 44(+ 0 livethru)
VS_32: 51 > 18(+ 0 livethru)
Ready @46c
HWLGKM +1x105u
TopQ.A BotLatency SU(43) 78c
*** Max MOps 1 at cycle 46
Cycle: 47 TopQ.A
TopQ.A @47c
Retired: 47
Executed: 47c
Critical: 47c, 47 MOps
ExpectedLatency: 10c
- Latency limited.
BotQ.A RemLatency SU(1698) 99c
TopQ.A + Remain MOps: 1692
TopQ.A RemLatency SU(201) 97c
BotQ.A + Remain MOps: 1647
BotQ.A: 1698 1694 1695
Here is exam...
2007 Apr 14
0
[LLVMdev] Regalloc Refactoring
...registers and remove identity moves.
> const LoopInfo &loopInfo = getAnalysis<LoopInfo>();
>
> for (MachineFunction::iterator mbbi = mf_->begin(), mbbe = mf_->end();
> mbbi != mbbe; ++mbbi) {
> [...]
>
> for (unsigned i = 0, e = mii->getNumOperands(); i != e; ++i) {
> const MachineOperand &mop = mii->getOperand(i);
> if (mop.isRegister() && mop.getReg() &&
> MRegisterInfo::isVirtualRegister(mop.getReg())) {
> // replace register with representative register
>...
2009 Jul 07
6
yum update error
...esolving Dependencies
--> Running transaction check
---> Package exiv2.i386 0:0.18.2-1.el5.rf set to be updated
---> Package perl-Params-Util.i386 0:1.00-1.el5.rf set to be updated
---> Package perl-Moose.noarch 0:0.86-1.el5.rf set to be updated
--> Processing Dependency: perl(Class::MOP) >= 0.89 for package:
perl-Moose
---> Package perl-MRO-Compat.noarch 0:0.11-1.el5.rf set to be updated
---> Package exiv2-devel.i386 0:0.18.2-1.el5.rf set to be updated
--> Finished Dependency Resolution
perl-Moose-0.86-1.el5.rf.noarch from rpmforge has depsolving problems
--> Miss...
2007 Apr 16
0
[LLVMdev] Regalloc Refactoring
...d remove identity moves.
> const LoopInfo &loopInfo = getAnalysis<LoopInfo>();
>
> for (MachineFunction::iterator mbbi = mf_->begin(), mbbe = mf_-
> >end();
> mbbi != mbbe; ++mbbi) {
> [...]
>
> for (unsigned i = 0, e = mii->getNumOperands(); i != e; ++i) {
> const MachineOperand &mop = mii->getOperand(i);
> if (mop.isRegister() && mop.getReg() &&
> MRegisterInfo::isVirtualRegister(mop.getReg())) {
> // replace register with representative register
>...
2016 Sep 08
2
calculo de datos de temperatura, openair u otra alternativa
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160908/ef2eb3d7/attachment.html>
2006 Oct 11
1
[LLVMdev] Description Linear scan
Hey, guys,
could someone tell me some high level things about the version of
linear scan that you use?
1) The heuristics for spilling seems to be:
(mop.isUse() + mop.isDef()) * pow(10.0F, (int)loopDepth
besides not spilling defs that are immediatly followed by uses, do you
do any other thing, such as, taking into consideration the size of the
interval when spilling?
2) How do you avoid conflicts with machine registers already in the target...
2016 Sep 05
2
R SE QUEDA PEGADO e imposibilitado de trabajar.
...la verdad ya no se que hacer con el campo fecha.
SAludos a todos y gracias
Sent: Tuesday, August 30, 2016 at 11:12 AM
From: "Carlos Ortega" <cof en qualityexcellence.es<mailto:cof en qualityexcellence.es>>
To: "Javier Valdes Cantallopts (DGA)" <javier.valdes en mop.gov.cl<mailto:javier.valdes en mop.gov.cl>>
Cc: "r-help-es en r-project.org<mailto:r-help-es en r-project.org>" <r-help-es en r-project.org<mailto:r-help-es en r-project.org>>
Subject: Re: [R-es] encontrar fechas saltadas
?El considerar las horas, minutos y segu...
2007 Apr 12
0
[LLVMdev] Regalloc Refactoring
On Thu, 12 Apr 2007, David Greene wrote:
> As I work toward improving LLVM register allocation, I've
> come across the need to do some refactoring.
cool. :) One request: Evan is currently out on vacation until Monday.
This is an area that he is very interested in and will want to chime in
on. Please don't start anything drastic until he gets back :).
> Specifically, I would
2017 Jun 08
2
Non-standard C++ usage
...SO C++ forbids omitting the middle term of a ?: expression
[-Wpedantic]
return GetReportHeaderFromTag(tag) ?: "race on external object";
^
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:
In function ‘void __tsan::PrintMop(const __tsan::ReportMop*, bool)’:
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:174:50:
warning: ISO C++ does not allow ?: with omitted middle operand
[-Wpedantic]
GetObjectTypeFromTag(mop->external_tag) ?: "external object";...
2016 Sep 05
4
R SE QUEDA PEGADO e imposibilitado de trabajar.
...si es una duda nueva, es conveniente que no la adjuntes con el histórico de otra reciente que era especialmente larga...
Gracias,
Carlos Ortega
www.qualityexcellence.es<http://www.qualityexcellence.es>
El 5 de septiembre de 2016, 22:10, Javier Valdes Cantallopts (DGA) <javier.valdes en mop.gov.cl<mailto:javier.valdes en mop.gov.cl>> escribió:
Estimados:
Tengo problemas con mi programa R. Cada vez que dejo stand-by mi compu por unos minutos, R se queda pegado, e imposibilitado de trabajar, lo que me obliga a cerrarlo y volver a abrirlo cada vez que sucede.
________________...