Displaying 2 results from an estimated 2 matches for "trigur".
Did you mean:
triger
2007 Jul 31
0
IntServ QoS question
I''m using KOM_RSVP
I''m trying to figure out what trigures and RSVP session. When I send
traffic with a certain utility the RSVP PATH, RESV, and CONF message is
sent. How does the Deameon know to setup a connection though? There is
something internal at the client source happening. I just haven''t
figured it out yet. Is it listening to a cer...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...true;
>> +}
>> +
>> +
>> +static bool IsIndirectCall(MachineInstr* MI) {
>> + return ((MI->getOpcode() == Hexagon::CALLR) ||
>> + (MI->getOpcode() == Hexagon::CALLRv3));
>> +}
>> +
>> +// Reserve resources for constant extender. Trigure an assertion if
>> +// reservation fail.
>> +void HexagonPacketizerList::reserveResourcesForConstExt(MachineInstr* MI) {
>> + const HexagonInstrInfo *QII = (const HexagonInstrInfo *) TII;
>> + MachineInstr *PseudoMI = MI->getParent()->getParent()->CreateMachineIn...