HomeSort by relevance Sort by last modified time
    Searched refs:Mask (Results 201 - 225 of 317) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/IR/
Attributes.cpp 578 uint64_t Mask = 0;
590 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16;
592 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
594 llvm_unreachable("dereferenceable not supported in bit mask");
596 Mask |= AttributeImpl::getAttrMask(Kind);
599 return Mask;
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 357 std::string Mask, MaskLiteralType;
359 Mask = "0xff";
362 Mask = "0xffff";
365 Mask = "0xffffffffL";
372 // Cast the mask to the appropriate type.
374 Mask = "(" + DestIntegerType + ") " + Mask;
376 return "((" + DestIntegerType + ") ((" + Value + ") & " + Mask + "))";
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 331 // changing the relative order of the mask operands might change what happens
332 // to the high-bits of the mask (and, thus, the result).
339 // M = mask(MB,ME)
342 // M = mask((ME+1)&31, (MB-1)&31)
371 // We can't commute a trivial mask (there is no way to represent an all-zero
372 // mask).
399 // Swap the mask around.
866 // then mask with 0x1 (MB = ME = 31).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 674 WINBOOL IMAGEAPI SymEnumSourceFiles(HANDLE hProcess,ULONG64 ModBase,PCSTR Mask,PSYM_ENUMSOURCEFILES_CALLBACK cbSrcFiles,PVOID UserContext);
675 WINBOOL IMAGEAPI SymEnumSourceFilesW(HANDLE hProcess,ULONG64 ModBase,PCWSTR Mask,PSYM_ENUMSOURCEFILES_CALLBACKW cbSrcFiles,PVOID UserContext);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 570 SDValue Mask = N->getOperand(0);
574 Mask = PromoteTargetBoolean(Mask, OpTy);
578 LHS.getValueType(), Mask, LHS, RHS);
    [all...]
SelectionDAG.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 205 GLubyte *mask = swrast->SpanArrays->mask; \
220 mask[i] = 1; \
223 mask[i] = 0; \
230 span.end, span.x, span.y, rgba, mask);
888 ASSERT(!ctx->Depth.Mask); \
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 447 unsigned char _BitScanForward(unsigned long* Index, unsigned long Mask);
495 /* Destructively loop over all of the bits in a mask as in:
503 static INLINE int u_bit_scan(unsigned *mask)
505 int i = ffs(*mask) - 1;
506 *mask &= ~(1 << i);
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 257 ctx->Driver.DepthMask(ctx, ctx->Depth.Mask);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 348 if (depth_irb && ctx->Depth.Mask)
  /external/mesa3d/src/mesa/main/
clear.c 143 * \param mask bit-mask indicating the buffers to be cleared.
151 _mesa_Clear( GLbitfield mask )
159 _mesa_debug(ctx, "glClear 0x%x\n", mask);
161 if (mask & ~(GL_COLOR_BUFFER_BIT |
166 _mesa_error( ctx, GL_INVALID_VALUE, "glClear(0x%x)", mask);
173 if ((mask & GL_ACCUM_BUFFER_BIT) != 0
201 if (!ctx->Depth.Mask)
202 mask &= ~GL_DEPTH_BUFFER_BIT;
210 if (mask & GL_COLOR_BUFFER_BIT)
251 GLbitfield mask = 0x0; local
346 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer); local
412 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer); local
510 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer); local
566 GLbitfield mask = 0; local
    [all...]
  /external/skia/src/svg/parser/
SkSVGParser.cpp 371 CASE_NEW(Mask);
419 {"mask", SkSVGType_Mask},
  /external/v8/test/cctest/
types-fuzz.h 137 #define DECLARE_TYPE(name, value) Type* Mask##name##ForTesting;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
routprot.h 159 DWORD Mask;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 133 // True if LHS u> RHS and RHS == high-bit-mask - 1
137 // True if LHS u>= RHS and RHS == high-bit-mask (2^7, 2^15, 2^31, etc)
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 337 maskFlags(SCEV::NoWrapFlags Flags, int Mask) {
338 return (SCEV::NoWrapFlags)(Flags & Mask);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 617 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1;
618 uint64_t SlicedValue = (SubExprResult.getValue() >> LowBit) & Mask;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 112 // This should return a register mask that is the same as that returned by
671 unsigned Mask = (1 << NumBits) - 1;
672 if ((unsigned)Offset <= Mask * Scale)
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 105 /// Operands are two FP values to compare; result is a mask of
201 /// This is used to emphasize that the condition mask is
321 // Vector integer comparisons, the result is in a mask vector.
324 /// Vector comparison generating mask bits for fp and
355 // Vector "test" in AVX-512, the result is in a mask vector.
411 // Broadcast mask to vector
722 /// Determine which of the bits specified in Mask are known to be either
849 /// target supports the VECTOR_SHUFFLE node, all mask values are assumed to
851 bool isShuffleMaskLegal(const SmallVectorImpl<int> &Mask,
857 bool isVectorClearMaskLegal(const SmallVectorImpl<int> &Mask,
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 458 Constant *Mask = ConstantVector::get(Idxs);
460 Value *V = new ShuffleVectorInst(Val0, Val1, Mask, "Shuff",
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 210 && ctx->Depth.Mask==GL_TRUE
311 ctx->Depth.Mask == GL_TRUE &&
    [all...]

Completed in 812 milliseconds

1 2 3 4 5 6 7 891011>>