Searched defs:Victim (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 741 SDValue Victim = N->getOperand(0); local 746 Victim = DAG.getNode(MSP430ISD::RRC, dl, VT, Victim); 751 Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA), 752 dl, VT, Victim); 754 return Victim;
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 620 SDValue Victim = N->getOperand(0); local 625 Victim = DAG.getNode(MSP430ISD::RRC, dl, VT, Victim); 630 Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA), 631 dl, VT, Victim); 633 return Victim;
|
/external/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 3575 ParsingClass *Victim = ClassStack.top(); local 3577 if (Victim->TopLevelClass) { 3580 DeallocateParsedClasses(Victim); 3585 if (Victim->LateParsedDeclarations.empty()) { 3590 DeallocateParsedClasses(Victim); 3598 ClassStack.top()->LateParsedDeclarations.push_back(new LateParsedClass(this, Victim)); 3599 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope();
|
Completed in 1357 milliseconds