search for: opcodename

Displaying 9 results from an estimated 9 matches for "opcodename".

Did you mean: codename
2009 Apr 15
7
[LLVMdev] Accessing instruction/operand names
Hello everyone, I'm currently constructing a graph from LLVM bitcode, and I have a question about accessing the names of the variables shown in the .ll assembly file, assuming it's possible... For example, with %2 = load i32* %x_addr, align 4 ; <i32> [#uses=1] I can retrieve the opcodeName() from the Instruction object, which is "load". I can also access the operand and use getName() to retrieve "x_addr". However, this instruction is storing into %2 - how do I access the name of that? Also, when an operand is a numbered temporary such as %3 = add i32 %2, %1 ; &...
2016 May 04
2
llvm dynamic execution trace
Hi Dean, thank you for the response! I'm a newbie to LLVM, a student working on an LLVM project so I'm not quite sure of what you're suggesting, please excuse my naivety. To clarify there used to exist this http://llvm.org/releases/1.0/docs/CommandGuide/lli.html where you could type "lli -trace 'filename.bc' and you would get a dump of the dynamic excutiion trace. I
2012 Jun 22
1
Problem with GT520 and optimus on Fedora 17
...24] [drm] Initialized drm 1.1.0 20060810 [ 2.644723] wmi: Mapper loaded [ 2.647064] MXM: GUID detected in BIOS [ 2.647107] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff88023ee2c510 (20120320/exresop-590) [ 2.647112] ACPI Exception: AEAML_OPERAND_TYPE, While resolving operands for OpcodeName unavailable [ 2.647118] ACPI Error: Method parse/execution failed _SB_.PCI0.GFX0._DSM, AE_AML_OPERAND_TYPE (20120320/psparse-536) [ 2.647129] failed to evaluate _DSM: 12291 [ 2.647229] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff88023ee2c510 (20120320/exresop-590) [ 2.647233] AC...
2009 Apr 15
0
[LLVMdev] Accessing instruction/operand names
...tructing a graph from LLVM bitcode, and I have a question > about accessing the names of the variables shown in the .ll assembly file, > assuming it's possible... > > For example, with > > %2 = load i32* %x_addr, align 4 ; <i32> [#uses=1] > > I can retrieve the opcodeName() from the Instruction object, which is > "load". I can also access the operand and use getName() to retrieve > "x_addr". However, this instruction is storing into %2 - how do I access the > name of that? > > Also, when an operand is a numbered temporary such as...
2009 Apr 15
0
[LLVMdev] Accessing instruction/operand names
...ting a graph from LLVM bitcode, and I have a question > about accessing the names of the variables shown in the .ll assembly file, > assuming it's possible... > > For example, with > > %2 = load i32* %x_addr, align 4         ; <i32> [#uses=1] > > I can retrieve the opcodeName() from the Instruction object, which is > "load". I can also access the operand and use getName() to retrieve > "x_addr". However, this instruction is storing into %2 - how do I access the > name of that? > > Also, when an operand is a numbered temporary such as &...
2014 Apr 24
3
[LLVMdev] tablegen for fast isel
What is the purpose of tablegen created files for fast-isel? If I make the following change to Makefile in lib/Target/Mips BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ - MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \ +
2010 Mar 13
10
[Bug 27064] New: Nouveau fails to start X. This is a Nvidia G210m, the laptop is an asus UL50vt
...> GSI 16 (level, low) -> IRQ 16 [ 6.636865] nouveau 0000:01:00.0: setting latency timer to 64 [ 6.639651] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff88013cb6e900 (20091214/exresop-590) [ 6.639660] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20091214/dswexec-445) [ 6.639668] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.VGA_._DSM] (Node ffff88013fa5d120), AE_AML_OPERAND_TYPE [ 6.639745] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.P0P1.VGA_._DSM] (Node ffff88013fa5eac0)...
2006 Oct 03
2
[LLVMdev] [patch] fix gcc build failure on arm
The attached patch implements iasm_memory_clobber so that cc1 links correctly on arm targets. Best Regards, Rafael -------------- next part -------------- A non-text attachment was scrubbed... Name: gcc.patch Type: application/octet-stream Size: 570 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061003/947791cb/attachment.obj>
2010 Feb 10
3
[Bug 26499] New: nouveau driver fails to load
http://bugs.freedesktop.org/show_bug.cgi?id=26499 Summary: nouveau driver fails to load Product: xorg Version: 7.4 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: info at