Home
last modified time | relevance | path

Searched refs:IsLeft (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-diff/
H A DClangDiff.cpp267 diff::SyntaxTree &Tree, bool IsLeft, in printHtmlForNode() argument
273 if (IsLeft) { in printHtmlForNode()
306 Offset = printHtmlForNode(OS, Diff, Tree, IsLeft, Child, Offset); in printHtmlForNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1055 static bool matchPairwiseShuffleMask(ShuffleVectorInst *SI, bool IsLeft, in matchPairwiseShuffleMask() argument
1059 if (!SI && Level == 0 && IsLeft) in matchPairwiseShuffleMask()
1069 for (unsigned i = 0, e = (1 << Level), val = !IsLeft; i != e; ++i, val += 2) in matchPairwiseShuffleMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5533 bool IsLeft = MI.getOpcode() == TargetOpcode::G_ROTL; in lowerRotateWithReverseRotate() local
5534 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotateWithReverseRotate()
5550 bool IsLeft = MI.getOpcode() == TargetOpcode::G_ROTL; in lowerRotate() local
5555 unsigned RevRot = IsLeft ? TargetOpcode::G_ROTR : TargetOpcode::G_ROTL; in lowerRotate()
5561 unsigned ShOpc = IsLeft ? TargetOpcode::G_SHL : TargetOpcode::G_LSHR; in lowerRotate()
5562 unsigned RevShiftOpc = IsLeft ? TargetOpcode::G_LSHR : TargetOpcode::G_SHL; in lowerRotate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6551 bool IsLeft = Node->getOpcode() == ISD::ROTL; in expandROT() local
6560 unsigned RevRot = IsLeft ? ISD::ROTR : ISD::ROTL; in expandROT()
6575 unsigned ShOpc = IsLeft ? ISD::SHL : ISD::SRL; in expandROT()
6576 unsigned HsOpc = IsLeft ? ISD::SRL : ISD::SHL; in expandROT()