/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVStream.cpp | 87 :IS(InputStream), M(*F.getModule()), WordCount(0), OpCode(OpNop), 91 :IS(InputStream), M(*BB.getModule()), WordCount(0), OpCode(OpNop), 193 WordCount = 0; 196 WordCount << " " << OpCode << '\n'); 201 *this >> WordCount; 204 WordCount = 0; 207 WordCount << " " << OpCode << '\n'); 215 WordCount = WordCountAndOpCode >> 16; 222 WordCount = 0; 225 WordCount << " " << OpCode << '\n') [all...] |
SPIRVValue.h | 161 WordCount = 3 + NumWords; 172 void setWordCount(SPIRVWord WordCount) { 173 SPIRVValue::setWordCount(WordCount); 174 NumWords = WordCount - 3; 293 void setWordCount(SPIRVWord WordCount) { 294 Elements.resize(WordCount - 3); 337 assert(WordCount == WC); 379 assert(WordCount == WC);
|
SPIRVType.h | 442 assert(WordCount == FixedWC + Acc.size()); 453 WordCount = TheWC; 454 Acc.resize(WordCount - FixedWC); 476 assert(WordCount == FixedWC); 508 assert(WordCount == FixedWC); 527 assert(WordCount == FixedWC); 563 void setWordCount(SPIRVWord WordCount) { 564 SPIRVType::setWordCount(WordCount); 565 MemberTypeIdVec.resize(WordCount - 2); 607 void setWordCount(SPIRVWord WordCount) { [all...] |
SPIRVDecorate.cpp | 108 WordCount = Count; 109 Literals.resize(WordCount - FixedWC); 130 WordCount = Count; 131 Literals.resize(WordCount - FixedWC);
|
SPIRVDecorate.h | 144 assert(WordCount == Literals.size() + FixedWC); 158 WordCount += Literals.size(); 226 assert(WordCount == Literals.size() + FixedWC); 261 assert(WordCount == WC);
|
SPIRVStream.h | 70 :IS(InputStream), M(Module), WordCount(0), OpCode(OpNop), 82 SPIRVWord WordCount;
|
SPIRVEntry.cpp | 147 WordCount = TheWordCount; 192 getEncoder(O) << WordCount << OpCode; 196 getEncoder(O) << mkWord(WordCount, OpCode); 488 assert(WordCount == getSizeInWords(Str) + 2 && "Incorrect word count"); 508 assert(WordCount == 5); 518 assert(WordCount == getSizeInWords(Str) + FixedWC);
|
SPIRVInstruction.h | 250 assert(WordCount > 0 && "Word count not initialized"); 251 auto Exp = WordCount - 1; 268 if (WordCount) { 269 if (WordCount == WC) { 272 assert(HasVariWC && WC >= WordCount && "Invalid word count"); 281 auto NumOps = WordCount - 1; 501 Initializer.resize(WordCount - 4); 760 assert(WordCount == 2); 810 assert(WordCount == 4 || WordCount == 6) [all...] |
SPIRVEntry.h | 208 WordCount(TheWordCount), Line(nullptr){ 215 WordCount(TheWordCount), Line(nullptr){ 222 Attrib(SPIRVEA_DEFAULT), WordCount(0), Line(nullptr){} 226 Attrib(SPIRVEA_DEFAULT), WordCount(0), Line(nullptr){} 362 SPIRVWord WordCount; 396 SPIRVEntry::WordCount = 1;
|
SPIRVEnum.h | 60 mkWord(unsigned WordCount, Op OpCode) { 61 return (WordCount << 16) | OpCode;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
Ata.c | 486 UINTN WordCount;
562 WordCount = 0;
564 while (WordCount < ByteCount / 2) {
581 if ((WordCount + Increment) > ByteCount / 2) {
582 Increment = ByteCount / 2 - WordCount;
592 WordCount += Increment;
635 UINTN WordCount;
706 WordCount = 0;
708 while (WordCount < ByteCount / 2) {
727 if ((WordCount + Increment) > ByteCount / 2) { [all...] |
Atapi.c | 237 UINT32 WordCount;
278 WordCount = IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->CylinderMsb) << 8;
279 WordCount = WordCount | IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb);
280 WordCount = WordCount & 0xffff;
281 WordCount /= 2;
283 WordCount = MIN (WordCount, (RequiredWordCount - ActualWordCount));
289 WordCount,
[all...] |
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/ |
OpalIdeMode.c | 619 UINTN WordCount;
659 WordCount = 0;
661 while (WordCount < RShiftU64(ByteCount, 1)) {
674 if ((WordCount + Increment) > RShiftU64(ByteCount, 1)) {
675 Increment = (UINTN)(RShiftU64(ByteCount, 1) - WordCount);
698 WordCount += Increment;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/ |
AtapiPeim.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
IdeMode.c | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
AVRMCCodeEmitter.cpp | 273 size_t WordCount = Size / 2; 275 for (int64_t i = WordCount - 1; i >= 0; --i) {
|
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/ |
AtapiPassThru.c | [all...] |
/external/v8/include/ |
v8.h | [all...] |
/external/v8/src/ |
api.cc | [all...] |