/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 96 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function 194 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext 197 return spvtools::getWord(text_, next_position, word); in getWord() 211 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst() 215 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
|
H A D | text.cpp | 484 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 497 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate() 534 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 557 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode() 566 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode() 657 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
|
H A D | text_handler.h | 145 spv_result_t getWord(std::string* word, spv_position next_position);
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.cpp | 94 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function 192 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext 195 return spvtools::getWord(text_, next_position, word); in getWord() 209 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst() 213 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
|
H A D | text.cpp | 470 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 483 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate() 520 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 543 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode() 551 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode() 640 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
|
H A D | text_handler.h | 145 spv_result_t getWord(std::string* word, spv_position next_position);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.cpp | 94 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function 192 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext 195 return spvtools::getWord(text_, next_position, word); in getWord() 209 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst() 213 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
|
H A D | text.cpp | 470 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate() 483 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate() 520 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode() 543 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode() 551 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode() 640 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
|
H A D | text_handler.h | 145 spv_result_t getWord(std::string* word, spv_position next_position);
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 246 getWord(const char *line, int16_t start, int16_t limit); 357 limit=getWord(name, start, length); in parseName() 407 getWord(const char *line, int16_t start, int16_t limit) { in getWord() function 718 limit=getWord((char *)s, start, length); in compressLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APInt.h | 162 uint64_t getWord(unsigned bitPosition) const { in getWord() function 1139 return (maskBit(bitPosition) & getWord(bitPosition)) != 0; in operator []() 1772 return BitsToDouble(getWord(0)); 1781 return BitsToFloat(static_cast<uint32_t>(getWord(0)));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 388 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); 811 // It is wrong to optimize getWord(0) to VAL; there might be more than one word. 814 int64_t sext = SignExtend64(getWord(0), BitWidth); 817 return double(getWord(0));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 160 uint64_t getWord(unsigned bitPosition) const { in getWord() function in llvm::APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 843 // It is wrong to optimize getWord(0) to VAL; there might be more than one word. in roundToDouble() 846 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble() 849 return double(getWord(0)); in roundToDouble()
|