Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:SV

1946                                                  const Value* SV,
1988 SDValue CondLHS = getValue(SV);
2050 // the Case's target mbb if the value being switched on SV is equal
2059 // Put SV in a virtual register to make it available from the new blocks.
2060 ExportFromCurrentBlock(SV);
2071 LHS = SV; RHS = I->High; MHS = NULL;
2074 LHS = I->Low; MHS = SV; RHS = I->High;
2114 const Value *SV,
2215 JumpTableHeader JTH(First, Last, SV, CR.CaseBB, (CR.CaseBB == SwitchBB));
2227 const Value* SV,
2307 // tree a bit, by recognizing that if SV is greater than or equal to the
2321 // Put SV in a virtual register to make it available from the new blocks.
2322 ExportFromCurrentBlock(SV);
2338 // Put SV in a virtual register to make it available from the new blocks.
2339 ExportFromCurrentBlock(SV);
2343 // the LHS node if the value being switched on SV is less than C.
2345 CaseBlock CB(ISD::SETULT, SV, C, NULL, TrueBB, FalseBB, CR.CaseBB);
2360 const Value* SV,
2473 // Put SV in a virtual register to make it available from the new blocks.
2474 ExportFromCurrentBlock(SV);
2477 BitTestBlock BTB(lowBound, cmpRange, SV,
2579 const Value *SV = SI.getCondition();
2591 if (handleBitTestsSwitchCase(CR, WorkList, SV, Default, SwitchMBB))
2596 if (handleSmallSwitchRange(CR, WorkList, SV, Default, SwitchMBB))
2603 if (handleJTSwitchCase(CR, WorkList, SV, Default, SwitchMBB))
2608 handleBTSplitSwitchCase(CR, WorkList, SV, Default, SwitchMBB);
3269 const Value *SV = I.getOperand(0);
3270 SDValue Ptr = getValue(SV);
3294 AliasAnalysis::Location(SV, AA->getTypeStoreSize(Ty), TBAAInfo))) {
3326 A, MachinePointerInfo(SV, Offsets[i]), isVolatile,