Lines Matching refs:LLVMFuncOp
460 if (LLVMFuncOp func = op->getParentOfType<LLVMFuncOp>()) { in verify()
580 auto fn = dyn_cast<LLVMFuncOp>(callee); in verify()
992 LLVMFuncOp AddressOfOp::getFunction() { in getFunction()
993 return lookupSymbolInModule<LLVM::LLVMFuncOp>((*this)->getParentOp(), in getFunction()
1290 Block *LLVMFuncOp::addEntryBlock() { in addEntryBlock()
1303 void LLVMFuncOp::build(OpBuilder &builder, OperationState &result, in build()
1414 static void printLLVMFuncOp(OpAsmPrinter &p, LLVMFuncOp op) { in printLLVMFuncOp()
1445 LogicalResult LLVMFuncOp::verifyType() { in verifyType()
1456 unsigned LLVMFuncOp::getNumFuncArguments() { in getNumFuncArguments()
1462 unsigned LLVMFuncOp::getNumFuncResults() { in getNumFuncResults()
1478 static LogicalResult verify(LLVMFuncOp op) { in verify()