HomeSort by: relevance | last modified time | path
    Searched refs:IsSwap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 76 unsigned int IsSwap : 1;
303 SwapVector[VecIdx].IsSwap = 1;
340 // IsSwap, we ensure computations containing them will be rejected
349 SwapVector[VecIdx].IsSwap = 1;
365 // IsSwap, we ensure computations containing them will be rejected
374 SwapVector[VecIdx].IsSwap = 1;
654 !(SwapVector[EntryIdx].IsSwappable || SwapVector[EntryIdx].IsSwap)) {
669 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) {
680 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad ||
697 if (SwapVector[UseIdx].IsSwap && !SwapVector[UseIdx].IsLoad &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp 340 bool IsSwap = false;
358 IsSwap = true;
513 } else if (!IsSwap) {

Completed in 20 milliseconds