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);
645 ReplaceValueWith(SDValue(N, 1), Ofl);
696 ReplaceValueWith(SDValue(N, 1), Overflow);
748 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
672 /// ReplaceValueWith - The specified value was legalized to the specified other
675 void DAGTypeLegalizer::ReplaceValueWith(SDValue From, SDValue To) {
    [all...]
LegalizeFloatTypes.cpp 510 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
522 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
559 ReplaceValueWith(SDValue(N, 1), NewVAARG.getValue(1));
631 ReplaceValueWith(SDValue(N, 0), Res);
    [all...]
LegalizeTypesGeneric.cpp 282 ReplaceValueWith(SDValue(N, 1), Chain);
302 ReplaceValueWith(SDValue(N, 1), Hi.getValue(1));
LegalizeVectorTypes.cpp 222 ReplaceValueWith(SDValue(N, 1), Result.getValue(1));
397 ReplaceValueWith(SDValue(N, 0), Res);
840 ReplaceValueWith(SDValue(LD, 1), Ch);
    [all...]
LegalizeTypes.h 172 void ReplaceValueWith(SDValue From, SDValue To);
    [all...]

Completed in 37 milliseconds