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

  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 127 unsigned short getTransformedMask(unsigned short LHSMask, unsigned RHSMask) {
128 // Extract the elements from LHSMask and RHSMask, as appropriate.
136 ResElt = getMaskElt(RHSMask, SrcElt-4);
  /external/swiftshader/third_party/LLVM/utils/PerfectShuffle/
PerfectShuffle.cpp 127 unsigned short getTransformedMask(unsigned short LHSMask, unsigned RHSMask) {
128 // Extract the elements from LHSMask and RHSMask, as appropriate.
136 ResElt = getMaskElt(RHSMask, SrcElt-4);
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 127 unsigned short getTransformedMask(unsigned short LHSMask, unsigned RHSMask) {
128 // Extract the elements from LHSMask and RHSMask, as appropriate.
136 ResElt = getMaskElt(RHSMask, SrcElt-4);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
InstCombineAndOrXor.cpp 578 unsigned LHSMask, unsigned RHSMask,
589 RHSMask = conjugateICmpMask(RHSMask);
591 if ((LHSMask & Mask_NotAllZeros) && (RHSMask & BMask_Mixed)) {
597 } else if ((LHSMask & BMask_Mixed) && (RHSMask & Mask_NotAllZeros)) {
620 unsigned RHSMask = MaskPair->second;
621 unsigned Mask = LHSMask & RHSMask;
626 LHS, RHS, IsAnd, A, B, C, D, E, PredL, PredR, LHSMask, RHSMask,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 204 milliseconds