Home
last modified time | relevance | path

Searched refs:getCell (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp348 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR, in getCell() function in BT::MachineEvaluator
750 RegisterCell Src = getCell(RS, Inputs); in evaluate()
807 RegisterCell DefC = ME.getCell(DefRR, Map); in visitPHI()
826 RegisterCell ResC = ME.getCell(RU, Map); in visitPHI()
859 << " cell: " << ME.getCell(RU, Map) << "\n"; in visitNonBranch()
865 << ME.getCell(RD, ResMap) << "\n"; in visitNonBranch()
885 if (RefC != ME.getCell(RD, Map)) { in visitNonBranch()
890 RegisterCell DefC = ME.getCell(RD, Map); in visitNonBranch()
891 RegisterCell ResC = ME.getCell(RD, ResMap); in visitNonBranch()
985 << " cell: " << ME.getCell(Reg, Map) << '\n'; in visitUsesOf()
[all …]
H A DHexagonConstPropagation.cpp1116 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateCMPrr()
1155 if (!getCell(R1, Inputs, LS)) in evaluateCMPri()
1182 if (!getCell(R1, Inputs, LS)) in evaluateCMPrp()
1420 if (!getCell(R1, Inputs, LS1)) in evaluateANDri()
1487 if (!getCell(R1, Inputs, LS1)) in evaluateORri()
1514 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2)) in evaluateXORrr()
1543 if (!getCell(R1, Inputs, LS1)) in evaluateXORri()
1576 if (!getCell(R1, Inputs, LS1)) in evaluateZEXTr()
2526 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH)) in evaluateHexRSEQ32()
2687 if (!getCell(CR, Inputs, LS)) in evaluateHexCondMove()
[all …]
H A DBitTracker.h399 RegisterCell getCell(const RegisterRef &RR, const CellMapType &M) const;
406 RegisterCell RC = getCell(RR, M); in getRef()
H A DHexagonBitTracker.cpp250 #define rc(i) RegisterCell::ref(getCell(Reg[i], Inputs)) in evaluate()
1019 RegisterCell PC = getCell(PR, Inputs); in evaluate()
1232 putCell(RD, getCell(RS, Inputs), Outputs); in evaluateFormalCopy()
1237 Res = eSXT(getCell(RD, Outputs), EW); in evaluateFormalCopy()
1239 Res = eZXT(getCell(RD, Outputs), EW); in evaluateFormalCopy()