/llvm-project/clang/utils/ |
H A D | analyze_safe_buffer_debug_notes.py | 33 words = line.split('==>') variable 34 words = [word.strip() for word in words] variable
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | DeserializeOps.cpp | 220 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 D | Deserializer.cpp | 168 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 D | Deserializer.h | 490 processOp(ArrayRef<uint32_t> words) processOp() argument [all...] |
/llvm-project/lld/test/ELF/ |
H A D | ppc64-toc-addis-nop.s | 98 .global words symbol 101 words: label
|
/llvm-project/mlir/include/mlir/Target/SPIRV/ |
H A D | SPIRVBinaryUtils.h | 47 inline StringRef decodeStringLiteral(ArrayRef<uint32_t> words, in decodeStringLiteral()
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | SPIRVUtilsGen.cpp | 832 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 D | MD5.h | 57 std::pair<uint64_t, uint64_t> words() const { in words() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicWriter.h | 160 const uint64_t *words = value.getRawData(); in writeAPInt() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | Mips.cpp | 239 uint16_t *words = (uint16_t *)loc; writeShuffleValue() local
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | DeserializationTest.cpp | 89 SmallVector<uint32_t, 2> words; in addStructType() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | paren-list-agg-init.cpp | 303 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 D | Serializer.cpp | 912 } words; prepareConstantInt() local 967 } words = llvm::bit_cast<DoubleWord>(value.convertToDouble()); prepareConstantFp() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Cuda.cpp | 97 __anon8ab3e6480202(llvm::StringRef Line, const SmallVector<StringRef, 3> words) parseCudaHFile() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 3465 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 D | APInt.cpp | 98 // Calculate the number of words to copy in initFromArray() local [all...] |
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 707 words[1] = process_sp->ReadUnsignedIntegerFromMemory(data_location, 8, in NSNumberSummaryProvider() local
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 1008 SmallVector<uint64_t, 4> words(numActiveWords); in readAPIntWithKnownWidth() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 251 uint64_t words[2] = { CN->getValueAPF().bitcastToAPInt().getRawData()[1], SoftenFloatRes_ConstantFP() local
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest.cc | 2364 static std::string FormatWordList(const std::vector<std::string>& words) { in FormatWordList()
|