Home
last modified time | relevance | path

Searched refs:SeenOpcodes (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp221 SmallVector<std::pair<unsigned, unsigned>, 4> SeenOpcodes; in getConstantVRegValWithLookThrough() local
250 SeenOpcodes.push_back(std::make_pair( in getConstantVRegValWithLookThrough()
274 while (!SeenOpcodes.empty()) { in getConstantVRegValWithLookThrough()
275 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp272 SmallVector<std::pair<unsigned, unsigned>, 4> SeenOpcodes; in getConstantVRegValWithLookThrough() local
301 SeenOpcodes.push_back(std::make_pair( in getConstantVRegValWithLookThrough()
325 while (!SeenOpcodes.empty()) { in getConstantVRegValWithLookThrough()
326 std::pair<unsigned, unsigned> OpcodeAndSize = SeenOpcodes.pop_back_val(); in getConstantVRegValWithLookThrough()