Home
last modified time | relevance | path

Searched refs:getWord (Results 1 - 14 of 14) sorted by relevance

/third_party/spirv-tools/source/
H A Dtext_handler.cpp96 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 Dtext.cpp484 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 Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp94 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 Dtext.cpp470 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 Dtext_handler.h145 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 Dtext_handler.cpp94 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 Dtext.cpp470 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 Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp246 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 DAPInt.h162 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 DAPInt.cpp388 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 DAPInt.h160 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 DAPInt.cpp843 // 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()

Completed in 20 milliseconds