HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceValueWith (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 181 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
194 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
216 ReplaceValueWith(SDValue(N, 0), Res.getValue(0));
217 ReplaceValueWith(SDValue(N, 2), Res.getValue(2));
231 ReplaceValueWith(SDValue(N, i), Res.getValue(i));
464 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
483 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
497 ReplaceValueWith(SDValue(N, 0), Res);
526 ReplaceValueWith(SDValue(N, 1), Ofl);
701 ReplaceValueWith(SDValue(N, 1), Ofl)
    [all...]
LegalizeTypes.cpp 231 // with a legal type). Results can be remapped using ReplaceValueWith,
285 // using ReplaceValueWith, and return "false"; or update the node's
342 ReplaceValueWith(SDValue(N, i), SDValue(M, i));
505 // in theory momentarily not be the case while ReplaceValueWith is doing
682 /// ReplaceValueWith - The specified value was legalized to the specified other
685 void DAGTypeLegalizer::ReplaceValueWith(SDValue From, SDValue To) {
    [all...]
LegalizeFloatTypes.cpp 582 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
595 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
632 ReplaceValueWith(SDValue(N, 1), NewVAARG.getValue(1));
    [all...]
LegalizeTypesGeneric.cpp 290 ReplaceValueWith(SDValue(N, 1), Chain);
310 ReplaceValueWith(SDValue(N, 1), Hi.getValue(1));
LegalizeVectorTypes.cpp 233 ReplaceValueWith(SDValue(N, 1), Result.getValue(1));
465 ReplaceValueWith(SDValue(N, 0), Res);
    [all...]
LegalizeTypes.h 176 void ReplaceValueWith(SDValue From, SDValue To);
    [all...]

Completed in 655 milliseconds