Home
last modified time | relevance | path

Searched defs:words (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/utils/
H A Danalyze_safe_buffer_debug_notes.py33 words = line.split('==>') variable
34 words = [word.strip() for word in words] variable
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp220 processOpWithoutGrammarAttr(ArrayRef<uint32_t> words,StringRef opName,bool hasResult,unsigned numOperands) processOpWithoutGrammarAttr() argument
332 processOp(ArrayRef<uint32_t> words) processOp() argument
381 processOp(ArrayRef<uint32_t> words) processOp() argument
456 processOp(ArrayRef<uint32_t> words) processOp() argument
529 processOp(ArrayRef<uint32_t> words) processOp() argument
[all...]
H A DDeserializer.cpp168 LogicalResult spirv::Deserializer::processExtension(ArrayRef<uint32_t> words) { in processExtension() argument
189 spirv::Deserializer::processExtInstImport(ArrayRef<uint32_t> words) { in processExtInstImport() argument
229 processDecoration(ArrayRef<uint32_t> words) processDecoration() argument
339 processMemberDecoration(ArrayRef<uint32_t> words) processMemberDecoration() argument
360 processMemberName(ArrayRef<uint32_t> words) processMemberName() argument
1313 } words = {operands[2], operands[3]}; processConstant() local
1346 } words = {operands[2], operands[3]}; processConstant() local
[all...]
H A DDeserializer.h490 processOp(ArrayRef<uint32_t> words) processOp() argument
[all...]
/llvm-project/lld/test/ELF/
H A Dppc64-toc-addis-nop.s98 .global words symbol
101 words: label
/llvm-project/mlir/include/mlir/Target/SPIRV/
H A DSPIRVBinaryUtils.h47 inline StringRef decodeStringLiteral(ArrayRef<uint32_t> words, in decodeStringLiteral()
/llvm-project/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp832 emitAttributeDeserialization(const Attribute & attr,ArrayRef<SMLoc> loc,StringRef tabs,StringRef attrList,StringRef attrName,StringRef words,StringRef wordIndex,raw_ostream & os) emitAttributeDeserialization() argument
889 emitResultDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef resultTypes,StringRef valueID,raw_ostream & os) emitResultDeserialization() argument
933 emitOperandDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef operands,StringRef attributes,raw_ostream & os) emitOperandDeserialization() argument
1013 StringRef resultTypes("resultTypes"), valueID("valueID"), words("words"), emitDeserializationFunction() local
1070 initDispatchDeserializationFn(StringRef opcode,StringRef words,raw_ostream & os) initDispatchDeserializationFn() argument
1082 emitDeserializationDispatch(const Operator & op,const Record * def,StringRef tabs,StringRef words,raw_ostream & os) emitDeserializationDispatch() argument
1116 initExtendedSetDeserializationDispatch(StringRef extensionSetName,StringRef instructionID,StringRef words,raw_ostream & os) initExtendedSetDeserializationDispatch() argument
1128 instructionID("instructionID"), words("words"); emitExtendedSetDeserializationDispatch() local
1196 StringRef opcode("opcode"), words("words"); emitSerializationFns() local
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DMD5.h57 std::pair<uint64_t, uint64_t> words() const { in words() function
/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h160 const uint64_t *words = value.getRawData(); in writeAPInt() local
/llvm-project/lld/ELF/Arch/
H A DMips.cpp239 uint16_t *words = (uint16_t *)loc; writeShuffleValue() local
/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp89 SmallVector<uint32_t, 2> words; in addStructType() local
/llvm-project/clang/test/SemaCXX/
H A Dparen-list-agg-init.cpp303 auto words = (char[])s; // expected-error {{C-style cast from 'struct S' to 'char[]' is not allowed}} global() variable
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp912 } words; prepareConstantInt() local
967 } words = llvm::bit_cast<DoubleWord>(value.convertToDouble()); prepareConstantFp() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp97 __anon8ab3e6480202(llvm::StringRef Line, const SmallVector<StringRef, 3> words) parseCudaHFile() argument
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3465 uint64_t words[2]; convertF80LongDoubleAPFloatToAPInt() local
3476 uint64_t words[2]; convertPPCDoubleDoubleAPFloatToAPInt() local
3564 std::array<uint64_t, (S.sizeInBits + 63) / 64> words; convertIEEEFloatToAPInt() local
[all...]
H A DAPInt.cpp98 // Calculate the number of words to copy in initFromArray() local
[all...]
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp707 words[1] = process_sp->ReadUnsignedIntegerFromMemory(data_location, 8, in NSNumberSummaryProvider() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp1008 SmallVector<uint64_t, 4> words(numActiveWords); in readAPIntWithKnownWidth() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp251 uint64_t words[2] = { CN->getValueAPF().bitcastToAPInt().getRawData()[1], SoftenFloatRes_ConstantFP() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2364 static std::string FormatWordList(const std::vector<std::string>& words) { in FormatWordList()