Searched refs:Bits (Results 76 - 100 of 141) sorted by relevance

123456

/external/llvm/include/llvm/ADT/
H A DAPSInt.h149 APSInt operator<<(unsigned Bits) const {
150 return APSInt(static_cast<const APInt&>(*this) << Bits, IsUnsigned);
H A DFoldingSet.h297 /// Bits - Vector of all the data bits that make the node unique.
299 SmallVector<unsigned, 32> Bits; member in class:llvm::FoldingSetNodeID
305 : Bits(Ref.getData(), Ref.getData() + Ref.getSize()) {}
325 inline void clear() { Bits.clear(); }
H A DAPInt.h87 /// Bits in a word
831 /// Shifts this APInt left by \p Bits and returns the result.
832 APInt operator<<(unsigned Bits) const { return shl(Bits); }
836 /// Shifts this APInt left by \p Bits and returns the result.
837 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
/external/clang/include/clang/AST/
H A DType.h2677 // you'll need to adjust both the Bits field below and
2690 uint16_t Bits; member in class:clang::FunctionType::ExtInfo
2692 ExtInfo(unsigned Bits) : Bits(static_cast<uint16_t>(Bits)) {} argument
2702 Bits = ((unsigned) cc) |
2710 ExtInfo() : Bits(CC_C) { }
2714 ExtInfo(CallingConv CC) : Bits(CC) { }
2716 bool getNoReturn() const { return Bits & NoReturnMask; }
2717 bool getProducesResult() const { return Bits
[all...]
/external/llvm/lib/IR/
H A DDataLayout.cpp215 static unsigned inBytes(unsigned Bits) { argument
216 assert(Bits % 8 == 0 && "number of bits must be a byte width multiple");
217 return Bits / 8;
/external/clang/test/SemaCXX/
H A Doverload-call.cpp116 struct Bits { struct
124 void test_bitfield(Bits bits, int x) {
/external/llvm/lib/Target/AArch64/
H A DAArch64BranchRelaxation.cpp257 unsigned Bits) {
258 unsigned MaxOffs = ((1 << (Bits - 1)) - 1) << 2;
255 isBlockInRange(MachineInstr *MI, MachineBasicBlock *DestBB, unsigned Bits) argument
/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.h111 uint32_t Bits(int msb, int lsb) const { function in class:v8::internal::Instruction
/external/freetype/src/gzip/
H A Dinfcodes.c14 #define bits word.what.Bits
H A Dinftrees.c27 #define bits word.what.Bits
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1281 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, argument
1283 APInt A0(Bits, 1, true), A1(Bits, 0, true);
1284 APInt B0(Bits, 0, true), B1(Bits, 1, true);
1400 unsigned Bits = AM.getBitWidth(); local
1401 if (findGCD(Bits, AM, BM, ConstDelta->getValue()->getValue(), G, X, Y)) {
1411 APInt UM(Bits, 1, true);
1421 APInt TU(APInt::getSignedMaxValue(Bits));
1422 APInt TL(APInt::getSignedMinValue(Bits));
1804 unsigned Bits = AM.getBitWidth(); local
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp429 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val); local
430 Constant *Mask = ConstantInt::get(I.getContext(), Bits);
465 APInt Bits = APInt::getHighBitsSet(TypeBits, TypeBits - Op1Val); local
466 Constant *Mask = ConstantInt::get(I.getContext(), Bits);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.cc224 overlay->pixels[0] = (Uint8 *)bbitmap->Bits();
/external/vixl/src/a64/
H A Dinstructions-a64.h168 inline uint32_t Bits(int msb, int lsb) const { function in class:vixl::Instruction
/external/llvm/include/llvm/TableGen/
H A DRecord.h501 convertInitializerBitRange(const std::vector<unsigned> &Bits) const {
578 convertInitializerBitRange(const std::vector<unsigned> &Bits) const override;
655 std::vector<Init*> Bits;
658 : Init(IK_BitsInit), Bits(Range.begin(), Range.end()) {}
671 unsigned getNumBits() const { return Bits.size(); }
677 convertInitializerBitRange(const std::vector<unsigned> &Bits) const override;
694 assert(Bit < Bits.size() && "Bit index out of range!");
695 return Bits[Bit];
722 convertInitializerBitRange(const std::vector<unsigned> &Bits) const override;
1195 //virtual Init *convertInitializerBitRange(const std::vector<unsigned> &Bits);
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_drm_image.spec65 Bits accepted in EGL_DRM_BUFFER_USE_MESA:
/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc270 int32_t code = instr->Bits(25, 6);
281 int32_t code = instr->Bits(15, 6);
676 if (instr->Bits(25, 16) == 0) {
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc271 int32_t code = instr->Bits(25, 6);
282 int32_t code = instr->Bits(15, 6);
455 if (instr->Bits(25, 6) == static_cast<int>(kMaxStopCode)) {
758 if (instr->Bits(25, 16) == 0) {
/external/mesa3d/docs/
H A DMESA_drm_image.spec65 Bits accepted in EGL_DRM_BUFFER_USE_MESA:
/external/clang/lib/Serialization/
H A DASTWriter.cpp1109 #define LANGOPT(Name, Bits, Default, Description) \
1111 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
1156 #define DIAGOPT(Name, Bits, Default) Record.push_back(DiagOpts.Name);
1157 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
3187 uint32_t Bits = (uint32_t)II->getObjCOrBuiltinID(); local
3188 assert((Bits & 0xffff) == Bits && "ObjCOrBuiltinID too big for ASTReader.");
3189 LE.write<uint16_t>(Bits);
3190 Bits = 0;
3192 Bits
[all...]
/external/chromium_org/third_party/skia/forth/
H A DForth.cpp130 enum Bits { enum in class:FCode
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp671 ArrayRef<const uint32_t*> Bits; local
674 Bits = getRegMaskBitsInBlock(MBB->getNumber());
677 Bits = getRegMaskBits();
703 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]);
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp154 unsigned Bits = Ty->getPrimitiveSizeInBits(); local
155 if (Bits == 0 || Bits > 32)
/external/llvm/lib/TableGen/
H A DTGParser.cpp694 case tgtok::Bits: {
1934 LetStack[i][j].Bits, LetStack[i][j].Value))
2163 std::vector<unsigned> Bits; local
2164 if (ParseOptionalRangeList(Bits))
2166 std::reverse(Bits.begin(), Bits.end());
2178 Result.push_back(LetRecord(Name, Bits, Val, NameLoc));
/external/clang/lib/AST/
H A DItaniumMangle.cpp212 unsigned Bits; member in class:__anon17737::CXXNameMangler::FunctionTypeDepthState
217 FunctionTypeDepthState() : Bits(0) {}
221 return Bits >> 1;
226 return Bits & InResultTypeMask;
231 Bits = (Bits & ~InResultTypeMask) + 2;
236 Bits |= InResultTypeMask;
240 Bits &= ~InResultTypeMask;
245 Bits = saved.Bits;
[all...]

Completed in 8504 milliseconds

123456