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

  /external/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp 279 APInt MaskElt = cast<ConstantInt>(COp)->getValue();
281 APInt Index = MaskElt.getLoBits(5);
282 APInt PermuteOp = MaskElt.lshr(5).getLoBits(3);
283 MaskElt = MaskElt.lshr(8);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 540 int MaskElt;
542 MaskElt = -1; // undef
544 MaskElt = LHSMask[Mask[i]];
546 if (MaskElt >= 0) {
547 if (SplatElt >=0 && SplatElt != MaskElt)
549 SplatElt = MaskElt;
551 NewMask.push_back(MaskElt);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 282 milliseconds