Home
last modified time | relevance | path

Searched refs:getWord (Results 1 – 25 of 25) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.cpp94 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function
191 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext
194 return spvtools::getWord(text_, next_position, word); in getWord()
208 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
212 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
Dtext.cpp446 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate()
459 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate()
496 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode()
519 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode()
527 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode()
611 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp94 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord() function
191 spv_result_t AssemblyContext::getWord(std::string* word, in getWord() function in spvtools::AssemblyContext
194 return spvtools::getWord(text_, next_position, word); in getWord()
208 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
212 if (spvtools::getWord(text_, &pos, &word)) return false; in isStartOfNewInst()
Dtext.cpp446 auto error = context->getWord(&firstWord, &nextPosition); in encodeInstructionStartingWithImmediate()
459 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate()
496 spv_result_t error = context->getWord(&firstWord, &nextPosition); in spvTextEncodeOpcode()
519 error = context->getWord(&equal_sign, &nextPosition); in spvTextEncodeOpcode()
527 error = context->getWord(&opcodeName, &nextPosition); in spvTextEncodeOpcode()
611 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
Dtext_handler.h145 spv_result_t getWord(std::string* word, spv_position next_position);
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DVariableLocator.java53 return ((ANameVariable) variable).getWord().getText(); in quickEval()
84 descendVariable(node.getWord().getText()); in caseANameVariable()
DExpressionEvaluator.java254 result.append(node.getWord().getText()); in getFullFunctionName()
DTemplateInterpreter.java444 argumentNames[i++] = ((ANameVariable) argument).getWord().getText(); in caseADefCommand()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DANameVariable.java37 public TWord getWord() in getWord() method in ANameVariable
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DTypeResolver.java133 String name = ((ANameVariable) functionName).getWord().getText(); in isNumericFunction()
DVarOptimizer.java235 String name = ((ANameVariable) nvar).getWord().getText(); in escapeNameOf()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h162 uint64_t getWord(unsigned bitPosition) const { in getWord() function
1112 return (maskBit(bitPosition) & getWord(bitPosition)) != 0;
1708 return BitsToDouble(getWord(0)); in bitsToDouble()
1717 return BitsToFloat(getWord(0)); in bitsToFloat()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DVariableTranslator.java73 components.add(new StringExpression(node.getWord().getText())); in caseANameVariable()
DEscapingEvaluator.java159 fullFunctionName.append(node11.getWord().getText()); in caseAFunctionExpression()
DExpressionTranslator.java329 fullFunctionName.append(node11.getWord().getText()); in caseAFunctionExpression()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DDepthFirstAdapter.java1498 if(node.getWord() != null) in caseANameVariable()
1500 node.getWord().apply(this); in caseANameVariable()
DReversedDepthFirstAdapter.java1505 if(node.getWord() != null) in caseANameVariable()
1507 node.getWord().apply(this); in caseANameVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp387 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); in insertBits()
762 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble()
765 return double(getWord(0)); in roundToDouble()
/external/llvm/include/llvm/ADT/
DAPInt.h156 uint64_t getWord(unsigned bitPosition) const { in getWord() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h150 uint64_t getWord(unsigned bitPosition) const { in getWord() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h160 uint64_t getWord(unsigned bitPosition) const { in getWord() function
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp959 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble()
962 return double(getWord(0)); in roundToDouble()
/external/llvm/lib/Support/
DAPInt.cpp883 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble()
886 return double(getWord(0)); in roundToDouble()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp861 int64_t sext = SignExtend64(getWord(0), BitWidth); in roundToDouble()
864 return double(getWord(0)); in roundToDouble()