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 176 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
189 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
202 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
426 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
441 ReplaceValueWith(SDValue(N, 0), Res);
470 ReplaceValueWith(SDValue(N, 1), Ofl);
636 ReplaceValueWith(SDValue(N, 1), Ofl);
679 ReplaceValueWith(SDValue(N, 1), Overflow);
731 ReplaceValueWith(SDValue(N, 1), Chain);
    [all...]
LegalizeTypes.cpp 229 // with a legal type). Results can be remapped using ReplaceValueWith,
279 // using ReplaceValueWith, and return "false"; or update the node's
332 ReplaceValueWith(SDValue(N, i), SDValue(M, i));
495 // in theory momentarily not be the case while ReplaceValueWith is doing
668 /// ReplaceValueWith - The specified value was legalized to the specified other
671 void DAGTypeLegalizer::ReplaceValueWith(SDValue From, SDValue To) {
    [all...]
LegalizeFloatTypes.cpp 486 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
498 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
535 ReplaceValueWith(SDValue(N, 1), NewVAARG.getValue(1));
606 ReplaceValueWith(SDValue(N, 0), Res);
    [all...]
LegalizeTypesGeneric.cpp 240 ReplaceValueWith(SDValue(N, 1), Chain);
260 ReplaceValueWith(SDValue(N, 1), Hi.getValue(1));
LegalizeVectorTypes.cpp 201 ReplaceValueWith(SDValue(N, 1), Result.getValue(1));
370 ReplaceValueWith(SDValue(N, 0), Res);
776 ReplaceValueWith(SDValue(LD, 1), Ch);
    [all...]
LegalizeTypes.h 169 void ReplaceValueWith(SDValue From, SDValue To);
    [all...]

Completed in 622 milliseconds