Home
last modified time | relevance | path

Searched defs:valueID (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/test/lib/IR/
H A DTestUseListOrders.cpp117 uint32_t valueID = 0; in shuffleUses() local
155 uint32_t valueID = 0; in verifyUseListOrders() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp223 uint32_t valueID = 0; processOpWithoutGrammarAttr() local
538 uint32_t valueID = 0; processOp() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp891 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 DSerializeOps.cpp687 auto valueID = getValueID(value); in processOp() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2482 unsigned valueIDEnd = valueID + newValues.size(); in defineValues() local