HomeSort by relevance Sort by last modified time
    Searched defs:BV (Results 26 - 50 of 57) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallBitVector.h 110 void switchToLarge(BitVector *BV) {
111 X = reinterpret_cast<uintptr_t>(BV);
338 BitVector *BV = new BitVector(N, t);
341 (*BV)[i] = (OldBits >> i) & 1;
342 switchToLarge(BV);
351 BitVector *BV = new BitVector(SmallSize);
354 BV->set(i);
355 BV->reserve(N);
356 switchToLarge(BV);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 441 BasicValueFactory &BV;
445 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
448 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
515 BasicValueFactory &getBasicVals() { return BV; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallBitVector.h 110 void switchToLarge(BitVector *BV) {
111 X = reinterpret_cast<uintptr_t>(BV);
338 BitVector *BV = new BitVector(N, t);
341 (*BV)[i] = (OldBits >> i) & 1;
342 switchToLarge(BV);
351 BitVector *BV = new BitVector(SmallSize);
354 BV->set(i);
355 BV->reserve(N);
356 switchToLarge(BV);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 441 BasicValueFactory &BV;
445 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
448 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
515 BasicValueFactory &getBasicVals() { return BV; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallBitVector.h 110 void switchToLarge(BitVector *BV) {
111 X = reinterpret_cast<uintptr_t>(BV);
338 BitVector *BV = new BitVector(N, t);
341 (*BV)[i] = (OldBits >> i) & 1;
342 switchToLarge(BV);
351 BitVector *BV = new BitVector(SmallSize);
354 BV->set(i);
355 BV->reserve(N);
356 switchToLarge(BV);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 441 BasicValueFactory &BV;
445 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
448 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
515 BasicValueFactory &getBasicVals() { return BV; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallBitVector.h 110 void switchToLarge(BitVector *BV) {
111 X = reinterpret_cast<uintptr_t>(BV);
338 BitVector *BV = new BitVector(N, t);
341 (*BV)[i] = (OldBits >> i) & 1;
342 switchToLarge(BV);
351 BitVector *BV = new BitVector(SmallSize);
354 BV->set(i);
355 BV->reserve(N);
356 switchToLarge(BV);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 441 BasicValueFactory &BV;
445 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
448 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
515 BasicValueFactory &getBasicVals() { return BV; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallBitVector.h 110 void switchToLarge(BitVector *BV) {
111 X = reinterpret_cast<uintptr_t>(BV);
338 BitVector *BV = new BitVector(N, t);
341 (*BV)[i] = (OldBits >> i) & 1;
342 switchToLarge(BV);
351 BitVector *BV = new BitVector(SmallSize);
354 BV->set(i);
355 BV->reserve(N);
356 switchToLarge(BV);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 441 BasicValueFactory &BV;
445 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
448 BPAlloc(bpalloc), BV(bv), Ctx(ctx) {}
515 BasicValueFactory &getBasicVals() { return BV; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallBitVector.h 110 void switchToLarge(BitVector *BV) {
111 X = reinterpret_cast<uintptr_t>(BV);
338 BitVector *BV = new BitVector(N, t);
341 (*BV)[i] = (OldBits >> i) & 1;
342 switchToLarge(BV);
351 BitVector *BV = new BitVector(SmallSize);
354 BV->set(i);
355 BV->reserve(N);
356 switchToLarge(BV);
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 679 const deUint8 BV = extend6To8((deUint8)getBits(src, 0, 5));
689 const int unclampedB = (x * ((int)BH-(int)BO) + y * ((int)BV-(int)BO) + 4*(int)BO + 2) >> 2;
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp     [all...]
SPIRVWriter.cpp 134 void transDbgInfo(Value *V, SPIRVValue *BV) {
142 if (!BV->hasId())
144 BM->addLine(BV, File, DL.getLine(), DL.getCol());
149 BM->addLine(BV, File, DIS->getLine(), 0);
194 bool transAlign(Value *V, SPIRVValue *BV);
202 bool transDecoration(Value *V, SPIRVValue *BV);
240 SPIRVValue *mapValue(Value *V, SPIRVValue *BV) {
243 if (Loc->second == BV)
244 return BV;
248 BV->setId(Forward->getId())
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 222 BV = VALUE_BOOL_VEC,
    [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 159 /* A cached BV may be used across DICTs or Charstrings if inputs */
163 /* vsindex cannot be changed after a BV is used. */
165 /* Note: NDV is long (32/64 bit), while BV is 16.16 (FT_Int32). */
175 FT_Int32* BV; /* current blendV (per DICT/glyph) */
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 856 BuildVectorSDNode *BV = dyn_cast<BuildVectorSDNode>(N->getOperand(1));
861 if (!BV ||
862 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 625 BitVector BV = RS.getRegsAvailable(Subtarget.isPPC64() ? &PPC::G8RCRegClass :
633 BV.reset(CSRegs[i]);
637 int FirstScratchReg = BV.find_first();
645 int SecondScratchReg = BV.find_next(*SR1);
654 if (BV.count() < (TwoUniqueRegsRequired ? 2U : 1U))
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 496 auto BV = static_cast<SPIRVVariable*>(E);
497 if (!BV->getParent())
    [all...]
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 315 unsigned char BV : 6;
574 int bv = extend_6to8bits(BV); local
580 int by = j * (bv - bo) + 2;
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 266 BV = VALUE_BOOL_VEC,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 286 BV = VALUE_BOOL_VEC,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 780 milliseconds

12 3