Home
last modified time | relevance | path

Searched defs:xor_mask (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc52 int64 xor_mask, llvm::Type* index_type, in EmitCompareLoopBody()
228 for (int64 xor_mask : xor_masks) { in EmitTiledCompareLoop() local
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc490 const uint64 xor_mask = (!((*src)[0] & 0x80)) ? ~0ULL : 0ULL; in ReadSignedNumIncreasing() local
/external/libxml2/
Dxmlschemastypes.c4116 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2986 absl::StrJoin(xor_masks, ", ", [](std::string* out, int64 xor_mask) { in EmitSortFromMlir()
3020 int64 xor_mask; in EmitSortFromMlir() local
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3532 static inline unsigned ds_pattern_bitmode(unsigned and_mask, unsigned or_mask, unsigned xor_mask) in ds_pattern_bitmode()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp227 unsigned xor_mask = (mask >> 10) & 0x1f; in emit_masked_swizzle() local