Lines Matching refs:getLoc
60 if (auto resultID = prepareConstant(op.getLoc(), op.getType(), op.value())) { in processConstantOp()
68 if (auto resultID = prepareConstantScalar(op.getLoc(), op.default_value(), in processSpecConstantOp()
86 if (failed(processType(op.getLoc(), op.type(), typeID))) { in processSpecConstantCompositeOp()
122 if (failed(processType(op.getLoc(), op.getType(), typeID))) { in processSpecConstantOperationOp()
168 if (failed(processType(op.getLoc(), undefType, typeID))) in processUndefOp()
183 if (failed(processType(op.getLoc(), op.getFunctionType(), fnTypeID))) in processFuncOp()
193 if (failed(processType(op.getLoc(), in processFuncOp()
213 if (failed(processType(op.getLoc(), arg.getType(), argTypeID))) { in processFuncOp()
271 if (failed(processType(op.getLoc(), op.getType(), resultTypeID))) { in processVariableOp()
287 return emitError(op.getLoc(), "operand 0 has a use before def"); in processVariableOp()
291 if (failed(emitDebugLine(functionHeader, op.getLoc()))) in processVariableOp()
300 if (failed(processDecoration(op.getLoc(), resultID, attr))) { in processVariableOp()
312 if (failed(processType(varOp.getLoc(), varOp.type(), resultTypeID))) { in processGlobalVariableOp()
337 return emitError(varOp.getLoc(), in processGlobalVariableOp()
344 if (failed(emitDebugLine(typesGlobalValues, varOp.getLoc()))) in processGlobalVariableOp()
356 if (failed(processDecoration(varOp.getLoc(), resultID, attr))) { in processGlobalVariableOp()
374 auto loc = selectionOp.getLoc(); in processSelectionOp()
432 auto loc = loopOp.getLoc(); in processLoopOp()
495 if (failed(emitDebugLine(functionBody, condBranchOp.getLoc()))) in processBranchConditionalOp()
503 if (failed(emitDebugLine(functionBody, branchOp.getLoc()))) in processBranchOp()
577 auto operand = prepareConstantInt(op.getLoc(), argIntAttr); in processOp()
626 auto operand = prepareConstantInt(op.getLoc(), argIntAttr); in processOp()
644 if (failed(processType(op.getLoc(), resultTy, resTypeID))) in processOp()
703 if (failed(emitDebugLine(functionBody, op.getLoc()))) in processOp()