Searched refs:FromN (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 664 uint16_t FromN) const { in eSXT() 666 assert(FromN <= W); in eSXT() 668 BitValue Sign = Res[FromN-1]; in eSXT() 670 Res.fill(FromN, W, Sign); in eSXT() 675 uint16_t FromN) const { in eZXT() 677 assert(FromN <= W); in eZXT() 679 Res.fill(FromN, W, BitValue::Zero); in eZXT()
|
D | BitTracker.h | 445 RegisterCell eSXT(const RegisterCell &A1, uint16_t FromN) const; 446 RegisterCell eZXT(const RegisterCell &A1, uint16_t FromN) const;
|
D | HexagonGenInsert.cpp | 759 unsigned FromN = FromB->getNumber(), ToN = ToB->getNumber(); in distance() local 761 PairMapType::iterator F = M.find(std::make_pair(FromN, ToN)); in distance() 783 M.insert(std::make_pair(std::make_pair(FromN, ToN), MaxD)); in distance()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 8304 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { in ReplaceAllUsesWith() argument 8305 SDNode *From = FromN.getNode(); in ReplaceAllUsesWith() 8306 assert(From->getNumValues() == 1 && FromN.getResNo() == 0 && in ReplaceAllUsesWith() 8311 transferDbgValues(FromN, To); in ReplaceAllUsesWith() 8345 if (FromN == getRoot()) in ReplaceAllUsesWith()
|