Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:SV

1901                                                  const Value* SV,
1944 SDValue CondLHS = getValue(SV);
1986 // the Case's target mbb if the value being switched on SV is equal
1995 // Put SV in a virtual register to make it available from the new blocks.
1996 ExportFromCurrentBlock(SV);
2007 LHS = SV; RHS = I->High; MHS = NULL;
2010 LHS = I->Low; MHS = SV; RHS = I->High;
2048 const Value *SV,
2134 JumpTableHeader JTH(First, Last, SV, CR.CaseBB, (CR.CaseBB == SwitchBB));
2146 const Value* SV,
2226 // tree a bit, by recognizing that if SV is greater than or equal to the
2240 // Put SV in a virtual register to make it available from the new blocks.
2241 ExportFromCurrentBlock(SV);
2257 // Put SV in a virtual register to make it available from the new blocks.
2258 ExportFromCurrentBlock(SV);
2262 // the LHS node if the value being switched on SV is less than C.
2264 CaseBlock CB(ISD::SETLT, SV, C, NULL, TrueBB, FalseBB, CR.CaseBB);
2279 const Value* SV,
2391 // Put SV in a virtual register to make it available from the new blocks.
2392 ExportFromCurrentBlock(SV);
2395 BitTestBlock BTB(lowBound, cmpRange, SV,
2513 const Value *SV = SI.getCondition();
2525 if (handleBitTestsSwitchCase(CR, WorkList, SV, Default, SwitchMBB))
2530 if (handleSmallSwitchRange(CR, WorkList, SV, Default, SwitchMBB))
2536 if (handleJTSwitchCase(CR, WorkList, SV, Default, SwitchMBB))
2541 handleBTSplitSwitchCase(CR, WorkList, SV, Default, SwitchMBB);
3202 const Value *SV = I.getOperand(0);
3203 SDValue Ptr = getValue(SV);
3227 AliasAnalysis::Location(SV, AA->getTypeStoreSize(Ty), TBAAInfo))) {
3259 A, MachinePointerInfo(SV, Offsets[i]), isVolatile,