search for: _flush_buffer

Displaying 2 results from an estimated 2 matches for "_flush_buffer".

Did you mean: flush_buffer
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...refix, "_scan_bytes" ); out_str3( "#define yy%s %s%s\n", "_flex_debug", prefix, "_flex_debug" ); out_str3( "#define yy%s %s%s\n", "_init_buffer", prefix, "_init_buffer" ); out_str3( "#define yy%s %s%s\n", "_flush_buffer", prefix, "_flush_buffer" ); out_str3( "#define yy%s %s%s\n", "_load_buffer_state", prefix, "_load_buffer_state" ); out_str3( "#define yy%s %s%s\n", "_switch_to_buffer", prefix, "_switch_to_buffer" ); out_str3( &quo...