Searched defs:Bits (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAttributesImpl.h23 uint64_t Bits; // FIXME: We will be expanding this. member in class:llvm::AttributesImpl
33 static void Profile(FoldingSetNodeID &ID, uint64_t Bits) { argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DTinyBloomFilter.h31 typedef uintptr_t Bits; typedef in namespace:JSC
H A DMarkedBlock.h58 typedef uintptr_t Bits; typedef in namespace:JSC
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DSparseBitVector.h57 BitWord Bits[BITWORDS_PER_ELEMENT]; member in struct:llvm::SparseBitVectorElement
[all...]
H A DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { argument
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { argument
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { argument
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { argument
77 BitVectorTy Bits; member in class:llvm::PackedVector
[all...]
H A DBitVector.h32 BitWord *Bits; // Actual bits. member in class:llvm::BitVector
[all...]
H A DSmallBitVector.h180 uintptr_t Bits = getSmallBits(); local
215 uintptr_t Bits = getSmallBits(); local
231 uintptr_t Bits = getSmallBits(); local
[all...]
H A DFoldingSet.h297 SmallVector<unsigned, 32> Bits; member in class:llvm::FoldingSetNodeID
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DHashFunctions.h108 typedef typename IntTypes<sizeof(T)>::UnsignedType Bits; typedef in struct:WTF::FloatHash
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp64 unsigned Bits = getBinaryCodeForInstr(MI, Fixups); local
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h361 inline double BitsToDouble(uint64_t Bits) { argument
372 inline float BitsToFloat(uint32_t Bits) { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DSubtargetFeature.cpp191 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, argument
210 void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, argument
228 SubtargetFeatures::ToggleFeature(uint64_t Bits, const StringRef Feature, argument
277 uint64_t Bits = 0; // Resulting bits local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DTGParser.h36 std::vector<unsigned> Bits; member in struct:llvm::LetRecord
H A DTGLexer.h45 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator in enum:llvm::tgtok::TokKind
H A DTGParser.cpp2094 std::vector<unsigned> Bits; local
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp465 static void PrintSize(double Bits) { argument
468 static void PrintSize(uint64_t Bits) { argument
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h343 inline double BitsToDouble(uint64_t Bits) { argument
354 inline float BitsToFloat(uint32_t Bits) { argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DAttributes.h145 uint64_t Bits; member in class:llvm::Attributes
155 uint64_t Bits; member in class:llvm::Attributes::Builder
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DRegisterInfoEmitter.cpp456 printBitVectorAsHex(raw_ostream &OS, const BitVector &Bits, unsigned Width) argument
H A DFixedLenDecoderEmitter.cpp375 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp954 ArrayRef<const uint32_t*> Bits; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h152 unsigned Bits; member in struct:llvm::SelectionDAGBuilder::CaseBits
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp945 SDNode *Bits = local
1004 SDNode *Bits = local
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h340 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits; typedef in class:testing::internal::FloatingPoint
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantIslandPass.cpp127 unsigned Bits = Unalign ? Unalign : KnownBits; local
670 unsigned Bits = 0; local
727 unsigned Bits = 0; local
1702 unsigned Bits = 0; local
1756 unsigned Bits = 0; local
[all...]

Completed in 459 milliseconds

12