Home
last modified time | relevance | path

Searched refs:emitIntrinsic (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DLLVMIRIntrinsicGen.cpp191 static bool emitIntrinsic(const llvm::Record &record, llvm::raw_ostream &os) { in emitIntrinsic() function
234 if (emitIntrinsic(*r, os)) in emitIntrinsics()
/external/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp231 void emitIntrinsic(raw_ostream &OS) const;
918 void Intrinsic::emitIntrinsic(raw_ostream &OS) const { in emitIntrinsic() function in Intrinsic
1259 I->emitIntrinsic(OS); in createHeader()