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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
BitTracker.cpp 348 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR,
735 Res.insert(RegisterCell::ref(getCell(RS, Inputs)), mask(RD.Reg, SS));
736 Res.insert(RegisterCell::ref(getCell(RT, Inputs)), mask(RD.Reg, ST));
750 RegisterCell Src = getCell(RS, Inputs);
807 RegisterCell DefC = ME.getCell(DefRR, Map);
826 RegisterCell ResC = ME.getCell(RU, Map);
859 << " cell: " << ME.getCell(RU, Map) << "\n";
865 << ME.getCell(RD, ResMap) << "\n";
885 if (RefC != ME.getCell(RD, Map)) {
890 RegisterCell DefC = ME.getCell(RD, Map)
    [all...]
HexagonConstPropagation.cpp 358 bool getCell(const RegisterSubReg &R, const CellMap &Inputs, LatticeCell &RC);
1086 bool MachineConstEvaluator::getCell(const RegisterSubReg &R, const CellMap &Inputs,
1116 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1155 if (!getCell(R1, Inputs, LS))
1182 if (!getCell(R1, Inputs, LS))
1373 return getCell(R1, Inputs, Result);
1411 return getCell(R1, Inputs, Result);
1420 if (!getCell(R1, Inputs, LS1))
1478 return getCell(R1, Inputs, Result)
    [all...]
BitTracker.h 399 RegisterCell getCell(const RegisterRef &RR, const CellMapType &M) const;
406 RegisterCell RC = getCell(RR, M);
HexagonBitTracker.cpp 250 #define rc(i) RegisterCell::ref(getCell(Reg[i], Inputs))
1019 RegisterCell PC = getCell(PR, Inputs);
1232 putCell(RD, getCell(RS, Inputs), Outputs);
1237 Res = eSXT(getCell(RD, Outputs), EW);
1239 Res = eZXT(getCell(RD, Outputs), EW);

Completed in 66 milliseconds