Searched refs:isRefInMap (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 237 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec); 334 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, in isRefInMap() function in HexagonExpandCondsets 807 if (isRefInMap(RR, Defs, Exec_Then)) in canMoveOver() 810 if (Op.isDef() && isRefInMap(RR, Uses, Exec_Then)) in canMoveOver() 1033 if (isRefInMap(RT, Defs, Exec_Then) || isRefInMap(RT, Uses, Exec_Else)) in predicate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 202 bool isRefInMap(RegisterRef, ReferenceMap &Map, unsigned Exec); 304 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, in isRefInMap() function in HexagonExpandCondsets 809 if (isRefInMap(RR, Defs, Exec_Then)) in canMoveOver() 812 if (Op.isDef() && isRefInMap(RR, Uses, Exec_Then)) in canMoveOver() 1038 if (isRefInMap(RT, Defs, Exec_Then) || isRefInMap(RT, Uses, Exec_Else)) in predicate()
|