HomeSort by relevance Sort by last modified time
    Searched refs:IsPair (Results 1 - 8 of 8) sorted by null

  /art/compiler/optimizing/
locations.h 171 DCHECK(IsPair());
176 DCHECK(IsPair());
216 bool IsPair() const {
307 } else if (IsPair() || IsDoubleStackSlot()) {
319 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) {
654 || input.IsPair()
locations.cc 102 } else if (location.IsPair()) {
register_allocator_graph_color.cc 323 bool IsPair() const {
358 return (IsPair() || other->IsPair()) ? 2 : 1;
    [all...]
register_allocator_linear_scan.cc 294 } else if (input.IsPair()) {
350 } else if (first.IsPair()) {
362 } else if (output.IsPair()) {
    [all...]
parallel_move_test.cc 40 } else if (location.IsPair()) {
ssa_liveness_analysis.cc 336 return location.IsPair() ? location.low() : location.reg();
  /external/googletest/googlemock/test/
gmock_output_test_.cc 277 MATCHER_P2(IsPair, first, second, "") {
283 EXPECT_THAT((std::pair<int, bool>(42, true)), IsPair(m1, true));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 807 bool IsPair = isHvxPairTy(VecTy);
814 if (IsPair) {
    [all...]

Completed in 126 milliseconds