| /external/clang/test/Parser/ |
| D | MicrosoftExtensionsInlineAsm.c | 5 void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) in InterlockedBitTestAndSet()
|
| /external/v8/src/codegen/ |
| D | optimized-compilation-info.h | 72 #define DEF_ENUM(Camel, Lower, Bit) k##Camel = 1 << Bit, argument 77 #define DEF_GETTER(Camel, Lower, Bit) \ argument 85 #define DEF_SETTER(Camel, Lower, Bit) \ argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
| D | BitVectorTest.cpp | 814 for (unsigned Bit : Filled.set_bits()) in TYPED_TEST() local 819 for (unsigned Bit : Empty.set_bits()) { in TYPED_TEST() local 836 for (unsigned Bit : ToFill.set_bits()) in TYPED_TEST() local
|
| /external/llvm/include/llvm/TableGen/ |
| D | Record.h | 441 Init *getBit(unsigned Bit) const override { in getBit() 468 Init *getBit(unsigned Bit) const override { in getBit() 528 Init *getBit(unsigned Bit) const override { in getBit() 567 Init *getBit(unsigned Bit) const override { in getBit() 605 Init *getBit(unsigned Bit) const override { in getBit() 644 Init *getBit(unsigned Bit) const override { in getBit() 713 Init *getBit(unsigned Bit) const override { in getBit() 958 unsigned Bit; variable 1058 Init *getBit(unsigned Bit) const override { in getBit() 1171 Init *getBit(unsigned Bit) const override { in getBit()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
| D | Record.h | 473 Init *getBit(unsigned Bit) const override { in getBit() 502 Init *getBit(unsigned Bit) const override { in getBit() 557 Init *getBit(unsigned Bit) const override { in getBit() 588 Init *getBit(unsigned Bit) const override { in getBit() 619 Init *getBit(unsigned Bit) const override { in getBit() 652 Init *getBit(unsigned Bit) const override { in getBit() 718 Init *getBit(unsigned Bit) const override { in getBit() 1025 unsigned Bit; variable 1120 Init *getBit(unsigned Bit) const override { in getBit() 1172 Init *getBit(unsigned Bit) const override { in getBit() [all …]
|
| /external/v8/src/compiler/ |
| D | persistent-map.h | 43 enum Bit : int { kLeft = 0, kRight = 1 }; enum
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
| D | GlobalObject.h | 176 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
| D | JSONBackend.cpp | 52 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { in translateInit() local
|
| D | TGLexer.h | 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
|
| D | TGParser.cpp | 75 Init *Bit = BV->getBit(i); in checkBitsConcrete() local 198 unsigned Bit = BitList[i]; in SetValue() local 1771 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
| D | X86EVEX2VEXTablesEmitter.cpp | 93 if (BitInit *Bit = dyn_cast<BitInit>(B->getBit(i))) in getValueFromBitsInit() local
|
| D | InstrInfoEmitter.cpp | 614 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord() local
|
| D | X86FoldTablesEmitter.cpp | 194 BitInit *Bit = cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
|
| /external/angle/src/common/ |
| D | bitset_utils.h | 25 constexpr static BitsT Bit(ParamT x) in Bit() function
|
| /external/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 179 unsigned Bit = 0; in allocate() local 392 for (auto Bit : BSI.Bits) in createBitSetTest() local 479 Value *Bit = createBitSetTest(ThenB, BSI, BAI, BitOffset); in lowerBitSetCall() local
|
| /external/llvm/lib/TableGen/ |
| D | TGLexer.h | 46 Bit, Bits, Class, Code, Dag, Def, Foreach, Defm, Field, In, Int, Let, List, enumerator
|
| D | Record.cpp | 304 if (auto *Bit = dyn_cast<BitInit>(getBit(i))) in convertInitializerTo() local 330 if (Init *Bit = getBit(e-i-1)) in getAsString() local 366 Init *Bit = CachedInit->getBit(CurBit->getBitNum()); in resolveReferences() local 384 Init *Bit = CurBitVar->getBit(CurBit->getBitNum()); in resolveReferences() local
|
| D | TGParser.cpp | 118 unsigned Bit = BitList[i]; in SetValue() local 1291 Init *Bit = Vals[i]->convertInitializerTo(BitRecTy::get()); in ParseSimpleValue() local
|
| /external/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | NaClBitstreamReader.cpp | 28 std::string llvm::naclbitc::getBitAddress(uint64_t Bit) { in getBitAddress()
|
| /external/llvm/utils/TableGen/ |
| D | InstrInfoEmitter.cpp | 517 if (BitInit *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord() local
|
| /external/llvm/lib/Fuzzer/ |
| D | FuzzerMutate.cpp | 53 int Bit = Rand(8); in FlipRandomBit() local
|
| /external/v8/src/codegen/ppc/ |
| D | constants-ppc.h | 2854 inline int Bit(int nr) const { return (InstructionBits() >> nr) & 1; } in Bit() function 2869 static inline int Bit(Instr instr, int nr) { return (instr >> nr) & 1; } in Bit() function
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugInfoEntry.cpp | 85 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 215 unsigned Bit = 0; in allocate() local 744 Value *Bit = createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall() local 1075 for (auto Bit : BSI.Bits) in lowerTypeTestCalls() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDie.cpp | 45 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
|