Home
last modified time | relevance | path

Searched refs:verifyOperands (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/MCA/
DInstrBuilder.cpp221 static Error verifyOperands(const MCInstrDesc &MCDesc, const MCInst &MCI) { in verifyOperands() function
577 if (Error Err = verifyOperands(MCDesc, MCI)) in createInstrDescImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp218 static Error verifyOperands(const MCInstrDesc &MCDesc, const MCInst &MCI) { in verifyOperands() function
574 if (Error Err = verifyOperands(MCDesc, MCI)) in createInstrDescImpl()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp2065 verifyOperands(llvm::SMLoc loc,
2222 failed(verifyOperands(loc, variableTyResolver)) || in parse()
2298 LogicalResult FormatParser::verifyOperands( in verifyOperands() function in FormatParser