HomeSort by: relevance | last modified time | path
    Searched refs:ReplaceValueWith (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 171 ReplaceValueWith(SDValue(N, 1), Tmp.second);
192 ReplaceValueWith(SDValue(N, 1), Tmp.second);
451 ReplaceValueWith(SDValue(N, 1), Tmp.second);
520 ReplaceValueWith(SDValue(N, 1), Tmp.second);
557 ReplaceValueWith(SDValue(N, 1), Tmp.second);
600 ReplaceValueWith(SDValue(N, 1), Tmp.second);
693 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
704 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1));
743 ReplaceValueWith(SDValue(N, 1), NewVAARG.getValue(1));
781 ReplaceValueWith(SDValue(N, 1), Tmp.second)
    [all...]
LegalizeTypes.cpp 252 // with a legal type). Results can be remapped using ReplaceValueWith,
316 // using ReplaceValueWith, and return "false"; or update the node's
378 ReplaceValueWith(SDValue(N, i), SDValue(M, i));
537 // in theory momentarily not be the case while ReplaceValueWith is doing
640 void DAGTypeLegalizer::ReplaceValueWith(SDValue From, SDValue To) {
933 ReplaceValueWith(SDValue(N, i), Results[i]);
962 ReplaceValueWith(SDValue(N, i), Results[i]);
970 ReplaceValueWith(SDValue(N, i), SDValue(N->getOperand(i)));
LegalizeIntegerTypes.cpp 268 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
280 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
301 ReplaceValueWith(SDValue(N, 0), Res.getValue(0));
302 ReplaceValueWith(SDValue(N, 2), Res.getValue(2));
331 ReplaceValueWith(SDValue(N, i), Res.getValue(i));
610 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
651 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
693 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
708 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
731 ReplaceValueWith(SDValue(N, 1), Res.getValue(1))
    [all...]
LegalizeVectorTypes.cpp 245 ReplaceValueWith(SDValue(N, 1), Result.getValue(1));
281 ReplaceValueWith(SDValue(N, OtherNo), OtherVal);
367 ReplaceValueWith(SDValue(N, 1), Result.getValue(1));
681 ReplaceValueWith(SDValue(N, 0), Res);
717 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
724 ReplaceValueWith(SDValue(N, 0), Res);
830 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
836 ReplaceValueWith(SDValue(N, 0), Res);
859 ReplaceValueWith(SDValue(N, 1), Res.getValue(1));
865 ReplaceValueWith(SDValue(N, 0), Res)
    [all...]
LegalizeTypesGeneric.cpp 286 ReplaceValueWith(SDValue(N, 1), Chain);
307 ReplaceValueWith(SDValue(N, 1), Chain);
LegalizeTypes.h 235 void ReplaceValueWith(SDValue From, SDValue To);

Completed in 28 milliseconds