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 180 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
193 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
215 ReplaceValueWith(SDValue(N, 0), Res.getValue(0));
216 ReplaceValueWith(SDValue(N, 2), Res.getValue(2));
231 ReplaceValueWith(SDValue(N, ChainOp), Res.getValue(ChainOp));
454 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
469 ReplaceValueWith(SDValue(N, 0), Res);
498 ReplaceValueWith(SDValue(N, 1), Ofl);
673 ReplaceValueWith(SDValue(N, 1), Ofl);
724 ReplaceValueWith(SDValue(N, 1), Overflow)
    [all...]
LegalizeTypes.cpp 231 // with a legal type). Results can be remapped using ReplaceValueWith,
281 // using ReplaceValueWith, and return "false"; or update the node's
334 ReplaceValueWith(SDValue(N, i), SDValue(M, i));
497 // in theory momentarily not be the case while ReplaceValueWith is doing
674 /// ReplaceValueWith - The specified value was legalized to the specified other
677 void DAGTypeLegalizer::ReplaceValueWith(SDValue From, SDValue To) {
    [all...]
LegalizeFloatTypes.cpp 526 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
539 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
576 ReplaceValueWith(SDValue(N, 1), NewVAARG.getValue(1));
648 ReplaceValueWith(SDValue(N, 0), Res);
    [all...]
LegalizeTypesGeneric.cpp 287 ReplaceValueWith(SDValue(N, 1), Chain);
307 ReplaceValueWith(SDValue(N, 1), Hi.getValue(1));
LegalizeVectorTypes.cpp 230 ReplaceValueWith(SDValue(N, 1), Result.getValue(1));
442 ReplaceValueWith(SDValue(N, 0), Res);
    [all...]
LegalizeTypes.h 171 void ReplaceValueWith(SDValue From, SDValue To);
    [all...]

Completed in 47 milliseconds