Searched refs:Swapped (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/generators/
H A Didl_diff.py188 # Swapped
193 def Swapped(last, next): function
299 if Swapped(changes[cur], changes[cmp]):
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp951 bool Swapped = false, SomeOpMatched = false; local
970 if (J1->getOperand(Swapped ? unsigned(!j) : j) != Op2) {
976 if (!Swapped && J1->isCommutative() && !SomeOpMatched &&
978 Swapped = true;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1390 bool Swapped = false; local
1399 Swapped = false;
1406 Swapped = false;
1415 Swapped = true;
1422 Swapped = true;
1444 if (Swapped)
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp752 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
753 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped)));
H A DTargetInfo.cpp5977 /// cached encoding is 'Swapped' out, as it may be incorrect, and...
6000 std::string Swapped; // A temporary place holder for a Recursive encoding member in struct:__anon17889::TypeStringCache::Entry
6109 E.Swapped.swap(E.Str); // swap out the Recursive
6134 if (E.Swapped.empty())
6138 E.Swapped.swap(E.Str);
6139 E.Swapped.clear();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp313 uint32_t Swapped = (Value & 0xFFFF0000) >> 16; local
314 Swapped |= (Value & 0x0000FFFF) << 16;
315 return Swapped;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7629 bool Swapped = false;
7632 Swapped = true;
7697 if (Swapped)
7747 if (Swapped)
7777 X1 = (AM == ISD::PRE_DEC && !Swapped) ? -1 : 1;
7778 Y1 = (AM == ISD::PRE_DEC && Swapped) ? -1 : 1;

Completed in 323 milliseconds