Searched defs:valueID (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/test/lib/IR/ |
H A D | TestUseListOrders.cpp | 117 uint32_t valueID = 0; in shuffleUses() local 155 uint32_t valueID = 0; in verifyUseListOrders() local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | DeserializeOps.cpp | 223 uint32_t valueID = 0; processOpWithoutGrammarAttr() local 538 uint32_t valueID = 0; processOp() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | SPIRVUtilsGen.cpp | 891 emitResultDeserialization(const Operator & op,ArrayRef<SMLoc> loc,StringRef tabs,StringRef words,StringRef wordIndex,StringRef resultTypes,StringRef valueID,raw_ostream & os) emitResultDeserialization() argument 991 emitDecorationDeserialization(const Operator & op,StringRef tabs,StringRef valueID,StringRef attributes,raw_ostream & os) emitDecorationDeserialization() argument 1013 StringRef resultTypes("resultTypes"), valueID("valueID"), words("words"), emitDeserializationFunction() local [all...] |
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | SerializeOps.cpp | 687 auto valueID = getValueID(value); in processOp() local
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 2482 unsigned valueIDEnd = valueID + newValues.size(); in defineValues() local
|