• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/

Lines Matching defs:SV

1937                                                  const Value* SV,
1979 SDValue CondLHS = getValue(SV);
2041 // the Case's target mbb if the value being switched on SV is equal
2050 // Put SV in a virtual register to make it available from the new blocks.
2051 ExportFromCurrentBlock(SV);
2062 LHS = SV; RHS = I->High; MHS = NULL;
2065 LHS = I->Low; MHS = SV; RHS = I->High;
2105 const Value *SV,
2206 JumpTableHeader JTH(First, Last, SV, CR.CaseBB, (CR.CaseBB == SwitchBB));
2218 const Value* SV,
2298 // tree a bit, by recognizing that if SV is greater than or equal to the
2312 // Put SV in a virtual register to make it available from the new blocks.
2313 ExportFromCurrentBlock(SV);
2329 // Put SV in a virtual register to make it available from the new blocks.
2330 ExportFromCurrentBlock(SV);
2334 // the LHS node if the value being switched on SV is less than C.
2336 CaseBlock CB(ISD::SETULT, SV, C, NULL, TrueBB, FalseBB, CR.CaseBB);
2351 const Value* SV,
2464 // Put SV in a virtual register to make it available from the new blocks.
2465 ExportFromCurrentBlock(SV);
2468 BitTestBlock BTB(lowBound, cmpRange, SV,
2570 const Value *SV = SI.getCondition();
2582 if (handleBitTestsSwitchCase(CR, WorkList, SV, Default, SwitchMBB))
2587 if (handleSmallSwitchRange(CR, WorkList, SV, Default, SwitchMBB))
2594 if (handleJTSwitchCase(CR, WorkList, SV, Default, SwitchMBB))
2599 handleBTSplitSwitchCase(CR, WorkList, SV, Default, SwitchMBB);
3260 const Value *SV = I.getOperand(0);
3261 SDValue Ptr = getValue(SV);
3285 AliasAnalysis::Location(SV, AA->getTypeStoreSize(Ty), TBAAInfo))) {
3317 A, MachinePointerInfo(SV, Offsets[i]), isVolatile,