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

  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 483 auto *Masked = makeVariable(DestTy);
487 InstArithmetic::create(Func, InstArithmetic::And, Masked, Right,
490 InstArithmetic::create(Func, InstArithmetic::Shl, Top, Left, Masked));
494 Ctx->getConstantInt(DestTy, BitCount), Masked));
509 auto *Masked = makeVariable(DestTy);
513 InstArithmetic::create(Func, InstArithmetic::And, Masked, Right,
516 Top, Left, Masked));
520 Ctx->getConstantInt(DestTy, BitCount), Masked));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 507 /// Convert an analysis of a masked ICmp into its equivalent if all boolean
605 // Any icmp can be viewed as being trivially masked; if it allows us to
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 329 milliseconds