HomeSort by relevance Sort by last modified time
    Searched refs:Masked (Results 1 - 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 278 /// Convert an analysis of a masked ICmp into its equivalent if all boolean
339 // Any icmp can be viewed as being trivially masked; if it allows us to
581 "Expected equality predicates for masked type of icmps.");
618 "Expected equality predicates for masked type of icmps.");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 641 /// masked load/store.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 372 milliseconds